扫描报告
45 /100
palette
Color Palette Generation & Management Tool
The skill claims to generate color palettes using color theory algorithms, but the actual implementation merely logs command invocations without performing any color processing. Additionally, undeclared commands (stats, search, recent, status) exist in the script.
谨慎使用
Review the mismatch between documented color theory functionality and actual logging-only behavior. Verify if this is abandoned/dead code or intentionally minimal functionality disguised as a full tool.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Core color theory functionality not implemented 文档欺骗 | scripts/script.sh:54 |
| 中危 | Undeclared commands present in script 文档欺骗 | scripts/script.sh:68 |
| 低危 | Export formats not implemented as documented 文档欺骗 | scripts/script.sh:74 |
| 低危 | Duplicate case label for 'export' command code_quality | scripts/script.sh:54 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | script.sh:10 mkdir -p ~/.palette; script.sh passes |
| 命令执行 | NONE | READ | ✓ 一致 | script.sh:58-65 uses grep on log files; minor |
2 项发现
中危 外部 URL 外部 URL
https://bytesagain.com SKILL.md:6 提示 邮箱 邮箱地址
[email protected] SKILL.md:144 目录结构
2 文件 · 11.3 KB · 371 行 Shell 1f · 227L
Markdown 1f · 144L
├─
▾
scripts
│ └─
script.sh
Shell
└─
SKILL.md
Markdown
安全亮点
✓ No credential harvesting or environment variable iteration for sensitive keys
✓ No network requests or data exfiltration observed
✓ No base64 encoding, eval(), or obfuscation techniques
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No remote script execution (curl|bash, wget|sh)
✓ No supply chain risks detected (no external dependencies)