compile-apm-package
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill workflow involves running
python scripts/validate_apm_package.pyandapm compileusing the Bash tool. These commands are necessary for package validation and compilation but involve shell interaction. The validation scriptvalidate_apm_package.pyis not provided in the skill package for inspection. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by merging content from the
.apm/context/directory into primary instructions likeAGENTS.mdorGEMINI.md. 1. Ingestion points: File data from the.apm/context/directory enters the context. 2. Boundary markers: No delimiters or protective instructions are specified to segregate merged fragments. 3. Capability inventory: Access to Bash, Read, and Glob tools enables file and command operations. 4. Sanitization: No sanitization of the merged content is documented.
Audit Metadata