扫描报告
0 /100
proactive-agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Includes WAL Protocol, Working Buffer, Compaction Recovery, and security hardening patterns.
This is a pure documentation/guidance framework for AI agent behavior (proactive memory, self-improvement, security hardening). No code execution, credential harvesting, or data exfiltration capabilities exist.
可以安装
No action needed. This is a safe behavioral framework for AI agents.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | This skill is pure documentation/markdown. No file write operations in scripts o… |
| 网络访问 | NONE | NONE | — | No network calls, curl, wget, or external IP connections found. |
| 命令执行 | NONE | NONE | — | security-audit.sh only reads local files and checks permissions. No command exec… |
| 环境变量 | NONE | NONE | — | Skill documents environment variable best practices but does not read or exfiltr… |
| 技能调用 | NONE | NONE | — | No skill-to-skill invocation or spawning mechanisms. |
| 剪贴板 | NONE | NONE | — | No clipboard access patterns found. |
| 浏览器 | NONE | NONE | — | No browser automation or web requests. |
| 数据库 | NONE | NONE | — | No database access patterns found. |
3 项发现
中危 外部 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 目录结构
14 文件 · 80.9 KB · 2670 行 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
安全亮点
✓ Comprehensive prompt injection defense documented (Layer 1-4)
✓ Credential security best practices with proper storage guidance (.credentials/, chmod 600)
✓ External content isolation rules clearly documented
✓ Deletion confirmation required before file removal
✓ Behavioral integrity checks during heartbeats
✓ Security audit script checks for common misconfigurations
✓ Security hardening section explicitly warns against agent networks
✓ Context leakage prevention documented
✓ Incident response procedures for detected attacks