Scan Report
5 /100
Proactive Agent
AI agent architecture pattern guide with memory protocols, WAL, and security hardening
This is a documentation-based AI agent pattern guide with supplementary security audit utilities. No malicious behavior, credential theft, or hidden functionality detected.
Safe to install
This skill is safe to use. It provides legitimate agent architecture patterns and a security audit utility.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access declared or used |
| Network | NONE | NONE | — | No network requests in code |
| Shell | NONE | NONE | — | scripts/security-audit.sh is read-only analysis, not execution |
9 findings
Medium External URL 外部 URL
https://img.shields.io/badge/quality-90%2B-brightgreen README.md:3 Medium External URL 外部 URL
https://img.shields.io/badge/optimized-karpathy%20style-blue README.md:4 Medium External URL 外部 URL
https://img.shields.io/badge/tests-✅-brightgreen README.md:5 Medium External URL 外部 URL
https://img.shields.io/badge/examples-✅-brightgreen README.md:6 Medium External URL 外部 URL
https://img.shields.io/badge/docs-✅-brightgreen README.md:7 Medium External URL 外部 URL
https://img.shields.io/badge/batch-2026--03--16-orange README.md:8 Medium External URL 外部 URL
https://x.com/halthelobster SKILL-v2.3-backup.md:526 Medium External URL 外部 URL
https://clawdhub.com/halthelobster/bulletproof-memory SKILL-v2.3-backup.md:550 Medium External URL 外部 URL
https://clawdhub.com/halthelobster/para-second-brain SKILL-v2.3-backup.md:550 File Tree
19 files · 86.5 KB · 2897 lines Markdown 14f · 2616L
Shell 1f · 149L
Python 2f · 75L
JSON 2f · 57L
├─
▾
assets
│ ├─
AGENTS.md
Markdown
│ ├─
HEARTBEAT.md
Markdown
│ ├─
MEMORY.md
Markdown
│ ├─
ONBOARDING.md
Markdown
│ ├─
SOUL.md
Markdown
│ ├─
TOOLS.md
Markdown
│ └─
USER.md
Markdown
├─
▾
references
│ ├─
onboarding-flow.md
Markdown
│ └─
security-patterns.md
Markdown
├─
▾
scripts
│ ├─
examples.py
Python
│ ├─
security-audit.sh
Shell
│ └─
test.py
Python
├─
_meta.json
JSON
├─
clawhub.config.json
JSON
├─
OPTIMIZATION.md
Markdown
├─
README.md
Markdown
├─
SKILL-v2.3-backup.md
Markdown
├─
SKILL-v3-draft.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Security audit script is defensive in nature - checks credential permissions and scans for exposed secrets
✓ SKILL.md contains thorough security hardening guidance (prompt injection defense, external content warnings)
✓ Skill follows 'verify before done' pattern which reduces accidental exposure
✓ Clear documentation that external content is DATA not instructions
✓ No base64 encoding, eval(), or obfuscation techniques found
✓ No credential harvesting or data exfiltration code present
✓ Proper .gitignore guidance in security audit script