Scan Report
5 /100
my-computer
Desktop automation agent for file organization, batch processing, and system diagnostics
桌面自动化工具集,文件操作有 undo 机制保护,预扫描发现的 8.8.8.8 为 Google DNS 用于网络诊断属合法用途,代码行为与声明一致,无阴影功能。
Safe to install
可安全使用。建议用户在大规模批操作前确认操作范围。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md 全篇声明文件系统操作,脚本使用 mv/cp/mkdir |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md 声明 CLI 命令执行,脚本使用标准工具 |
| Network | READ | READ | ✓ Aligned | SKILL.md:389 ping -c 3 8.8.8.8 为网络诊断 |
| Environment | NONE | NONE | — | 无环境变量访问代码 |
1 High 6 findings
High IP Address 硬编码 IP 地址
8.8.8.8 SKILL.md:389 Medium External URL 外部 URL
http://www.apple.com/DTDs/PropertyList-1.0.dtd SKILL.md:304 Medium External URL 外部 URL
https://slack.com/api/files.upload references/app-automation.md:109 Info Email 邮箱地址
[email protected] SKILL.md:287 Info Email 邮箱地址
[email protected] references/app-automation.md:69 Info Email 邮箱地址
[email protected] references/app-automation.md:70 File Tree
8 files · 72.6 KB · 2185 lines Markdown 3f · 1135L
Shell 5f · 1050L
├─
▾
references
│ ├─
app-automation.md
Markdown
│ └─
platform-guide.md
Markdown
├─
▾
scripts
│ ├─
batch_executor.sh
Shell
│ ├─
batch_preview.sh
Shell
│ ├─
disk_report.sh
Shell
│ ├─
find_duplicates.sh
Shell
│ └─
undo_operation.sh
Shell
└─
SKILL.md
Markdown
Security Positives
✓ 提供完整的 undo manifest 系统,支持撤销批量操作
✓ SKILL.md 明确声明不访问敏感文件(SSH keys、.env、credentials)
✓ 使用权限分层系统(Green/Yellow/Red tiers)指导用户确认
✓ 批操作有 dry-run 预览功能
✓ 文档清晰,边界明确,无混淆内容
✓ 所有脚本均为标准 CLI 工具调用,无隐蔽行为