可信 — 风险评分 0/100
上次扫描:23 小时前 重新扫描
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.
技能名称gradient
分析耗时17.9s
引擎pi
可以安装
This skill is safe to use. No action required.
资源类型声明权限推断权限状态证据
文件系统 WRITE WRITE ✓ 一致 SKILL.md declares writes to ~/.gradient/data.jsonl; script.sh lines 5-7 create a…
命令执行 WRITE WRITE ✓ 一致 script.sh executes bash and python3 subprocess for gradient operations (document…
2 项发现
🔗
中危 外部 URL 外部 URL
https://bytesagain.com
SKILL.md:4
📧
提示 邮箱 邮箱地址
[email protected]
SKILL.md:106

目录结构

2 文件 · 19.2 KB · 555 行
Shell 1f · 449L Markdown 1f · 106L
├─ 📁 scripts
│ └─ 🔧 script.sh Shell 449L · 15.0 KB
└─ 📝 SKILL.md Markdown 106L · 4.3 KB

安全亮点

✓ 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