扫描报告
5 /100
zhipu-free-image-video
智谱免费图片与视频生成技能
Legitimate Zhipu AI image/video generation skill with clean code, proper API key handling, and no suspicious behavior.
可以安装
This skill is safe to use. No security concerns identified.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Undeclared capability in allowed-tools mapping | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | WRITE | ✓ 一致 | All scripts use #!/usr/bin/env node shebang |
| 网络访问 | NONE | READ | ✓ 一致 | lib.js:38 uses https.request to open.bigmodel.cn |
| 环境变量 | NONE | READ | ✓ 一致 | lib.js:14 reads IMAGE_VIDEO_GENERATION_API_KEY or ZHIPU_API_KEY |
| 文件系统 | NONE | NONE | — | No filesystem access found |
目录结构
8 文件 · 14.1 KB · 464 行 JavaScript 7f · 282L
Markdown 1f · 182L
├─
▾
scripts
│ ├─
batch_generate_images.js
JavaScript
│ ├─
configure_models.js
JavaScript
│ ├─
generate_image.js
JavaScript
│ ├─
generate_video.js
JavaScript
│ ├─
lib.js
JavaScript
│ ├─
query_video_result.js
JavaScript
│ └─
wait_for_video.js
JavaScript
└─
SKILL.md
Markdown
安全亮点
✓ All network requests target a single, legitimate AI API endpoint (open.bigmodel.cn)
✓ API keys are properly sourced from environment variables, not hardcoded
✓ No obfuscation, base64, or eval patterns present
✓ No credential exfiltration or data theft patterns
✓ No filesystem access beyond script execution
✓ No remote code execution, curl|bash, or suspicious download patterns
✓ Batch processing includes proper rate limiting (batch_size, max_concurrent, delay)
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env files
✓ Clean, readable code with no hidden functionality