create-test-scenarios
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates Bash scripts that execute administrative system commands. Evidence: Phase 3 documentation includes examples using
rm -rfon configuration directories (e.g.,/etc/sysctl.d/*),sedfor file editing, andsystemctlfor service control. These operations are localized to relevant system configuration paths and are necessary for the skill's purpose of verifying compliance rules. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface due to the ingestion of compliance rule content to generate shell scripts. 1. Ingestion points:
rule.yml, OVAL XML files, and remediation scripts via MCP tools likemcp__content-agent__get_rendered_rule. 2. Boundary markers: No explicit delimiters or instructions to ignore embedded commands are used when reading and processing rule data. 3. Capability inventory: Generation of executable.shfiles that are subsequently run by the Automatus framework. 4. Sanitization: No specific filtering or escaping is described; the agent is instructed to use values directly from analyzed rule content. - [SAFE]: The administrative operations and data processing described are core to the skill's legitimate function as a development tool for the ComplianceAsCode project. The use of destructive commands like
rm -rfis limited to specific configuration paths for cleanup purposes within test environments.
Audit Metadata