verify-submission
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill relies on
npxto download and execute the@openant-ai/clitool from the NPM registry during runtime. This tool is a vendor-owned resource provided by the skill author. - [PROMPT_INJECTION]: The skill processes external data from worker submissions, presenting a surface for indirect prompt injection. Ingestion points: Worker-supplied text deliverables are retrieved via
tasks getand files are fetched viafiles download. Boundary markers: There are no specific delimiters used when interpolating submission data into tool calls. Capability inventory: The skill has the capability to execute system commands viaBash. Sanitization: The providedreferences/risk-warnings.mddocumentation includes explicit safety instructions for the agent to use read-only inspection methods and avoid executing any untrusted content. - [REMOTE_CODE_EXECUTION]: Reference documentation suggests installing additional capabilities from third-party repositories using managers such as
skills.shorClawHub. - [COMMAND_EXECUTION]: The
allowed-toolsconfiguration uses wildcards for bash commands, allowing the agent to execute a variety of subcommands and arguments via the vendor CLI.
Audit Metadata