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 dLazy CLI wrapper for cloud speech-to-text, with some documentation inconsistencies but no artifact-backed malicious behavior.
Before installing, understand that audio files and parameters you provide will be sent to dLazy-hosted services, not processed only locally. Use `npx @dlazy/cli@1.2.3` if you do not want a global CLI install, avoid uploading sensitive audio unless dLazy's terms fit your needs, and rotate or revoke the dLazy API key if needed.
[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.