photo-editor
Warn
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to use
npx onekey, which downloads and executes theonekeypackage from the npm registry. This facilitates the execution of third-party software from an unverified source. - [EXTERNAL_DOWNLOADS]: The skill uses
curlto interact with external endpoints atagent.deepnlp.organd references assets fromus-static.aiagenta2z.comandcraftsman-agent.aiagenta2z.com. - [COMMAND_EXECUTION]: The documentation includes shell commands for environment variable configuration (
export), network requests (curl), and package execution (npx), which the agent is directed to run. - [PROMPT_INJECTION]: The skill processes user-provided text prompts for image generation which are then passed to a remote API. This represents an attack surface for indirect prompt injection, as there are no boundary markers or sanitization logic present to prevent malicious instructions within the prompt from influencing the AI model.
- Ingestion points: The
promptandimagesparameters in thecurlandnpxexamples inSKILL.md. - Boundary markers: None identified.
- Capability inventory: Network requests via
curland code execution vianpxas documented inSKILL.md. - Sanitization: None identified.
Audit Metadata