扫描报告
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.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | Creates .learnings/ and ./skills/ directories, documented in SKILL.md lines 1-64… |
| 命令执行 | READ | READ | ✓ 一致 | Reads CLAUDE_TOOL_OUTPUT env var in error-detector.sh, documented |
| 网络访问 | NONE | NONE | — | No network calls found |
| 环境变量 | READ | READ | ✓ 一致 | Reads CLAUDE_TOOL_OUTPUT for error detection |
1 项发现
中危 外部 URL 外部 URL
https://agentskills.io/specification SKILL.md:557 目录结构
12 文件 · 53.2 KB · 2151 行 Markdown 7f · 1737L
Shell 3f · 296L
TypeScript 1f · 62L
JavaScript 1f · 56L
├─
▾
assets
│ ├─
LEARNINGS.md
Markdown
│ └─
SKILL-TEMPLATE.md
Markdown
├─
▾
hooks
│ └─
▾
openclaw
│ ├─
handler.js
JavaScript
│ ├─
handler.ts
TypeScript
│ └─
HOOK.md
Markdown
├─
▾
references
│ ├─
examples.md
Markdown
│ ├─
hooks-setup.md
Markdown
│ └─
openclaw-integration.md
Markdown
├─
▾
scripts
│ ├─
activator.sh
Shell
│ ├─
error-detector.sh
Shell
│ └─
extract-skill.sh
Shell
└─
SKILL.md
Markdown
安全亮点
✓ 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