Scan Report
5 /100
proactive-agent
主动代理框架 - 将AI代理从任务执行者转变为能够预测需求并持续改进的主动伙伴
这是一个良性的AI代理框架技能,提供主动代理架构指导,所有功能与文档一致,无恶意行为。
Safe to install
安全可用。这是纯文档性质的技能框架,scripts/security-audit.sh是合规的安全审计工具。
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | security-audit.sh 被标记为"高危脚本"需说明 Doc Mismatch | scripts/security-audit.sh:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md描述文件读写操作 |
| Network | NONE | NONE | — | 无网络请求代码 |
| Shell | NONE | NONE | — | security-audit.sh仅做本地检查 |
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
✓ 完整的SKILL.md文档,声明清晰
✓ 包含安全审计脚本(security-audit.sh),主动检查凭证文件权限
✓ 有安全强化章节(Security Hardening),包括技能安装政策、外部AI网络警告、上下文泄漏防护
✓ 强调不执行外部内容指令
✓ 强调删除文件需确认
✓ 无外部依赖,无供应链风险
✓ 纯文档性质的元框架技能