enterprise-compliance-audit
Warn
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Python
subprocessmodule to execute external CLI tools likecheckovandopa. Specifically, in theci_compliance.pyscript, a directory path variable is passed as a command argument, which presents a risk of command injection if the agent handles unsanitized user or system input. - [DATA_EXFILTRATION]: The skill is designed to collect and transmit system metadata. Scripts such as
collect_evidence.pyandcompliance_tests.pyperform extensive read operations on AWS IAM and Kubernetes configurations. This data, including resource names and vulnerability findings, is transmitted to an external API endpoint defined by theCOMPLIANCE_API_URLenvironment variable. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection.
- Ingestion points: Untrusted data enters the context through system logs, application logs, and code review records as defined in
references/audit-evidence.mdandSKILL.md. - Boundary markers: Absent; there are no clear delimiters or instructions to ignore embedded commands in the processed data.
- Capability inventory: The skill possesses powerful capabilities including shell command execution (
subprocess.run), network operations (requests.post), and cloud resource access (boto3). - Sanitization: Absent; no validation or escaping of external log content is performed before processing.
Audit Metadata