skills/jeremylongshore/claude-code-plugins-plus-skills/configuring-load-balancers/Gen Agent Trust Hub
configuring-load-balancers
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The utility script
scripts/generate_config.pygenerates shell scripts by interpolating raw content into a template and then useschmod(0o755)to grant execution permissions to the generated file. This pattern is standard for the skill's purpose but represents a potential escalation path if the input content is maliciously crafted. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted configuration parameters to generate executable artifacts.
- Ingestion points: External configuration data provided via CLI arguments (
--content,--config) to thescripts/generate_config.pyscript, as well as data processed according to the instructions inSKILL.md. - Boundary markers: Absent. The skill does not define delimiters or provide instructions for the agent to ignore potentially malicious embedded commands in the processed configuration data.
- Capability inventory: The skill has access to sensitive tools including
Bash(scoped to cloud and nginx environments),Write, andEdit, which could be abused if the generated scripts are executed with higher privileges. - Sanitization: There is no evidence of input validation, escaping, or sanitization within the generation script to prevent command injection within the generated shell scripts.
Audit Metadata