Settings.json: 16 scoped Bash grants (was 6 wildcards), 26-pattern deny list (was 5). CVE mapping: all 9 OpenClaw CVEs mapped to specific defenses with layer documentation. Scan results: posture Grade D (expected without llm-security), deep scan 0 critical/high. Hooks README: Option A — document llm-security hooks, recommend plugin installation. README: evidence-based security section with scan data and verification instructions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
33 lines
345 B
Text
33 lines
345 B
Text
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local overrides
|
|
*.local.md
|
|
|
|
# Environment and secrets
|
|
.env
|
|
.env.*
|
|
*.key
|
|
*.pem
|
|
credentials.*
|
|
secrets.*
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Generated output (created by examples)
|
|
research-output.md
|
|
changelog-summary.md
|
|
hacker-news-top5.md
|
|
hn-summary-today.txt
|
|
project-scaffold/
|