Configures Toxiproxy for TCP-level fault injection - runs as a sidecar / proxy between client and upstream, applies toxics (latency, bandwidth, slow_close, timeout, slicer, limit_data, reset_peer) via control API. Focused on the proxy itself rather than an API-level chaos runner, including non-test usage (chaos in dev environments, integration tests, pre-prod simulation). Use when the team needs TCP-precise fault injection in development / integration environments without K8s or commercial tooling.
71
89%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill explicitly instructs pulling and running the container image ghcr.io/shopify/toxiproxy:latest (docker pull / docker run / docker-compose), which fetches and executes remote code the skill relies on at runtime.
ghcr.io/shopify/toxiproxy:latest
dependency · 3 sites
The plugin instructs the agent to pull and run the ghcr.io/shopify/toxiproxy:latest container image via docker pull, docker run, and docker-compose, fetching and executing remote code at runtime.
SKILL.md
37
docker pull ghcr.io/shopify/toxiproxy:latest
SKILL.md
40
docker run --rm -p 8474:8474 -p 5432:5432 ghcr.io/shopify/toxiproxy:latest
SKILL.md
144
image: ghcr.io/shopify/toxiproxy:latest
brew install toxiproxy
command · 1 site
The plugin instructs installing toxiproxy via Homebrew as an alternative to the Docker image, fetching an external binary at runtime.
SKILL.md
43
brew install toxiproxy # macOS