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 grep and read into the agent's context as specified in the Workflow section of SKILL.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 Workflow and Critical Rules sections of SKILL.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 grep for 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
Risk Level
SAFE
Analyzed
Aug 1, 2026, 03:30 PM
Security Audit — agent-trust-hub — try-except