Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
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.
Skill Nameproactive-agent
Duration32.0s
Enginepi
Safe to install
No action needed. This is a safe behavioral framework for AI agents.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE This skill is pure documentation/markdown. No file write operations in scripts o…
Network NONE NONE No network calls, curl, wget, or external IP connections found.
Shell NONE NONE security-audit.sh only reads local files and checks permissions. No command exec…
Environment NONE NONE Skill documents environment variable best practices but does not read or exfiltr…
Skill Invoke NONE NONE No skill-to-skill invocation or spawning mechanisms.
Clipboard NONE NONE No clipboard access patterns found.
Browser NONE NONE No browser automation or web requests.
Database NONE NONE No database access patterns found.
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 155L · 3.8 KB
│ ├─ 📝 HEARTBEAT.md Markdown 128L · 2.9 KB
│ ├─ 📝 MEMORY.md Markdown 47L · 836 B
│ ├─ 📝 ONBOARDING.md Markdown 103L · 2.4 KB
│ ├─ 📝 SOUL.md Markdown 40L · 1.4 KB
│ ├─ 📝 TOOLS.md Markdown 55L · 1.0 KB
│ └─ 📝 USER.md Markdown 36L · 926 B
├─ 📁 references
│ ├─ 📝 onboarding-flow.md Markdown 158L · 4.0 KB
│ └─ 📝 security-patterns.md Markdown 109L · 3.0 KB
├─ 📁 scripts
│ └─ 🔧 security-audit.sh Shell 149L · 4.0 KB
├─ 📋 _meta.json JSON 5L · 134 B
├─ 📝 SKILL-v2.3-backup.md Markdown 554L · 19.7 KB
├─ 📝 SKILL-v3-draft.md Markdown 499L · 16.6 KB
└─ 📝 SKILL.md Markdown 632L · 20.4 KB

Security Positives

✓ 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