Scan Report
5 /100
auto-responder
Auto responder skill for message handling based on topic/keyword matching
Pure documentation skill with no executable code - describes a benign auto-responder for message handling with no malicious indicators.
Safe to install
Skill is safe to use. If implementing the actual code, ensure filesystem writes are limited to the workspace directory and no sensitive data is exfiltrated.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md describes creating auto-responder.json in workspace |
| Filesystem | READ | READ | ✓ Aligned | SKILL.md describes reading config from workspace and cache |
| Network | READ | NONE | ✓ Aligned | Described behavior implies reading messages, but no actual code present |
File Tree
1 files · 4.5 KB · 133 lines Markdown 1f · 133L
└─
SKILL.md
Markdown
Security Positives
✓ No malicious code or scripts present
✓ No credential harvesting behavior
✓ No data exfiltration mechanisms
✓ No obfuscated or base64-encoded content
✓ No suspicious network indicators (IPs, domains)
✓ No remote code execution patterns
✓ No sensitive path access beyond documented config files
✓ Behavior is well-documented and described as reactive only