network-debugging
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill includes a shell script (
scripts/validate-api.sh) intended to process external API specification files. This creates a surface where an agent could ingest untrusted data containing hidden instructions. - Ingestion points: The
validate-api.shscript is designed to take a file path as an input argument ($1). - Boundary markers: The skill lacks explicit instructions or markers to distinguish between the agent's instructions and the content of the data files being validated.
- Capability inventory: The skill is associated with network diagnostic capabilities, including tools like
curlandopenssl, and contains local shell script execution. - Sanitization: The provided script is a placeholder and does not currently implement validation, escaping, or sanitization of the input file content.
Audit Metadata