sre-engineer
Warn
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes Python scripts in
references/automation-toil.mdandreferences/incident-chaos.mdthat usesubprocess.runto execute system commands. - The scripts call powerful system utilities including
kubectl,systemctl,iptables,tc, andfind. - These operations typically require high privileges (root or cluster-admin) and modify critical system states, such as service status and network configurations.
- [COMMAND_EXECUTION]: The
AutomatedRunbookimplementation inreferences/automation-toil.mdexecutes shell commands withshell=True. This is a known security risk that can lead to command injection if any part of the command string is derived from untrusted user input or external data. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it is designed to process external data sources like logs and incident reports.
- Ingestion points: The agent reads logs and reports as specified in
SKILL.mdandreferences/incident-chaos.md. - Boundary markers: There are no instructions or delimiters defined to help the agent distinguish between its instructions and potentially malicious content within the logs.
- Capability inventory: The skill provides direct access to shell execution and system management tools.
- Sanitization: No validation or sanitization is performed on the data before it is used to drive automation steps.
- [REMOTE_CODE_EXECUTION]: The script
references/monitoring-alerting.mdattempts to import a non-standard Python packagegrafana_dashboard. This package is not a well-known library in the official Python registry (PyPI), and the reference lacks version pinning, creating a risk of executing unverified code from an unknown source.
Audit Metadata