exec-push
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes 'plans or instructions' which are potentially untrusted inputs. * Ingestion points: The instruction 'Implement the plan/instructions' in step 2 (SKILL.md) indicates data entry from the environment or user. * Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present. * Capability inventory: The skill can execute shell commands via
pnpm qaand perform network operations viagit push. * Sanitization: No evidence of validation or sanitization of the input instructions before execution. - [COMMAND_EXECUTION]: The skill uses shell commands for project management and testing. * Evidence: The skill executes
git pull,git checkout,pnpm qa, andgit pushto perform its primary functions.
Audit Metadata