Scan Report
0 /100
gradient
CSS Gradient Generator & Palette Builder — generates CSS linear, radial, and conic gradients, manages gradient collections in a local JSONL file, and exports to CSS/Tailwind/SCSS formats.
This is a legitimate CSS gradient generator skill with no malicious behavior — all functionality is declared in SKILL.md and implemented straightforwardly in the shell script with embedded Python.
Safe to install
This skill is safe to use. No action required.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md declares writes to ~/.gradient/data.jsonl; script.sh lines 5-7 create a… |
| Shell | WRITE | WRITE | ✓ Aligned | script.sh executes bash and python3 subprocess for gradient operations (document… |
2 findings
Medium External URL 外部 URL
https://bytesagain.com SKILL.md:4 Info Email 邮箱地址
[email protected] SKILL.md:106 File Tree
2 files · 19.2 KB · 555 lines Shell 1f · 449L
Markdown 1f · 106L
├─
▾
scripts
│ └─
script.sh
Shell
└─
SKILL.md
Markdown
Security Positives
✓ No external network requests — all data stored locally in ~/.gradient/data.jsonl
✓ No credential harvesting — does not read environment variables for secrets or keys
✓ No obfuscation — all Python logic is plain text, no base64 or eval patterns
✓ No remote script execution — no curl|bash, wget|sh, or direct IP connections
✓ No sensitive path access — does not touch ~/.ssh, ~/.aws, .env, or similar paths
✓ Documentation fully matches implementation — SKILL.md describes every command and behavior accurately
✓ Clean code — no hidden instructions, no suspicious comments, no anti-analysis patterns