可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
my-computer
Desktop automation agent using CLI commands, application scripting, and intelligent automation for local machine operations
A legitimate desktop automation skill with well-documented file operations, system utilities, and cloud integrations. All capabilities are properly declared with appropriate safety tiers.
技能名称my-computer
分析耗时36.8s
引擎pi
可以安装
Skill is safe to use. Follow the documented permission tiers and confirm destructive operations as instructed.

安全发现 2 项

严重性 安全发现 位置
低危
Hardcoded IP in documentation
The SKILL.md references 8.8.8.8 in a ping diagnostic example. This is a standard network connectivity check and presents no security risk.
ping -c 3 8.8.8.8
→ No action needed - standard diagnostic practice
SKILL.md:389
低危
External DTD reference
SKILL.md references Apple's PropertyList DTD URL for documentation purposes. No network request occurs.
http://www.apple.com/DTDs/PropertyList-1.0.dtd
→ No action needed - reference only
SKILL.md:304
资源类型声明权限推断权限状态证据
文件系统 WRITE WRITE ✓ 一致 SKILL.md: Full file ops declared
命令执行 WRITE WRITE ✓ 一致 SKILL.md: CLI commands declared
网络访问 READ READ ✓ 一致 SKILL.md: Cloud integrations declared
环境变量 READ READ ✓ 一致 SKILL.md: Tool detection declared
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

安全亮点

✓ Comprehensive safety system with Green/Yellow/Red permission tiers
✓ Manifest-based undo system for all batch operations
✓ Dry-run previews required for operations affecting >10 files
✓ All destructive operations require explicit user confirmation
✓ Sensitive files (SSH keys, .env, credentials) explicitly excluded
✓ Clear documentation of all capabilities and their scope
✓ No obfuscation, base64 encoding, or hidden execution paths
✓ Standard CLI tools only - no custom binaries or downloaded scripts
✓ Proper error handling with manifest logging
✓ Cloud integrations are standard APIs with environment variable tokens