pm-sprint
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill specifies the use of the
bashtool for executing commands, running tests, and reading logs, providing the agent with broad execution capabilities within the project environment. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) due to its design of processing external project data using powerful tools without explicit safety boundaries.
- Ingestion points: Reads project files, git history, and system logs through the
File ops,git, andbashtools. - Boundary markers: Absent. There are no instructions for the agent to use delimiters or to disregard instructions found within the files it reads.
- Capability inventory: Includes
bashfor shell command execution,gitfor repository management, andFile opsfor reading and writing files. - Sanitization: Absent. The skill does not provide logic or instructions to validate or sanitize content ingested from the external environment before processing it.
Audit Metadata