rollback-strategy-advisor
Warn
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute powerful system commands including
docker,docker-compose,git, andsed. Of particular note is the use ofsed -ito modify thedocker-compose.ymlfile andgit checkoutto revert configurations, which can significantly alter the system state. - [COMMAND_EXECUTION]: The skill includes instructions for generating and executing dynamic shell scripts (
quick-rollback.sh,safe-rollback.sh) that automate the process of stopping services, modifying configuration files, and performing health checks. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8) where untrusted data from the target system is ingested into the agent's context.
- Ingestion points: Commands like
docker logs <container-name>,git log, andcurl http://localhost:8080/healthpull external data into the agent's processing stream (found inSKILL.md). - Boundary markers: The instructions do not define delimiters or specific "ignore embedded instructions" warnings for the output of logs or health checks.
- Capability inventory: The agent is granted capabilities to execute
docker exec,docker-compose up, and modify local configuration files viased(found inSKILL.md,references/platform_guides.md). - Sanitization: There is no evidence of sanitization, validation, or filtering of the ingested logs or health check responses before they are analyzed by the agent.
Audit Metadata