test-gen
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted YAML specification files to generate executable test code.
- Ingestion points: Untrusted data enters the agent context through specification files like
tasks/spec-auth.yamlor paths provided via thespecPathparameter. - Boundary markers: The skill does not define specific delimiters or instructions to treat specification content as data rather than potential instructions.
- Capability inventory: The skill possesses the capability to write multiple files to the filesystem, including unit tests, integration tests, and fixtures in the
tests/directory. - Sanitization: There is no evidence of sanitization, validation, or escaping of the external YAML content before it is used to generate TypeScript code.
Audit Metadata