cli-resilience
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
omniroutepackage globally usingnpm install -g omniroute. This is the primary tool used by the skill for its stated purpose of managing resilience states. - [COMMAND_EXECUTION]: The skill documents and executes multiple subcommands of the
omnirouteCLI, includingquota,resilience status,resilience breakers, andresilience reset. These commands are used to inspect and modify connection cooldowns and provider configurations. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests and displays data from external providers (such as circuit breaker states and quota limits).
- Ingestion points: Data enters the context through the output of
omniroutesubcommands (SKILL.md). - Boundary markers: None identified in the provided instructions.
- Capability inventory: The skill has the capability to execute shell commands via the
omnirouteCLI. - Sanitization: No explicit sanitization or validation of the provider-returned data is mentioned.
Audit Metadata