rudder-environment-check — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited rudder-environment-check (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Quick diagnostic that checks all RudderStack tool prerequisites and provides actionable guidance.
Run these checks in sequence:
# Check if installed
which rudder-cli
# If installed, check authentication
rudder-cli workspace info# Check if installed
which terraform
# If installed, check version
terraform version
# Check if provider is configured (run in project directory)
terraform providers# Check if hosted MCP server is reachable
curl -s -o /dev/null -w "%{http_code}" https://mcp.rudderstack.com/healthPresent results as a status table:
RudderStack Environment Check
─────────────────────────────────────────────────────
Tool Status Action
─────────────────────────────────────────────────────
rudder-cli ✓ Ready
└─ authenticated ✓ Ready Workspace: <name>
terraform ✗ Missing Run: /rudder-terraform-setup
└─ provider ─ Skipped (terraform required first)
mcp.rudderstack.com ✓ Reachable
─────────────────────────────────────────────────────| Status | Meaning |
|---|---|
| ✓ Ready | Tool installed and configured |
| ✗ Missing | Tool not found, needs installation |
| ─ Skipped | Dependency not met, check parent first |
| ⚠ Issue | Tool found but configuration problem |
| Tool Missing | Action |
|---|---|
| rudder-cli | Run /rudder-cli-setup or ask "help me install rudder-cli" |
| terraform | Run /rudder-terraform-setup or ask "help me setup terraform for rudderstack" |
| MCP unreachable | Run /rudder-mcp-setup or check network connectivity |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.