integration
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions define a standard procedure for software integration testing, focusing on static analysis and local build/test verification.
- [PROMPT_INJECTION]: The skill reads project code and configurations, which are ingestion points for untrusted data. It uses this data to drive actions like project builds and tests via the Bash tool. Although this presents an indirect prompt injection surface, it is consistent with the skill's purpose and no adversarial patterns were observed.
- Ingestion points: Workspace files (source code, schemas, configs) via Read, Grep, and Glob.
- Boundary markers: None.
- Capability inventory: Subprocess execution via the Bash tool for project builds and test suites.
- Sanitization: None identified.
Audit Metadata