Ae1
High
- Category
- analysis-evasion
- Content
[English](./SKILL.md) · [中文](./SKILL-cn.md)
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a disclosed wrapper for a third-party video-generation CLI, with expected API-key storage and cloud media upload behavior.
Before installing, users should understand that this invokes a third-party dLazy cloud service, may upload any media files they pass as inputs, and can store a dLazy API key locally. Use npx if you do not want a persistent global CLI install, and only pass media files you intend to send to dLazy.
[English](./SKILL.md) · [中文](./SKILL-cn.md)
## 错误处理 | Code | 错误类型 | 示例信息 | | ---- | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | 401 | 未授权 (API Key缺失或无效) | `ok: false, code: "unauthorized", message: "API key is missing or invalid"` | | 501 | 缺少必填参数 | `error: required option '--prompt <prompt>' not specified` |
## Error Handling | Code | Error Type | Example Message | | ---- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | 401 | Unauthorized (No API Key) | `ok: false, code: "unauthorized", message: "API key is missing or invalid"` | | 501 | Missing required parameter | `error: required option '--prompt <prompt>' not specified` |
No suspicious patterns detected.