shift-left-testing
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill architecture involves processing untrusted external inputs, such as user stories and PR file changes, which creates a potential surface for indirect prompt injection.
- Ingestion points: The skill ingests
userStoriesfor requirements validation andprFilesfor regression risk analysis as shown in the agent coordination snippets inSKILL.md. - Boundary markers: There are no explicit instructions or delimiters provided to the agent to treat processed data as passive content or to ignore potential instructions embedded within the requirements or code.
- Capability inventory: The skill possesses capabilities to generate code/tests via
qe-test-generatorand interact with CI/CD environments throughnpmscripts. - Sanitization: No sanitization or filtering logic is described for the ingested text before it is utilized by the AI agents.
- [EXTERNAL_DOWNLOADS]: The skill documentation includes examples of executing tools from external package registries.
- Evidence:
SKILL.mdcontains a GitHub Actions example that executesnpx coverage-check --min 80. This command downloads and runs thecoverage-checkpackage from the npm registry. As this targets a well-known service, it is considered a safe and standard development practice.
Audit Metadata