扫描报告
5 /100
agent-automation-scripter
Imported specialist agent skill for automation scripter
This is a legitimate automation documentation skill providing templates and best practices for writing bash/Python scripts. No malicious code present.
可以安装
This skill is safe to use as it only contains documentation and templates for workflow automation.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | Original tools include Write permission, consistent with automation script creat… |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Original tools include Bash, declared for script execution |
| 网络访问 | NONE | READ | ✓ 一致 | Mentions curl for Slack notifications - legitimate use case documented in SKILL.… |
| 环境变量 | NONE | NONE | — | No environment variable access in skill documentation |
| 技能调用 | NONE | NONE | — | No skill chaining documented |
目录结构
2 文件 · 3.0 KB · 111 行 Markdown 1f · 106L
JSON 1f · 5L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ SKILL.md is well-structured with clear documentation
✓ All functionality is declared and documented
✓ Security best practices mentioned (error handling, logging, idempotency)
✓ No hidden or obfuscated functionality
✓ No credential harvesting or exfiltration code
✓ No suspicious network requests or IOCs
✓ Legitimate use of curl for Slack notifications is documented
✓ References to ~/.claude/skills/ automation patterns are local and standard