managing-environment-configurations
Warn
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The Python utility
scripts/generate_config.pyis capable of generating shell scripts from arbitrary content and setting executable permissions usingchmod 0o755. This creates a pathway for the dynamic generation and execution of code within the agent's environment.\n- [DATA_EXFILTRATION]: Instructions inSKILL.mdrequire the agent to search for and read sensitive files, including.envfiles, Kubernetes Secrets, and source code containing hardcoded credentials. This access is inherent to configuration management but exposes sensitive credentials to the agent's context.\n- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection through its ingestion of untrusted local data.\n - Ingestion points: Audit step in
SKILL.mdreading.envfiles, configuration directories, and source code.\n - Boundary markers: None present to distinguish data from instructions.\n
- Capability inventory: File writing and execution capabilities via
scripts/generate_config.pyand theBashtool.\n - Sanitization: No escaping or validation is performed on the ingested content before processing.
Audit Metadata