arkcli-deploy
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill identifies a vulnerability surface where it ingests data from external command outputs while maintaining potentially exploitable capabilities.
- Ingestion points: Data enters the agent context through
arkcli models searchandarkcli resources listcommand outputs as specified inSKILL.md. - Boundary markers: The instructions lack explicit delimitation or warnings to ignore instructions that might be embedded in the ingested data.
- Capability inventory: The skill performs billing-sensitive write operations via
arkcli +deployand accesses identity status viaarkcli auth status. - Sanitization: No sanitization or validation logic is defined for the external tool output before it is processed or presented to the user.
- Multi-step chaining: The skill employs routing logic that directs the agent to different instruction files (e.g.,
arkcli-infer-endpoint/SKILL.md) based on input parameters, which could be influenced by injected content.- [COMMAND_EXECUTION]: The skill executes shell commands via thearkclitool to manage endpoints. It handles user-supplied flags for names and models, and processes structured JSON strings for rate limits and routing configurations.
Audit Metadata