Scan Report
0 /100
proactive-agent
Transform AI agents from task-followers into proactive partners
纯文档/模板技能包,仅包含配置文件模板和安全审计工具,无可执行恶意代码,声明与实际行为完全一致。
Safe to install
可直接使用,无需修改。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | 仅模板文件,无文件写入代码 |
| Network | NONE | NONE | — | 无网络请求代码 |
| Shell | NONE | NONE | — | security-audit.sh 仅用于本地审计检查 |
| Environment | NONE | NONE | — | 无环境变量访问 |
| Clipboard | NONE | NONE | — | 无剪贴板操作 |
| Browser | NONE | NONE | — | 无浏览器控制 |
| Database | NONE | NONE | — | 无数据库操作 |
3 findings
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
14 files · 80.9 KB · 2670 lines Markdown 12f · 2516L
Shell 1f · 149L
JSON 1f · 5L
├─
▾
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
│ └─
security-audit.sh
Shell
├─
_meta.json
JSON
├─
SKILL-v2.3-backup.md
Markdown
├─
SKILL-v3-draft.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 包含完整的安全加固文档(prompt injection 防御、凭证存储、供应链安全)
✓ security-audit.sh 提供本地安全审计功能(文件权限、secret 扫描、gateway 配置检查)
✓ 所有文件为模板/文档形式,无可执行恶意代码
✓ 声明与实际行为完全一致,无阴影功能
✓ 遵循最佳安全实践(.credentials 目录、chmod 600、gitignore)