扫描报告
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.
可以安装
This skill is safe to use. It provides legitimate agent architecture patterns and a security audit utility.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access declared or used |
| 网络访问 | NONE | NONE | — | No network requests in code |
| 命令执行 | NONE | NONE | — | scripts/security-audit.sh is read-only analysis, not execution |
9 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/quality-90%2B-brightgreen README.md:3 中危 外部 URL 外部 URL
https://img.shields.io/badge/optimized-karpathy%20style-blue README.md:4 中危 外部 URL 外部 URL
https://img.shields.io/badge/tests-✅-brightgreen README.md:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/examples-✅-brightgreen README.md:6 中危 外部 URL 外部 URL
https://img.shields.io/badge/docs-✅-brightgreen README.md:7 中危 外部 URL 外部 URL
https://img.shields.io/badge/batch-2026--03--16-orange README.md:8 中危 外部 URL 外部 URL
https://x.com/halthelobster SKILL-v2.3-backup.md:526 中危 外部 URL 外部 URL
https://clawdhub.com/halthelobster/bulletproof-memory SKILL-v2.3-backup.md:550 中危 外部 URL 外部 URL
https://clawdhub.com/halthelobster/para-second-brain SKILL-v2.3-backup.md:550 目录结构
19 文件 · 86.5 KB · 2897 行 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 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