可信 — 风险评分 5/100
上次扫描:22 小时前 重新扫描
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.
技能名称auto-responder
分析耗时24.1s
引擎pi
可以安装
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 133L · 4.5 KB

安全亮点

✓ 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