backend-api-contract
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes content from external, untrusted files that could contain malicious instructions.
- Ingestion points: The skill accepts paths to PRD references, database schemas (DDL/migration files), and existing OpenAPI specs via the
$ARGUMENTSinput inSKILL.md. - Boundary markers: The instructions do not specify any delimiters or explicit guardrails to prevent the agent from following instructions that might be embedded within the project documents it parses.
- Capability inventory: The skill utilizes the
Writetool for outputting contracts, theEdittool for project configuration (jaan-to/config/settings.yaml), and theTasktool for executing shell scripts likeid-generator.shandindex-updater.shduring its generation phase. - Sanitization: There is no evidence of sanitization, filtering, or validation logic applied to the content extracted from ingested files to strip out potential prompt injections.
Audit Metadata