Trusted — Risk Score 5/100
Last scan:20 hr ago Rescan
5 /100
andara-self-improvement
Captures learnings, errors, and corrections to enable continuous improvement for AI agents
This is a legitimate self-improvement logging skill that captures AI agent learnings, errors, and corrections. All functionality is fully documented, with appropriate safety checks in path validation.
Skill Nameandara-self-improvement
Duration28.2s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned Creates .learnings/ and ./skills/ directories, documented in SKILL.md lines 1-64…
Shell READ READ ✓ Aligned Reads CLAUDE_TOOL_OUTPUT env var in error-detector.sh, documented
Network NONE NONE No network calls found
Environment READ READ ✓ Aligned Reads CLAUDE_TOOL_OUTPUT for error detection
1 findings
🔗
Medium External URL 外部 URL
https://agentskills.io/specification
SKILL.md:557

File Tree

12 files · 53.2 KB · 2151 lines
Markdown 7f · 1737L Shell 3f · 296L TypeScript 1f · 62L JavaScript 1f · 56L
├─ 📁 assets
│ ├─ 📝 LEARNINGS.md Markdown 45L · 1.1 KB
│ └─ 📝 SKILL-TEMPLATE.md Markdown 177L · 3.3 KB
├─ 📁 hooks
│ └─ 📁 openclaw
│ ├─ 📜 handler.js JavaScript 56L · 1.6 KB
│ ├─ 📜 handler.ts TypeScript 62L · 1.8 KB
│ └─ 📝 HOOK.md Markdown 23L · 589 B
├─ 📁 references
│ ├─ 📝 examples.md Markdown 374L · 8.1 KB
│ ├─ 📝 hooks-setup.md Markdown 223L · 4.8 KB
│ └─ 📝 openclaw-integration.md Markdown 248L · 5.5 KB
├─ 📁 scripts
│ ├─ 🔧 activator.sh Shell 20L · 680 B
│ ├─ 🔧 error-detector.sh Shell 55L · 1.3 KB
│ └─ 🔧 extract-skill.sh Shell 221L · 5.2 KB
└─ 📝 SKILL.md Markdown 647L · 19.2 KB

Security Positives

✓ All shell scripts are documented in SKILL.md
✓ extract-skill.sh has path traversal protection with .. validation
✓ Output paths are restricted to relative paths under current directory
✓ No credential harvesting or exfiltration
✓ No base64 encoding or obfuscation
✓ Hooks are opt-in and require explicit configuration
✓ External URLs are standard documentation links
✓ Safe error detection through pattern matching on tool output