icon-designer-generator
Warn
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides examples using
npx onekey, which downloads and executes a package from the public npm registry. This package is not from a well-known or trusted organization. - [COMMAND_EXECUTION]: Provides instructions for executing shell commands including
curlfor API interaction andnpxfor CLI tool execution, which involves running external code. - [DATA_EXFILTRATION]: Transmits user-supplied data and environment variables (
DEEPNLP_ONEKEY_ROUTER_ACCESS) to external domainsagent.deepnlp.organdcraftsman-agent.aiagenta2z.com. While this is functional for the service, it represents a network data flow to non-whitelisted domains. - [PROMPT_INJECTION]: The skill processes untrusted user input via the
promptfield which is interpolated into API requests, creating a surface for indirect prompt injection where malicious instructions in the prompt could influence the agent's behavior. - Ingestion points: The
promptandbrief_inputsfields inSKILL.md(used in API calls and CLI commands). - Boundary markers: None identified in the prompt interpolation process.
- Capability inventory: Network requests via
curl, package execution vianpx. - Sanitization: No evidence of input sanitization or validation to prevent prompt injection attacks.
Audit Metadata