扫描报告
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.
可以安装
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.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md describes creating auto-responder.json in workspace |
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md describes reading config from workspace and cache |
| 网络访问 | READ | NONE | ✓ 一致 | Described behavior implies reading messages, but no actual code present |
目录结构
1 文件 · 4.5 KB · 133 行 Markdown 1f · 133L
└─
SKILL.md
Markdown
安全亮点
✓ 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