可信 — 风险评分 5/100
上次扫描:10 小时前 重新扫描
5 /100
my-computer
Desktop automation agent for file organization, batch processing, and system diagnostics
桌面自动化工具集,文件操作有 undo 机制保护,预扫描发现的 8.8.8.8 为 Google DNS 用于网络诊断属合法用途,代码行为与声明一致,无阴影功能。
技能名称my-computer
分析耗时48.8s
引擎pi
可以安装
可安全使用。建议用户在大规模批操作前确认操作范围。
资源类型声明权限推断权限状态证据
文件系统 WRITE WRITE ✓ 一致 SKILL.md 全篇声明文件系统操作,脚本使用 mv/cp/mkdir
命令执行 WRITE WRITE ✓ 一致 SKILL.md 声明 CLI 命令执行,脚本使用标准工具
网络访问 READ READ ✓ 一致 SKILL.md:389 ping -c 3 8.8.8.8 为网络诊断
环境变量 NONE NONE 无环境变量访问代码
1 高危 6 项发现
📡
高危 IP 地址 硬编码 IP 地址
8.8.8.8
SKILL.md:389
🔗
中危 外部 URL 外部 URL
http://www.apple.com/DTDs/PropertyList-1.0.dtd
SKILL.md:304
🔗
中危 外部 URL 外部 URL
https://slack.com/api/files.upload
references/app-automation.md:109
📧
提示 邮箱 邮箱地址
[email protected]
SKILL.md:287
📧
提示 邮箱 邮箱地址
[email protected]
references/app-automation.md:69
📧
提示 邮箱 邮箱地址
[email protected]
references/app-automation.md:70

目录结构

8 文件 · 72.6 KB · 2185 行
Markdown 3f · 1135L Shell 5f · 1050L
├─ 📁 references
│ ├─ 📝 app-automation.md Markdown 407L · 10.3 KB
│ └─ 📝 platform-guide.md Markdown 241L · 7.6 KB
├─ 📁 scripts
│ ├─ 🔧 batch_executor.sh Shell 277L · 8.4 KB
│ ├─ 🔧 batch_preview.sh Shell 151L · 5.0 KB
│ ├─ 🔧 disk_report.sh Shell 228L · 10.5 KB
│ ├─ 🔧 find_duplicates.sh Shell 248L · 7.6 KB
│ └─ 🔧 undo_operation.sh Shell 146L · 4.9 KB
└─ 📝 SKILL.md Markdown 487L · 18.3 KB

安全亮点

✓ 提供完整的 undo manifest 系统,支持撤销批量操作
✓ SKILL.md 明确声明不访问敏感文件(SSH keys、.env、credentials)
✓ 使用权限分层系统(Green/Yellow/Red tiers)指导用户确认
✓ 批操作有 dry-run 预览功能
✓ 文档清晰,边界明确,无混淆内容
✓ 所有脚本均为标准 CLI 工具调用,无隐蔽行为