Scan Report
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.
Use with caution
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.
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| High | Core color theory functionality not implemented Doc Mismatch | scripts/script.sh:54 |
| Medium | Undeclared commands present in script Doc Mismatch | scripts/script.sh:68 |
| Low | Export formats not implemented as documented Doc Mismatch | scripts/script.sh:74 |
| Low | Duplicate case label for 'export' command code_quality | scripts/script.sh:54 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | script.sh:10 mkdir -p ~/.palette; script.sh passes |
| Shell | NONE | READ | ✓ Aligned | script.sh:58-65 uses grep on log files; minor |
2 findings
Medium External URL 外部 URL
https://bytesagain.com SKILL.md:6 Info Email 邮箱地址
[email protected] SKILL.md:144 File Tree
2 files · 11.3 KB · 371 lines Shell 1f · 227L
Markdown 1f · 144L
├─
▾
scripts
│ └─
script.sh
Shell
└─
SKILL.md
Markdown
Security Positives
✓ 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)