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 across malware telemetry and agentic risk
The skill mostly does what it says, but it should be reviewed because it stores a dLazy API key locally while overstating the inspected CLI's file-permission protection.
Review this before installing if the dLazy API key has meaningful account value. Prefer per-invocation DLAZY_API_KEY or a private config directory with restrictive permissions, and only pass prompts or media files you are comfortable sending to dLazy's hosted service.
[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` |
61/61 vendors flagged this skill as clean.
No suspicious patterns detected.