Scan Report
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.
Safe to install
This skill is safe to use as it only contains documentation and templates for workflow automation.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | Original tools include Write permission, consistent with automation script creat… |
| Shell | WRITE | WRITE | ✓ Aligned | Original tools include Bash, declared for script execution |
| Network | NONE | READ | ✓ Aligned | Mentions curl for Slack notifications - legitimate use case documented in SKILL.… |
| Environment | NONE | NONE | — | No environment variable access in skill documentation |
| Skill Invoke | NONE | NONE | — | No skill chaining documented |
File Tree
2 files · 3.0 KB · 111 lines Markdown 1f · 106L
JSON 1f · 5L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 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