create-task
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands via the Bash tool to interact with the OpenAnt platform. User-provided strings for task titles and descriptions are interpolated into these commands, which could be exploited for command injection if the agent does not properly escape the inputs.
- [EXTERNAL_DOWNLOADS]: The skill relies on
npx @openant-ai/cli@latestto fetch and execute its core CLI tool. Although the package belongs to the verified authoropenant-ai, the use of the@latesttag means the skill's behavior could change without notice if the package is updated. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it ingests untrusted text from users.
- Ingestion points: User-provided inputs for the
--titleand--descriptionflags in theSKILL.mdfile. - Boundary markers: Not present. There are no instructions or delimiters provided to signal that the model should ignore instructions embedded within user content.
- Capability inventory: The skill has
Bashaccess to manage tasks and interact with crypto wallets. - Sanitization: Not present. No escaping or validation logic is specified for the interpolated user content.
Audit Metadata