Scan Report
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.
Safe to install
Skill is safe to use. Follow the documented permission tiers and confirm destructive operations as instructed.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Hardcoded IP in documentation | SKILL.md:389 |
| Low | External DTD reference | SKILL.md:304 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md: Full file ops declared |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md: CLI commands declared |
| Network | READ | READ | ✓ Aligned | SKILL.md: Cloud integrations declared |
| Environment | READ | READ | ✓ Aligned | SKILL.md: Tool detection declared |
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
✓ 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