try-except
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes external Python source files which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: Python source files identified through
grepand read into the agent's context as specified in theWorkflowsection ofSKILL.md. - Boundary markers: Absent; the instructions do not include specific delimiters or warnings to ignore instructions embedded within the source code being analyzed.
- Capability inventory: The agent is authorized to apply file edits and execute the project's test suite and type checker as specified in the
WorkflowandCritical Rulessections ofSKILL.md. - Sanitization: Absent; the skill does not define any mechanism for filtering or escaping the content of the ingested source code.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands, specifically
grepfor pattern discovery and the project's own test suite and type checker for verification. While these are routine development tasks, they represent a capability to execute code within the project's local environment.
Audit Metadata