CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/litmus-chaos

Configures LitmusChaos for Kubernetes-native chaos engineering - installs via Helm, picks ChaosExperiments from the ChaosHub (`pod-delete`, `network-latency`, `node-cpu-hog`, etc.), authors a ChaosEngine CR scoping the experiment + steady-state probes, runs as part of the cluster, exports Prometheus metrics for the verdict. Use when the platform is Kubernetes (CNCF-hosted; cloud-native). Prefer over chaos-mesh when the team wants a ChaosCenter web UI for workflow scheduling and ChaosHub catalog browsing; use chaos-mesh for fine-grained network-fault policies via its own CRD family.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W013: Attempt to modify system services in skill instructions.

What this means

The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.

Why it was flagged

The skill instructs deploying and running destructive Kubernetes chaos experiments (e.g., kubelet-service-kill, node-drain, disk-fill, pod-delete) and creating/assigning Kubernetes service accounts/RBAC, which can modify cluster and node state and disrupt machines the agent controls.

Report incorrect finding

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Yes—SKILL.md Step 2 instructs selecting a ChaosExperiment from the public ChaosHub and applies a YAML fetched at runtime from `https://hub.litmuschaos.io/.../experiment.yaml`, which would be outsider-authored free text (remote page/YAML content) ingested by any workflow that loads that URL and passes it into the agent/LLM context.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

The skill's install and experiment steps run helm/kubectl against remote charts/manifests at https://litmuschaos.github.io/litmus-helm/ and https://hub.litmuschaos.io/api/chaos/2.14.0?file=charts/generic/pod-delete/experiment.yaml which are fetched at runtime and execute remote Kubernetes resources (i.e., remote code), making them required runtime dependencies.

Audited
Security analysis
Snyk