mcp-tool-quick-reference — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-tool-quick-reference (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.
When the user reports a symptom, route to the MCP tool below. Format: symptom phrasing → MCP server → specific tool. Cite the routing in your response.
| Symptom | Server | Tool |
|---|---|---|
| "Did Friday's cron run?" | silentwatch | list_recent_silent_failures |
| "Cron exited 0 but no output" | silentwatch | list_recent_silent_failures (matches EXIT_0_EMPTY_STDOUT) |
| "Cron retry storm" | silentwatch | list_recent_silent_failures (matches RETRY_STORM) |
| "Specific cron run by ID" | silentwatch | get_run_by_id <id> |
| Symptom | Server | Tool |
|---|---|---|
| "What's my AI bill" | cost-tracker | cost_overview |
| "Which agent is burning tokens" | cost-tracker | cost_overview (per-agent breakdown) |
| "Am I about to 429" | cost-tracker | predict_429_in_window |
| "When does my rate-limit reset" | cost-tracker | predict_429_in_window (returns window-reset time) |
| "Cost spike yesterday" | cost-tracker | find_cost_anomalies |
| "Cheaper-model recommendations" | cost-tracker | cheaper_routing_recommendations |
| "Anthropic billing surprise / HERMES.md / API rate billing" | cost-tracker | predict_429_in_window (precursor catch) |
| Symptom | Server | Tool |
|---|---|---|
| "Is this skill safe to install" | skill-vetter | vet_skill <path> |
| "Is this third-party plugin safe" | skill-vetter | vet_skill <path> |
| "Is this AGENTS.md / CLAUDE.md / .cursor/rules safe" | skill-vetter v1.1 | vet_agent_config <path> |
| "Just got a PR adding to .claude/" | skill-vetter v1.1 | vet_agent_config <path> |
| "Cursor CVE / Gemini yolo-mode equivalent" | skill-vetter v1.1 | vet_agent_config <path> |
| Symptom | Server | Tool | |
|---|---|---|---|
| "Should I run this command" | bash-vet | vet_command_chain <cmd> | |
| "Agent emitted a chained command" | bash-vet | vet_command_chain <cmd> chain_mode=true | |
| "rm -rf with $VAR concern" | bash-vet | vet_command_chain <cmd> (matches RM_UNSET_VAR) | |
| "apt remove '*' glob fear" | bash-vet | vet_command_chain <cmd> (matches PACKAGE.APT_GLOB_WIPEOUT) | |
| "curl | bash" obfuscation | bash-vet | vet_command_chain <cmd> (matches EXFIL.BASE64_PIPE_SHELL) |
| Symptom | Server | Tool |
|---|---|---|
| "Should I upgrade to X" | upgrade-orch | check_known_regressions |
| "Did Anthropic silently change something" | upgrade-orch | detect_provider_regression |
| "CPU spiked after last upgrade" | upgrade-orch | check_known_regressions (then health-mcp for current state) |
| "Reasoning effort feels lower" | upgrade-orch | detect_provider_regression (April-23-Anthropic-style fingerprint) |
| Symptom | Server | Tool |
|---|---|---|
| "Did the agent actually do X" | output-vetter v1.1 | verify_action_outcome <claim> |
| "Tests pass but I'm not sure" | output-vetter v1.1 | verify_action_outcome 'tests pass' |
| "Agent said it committed but I see no commit" | output-vetter v1.1 | verify_action_outcome 'I committed' |
| "Codex sandbox-escalation" | output-vetter v1.1 | verify_action_outcome 'I'm read-only' before_snapshot=... (STATE_VIOLATED_CONSTRAINT) |
| "Code has silent error masking" | output-vetter | find_swallowed_exceptions <path> |
| "Agent response feels ungrounded" | output-vetter | verify_response_grounding <response> <context> |
| Symptom | Server | Tool |
|---|---|---|
| "Is my deployment healthy" | health-mcp | health_overview |
| "Gateway up" | health-mcp | health_overview (gateway sub-component) |
| "Recent errors" | health-mcp | recent_errors |
| "OOM history" | health-mcp | health_overview (resource-pressure section) |
| "Disk full" | health-mcp | health_overview (resource-pressure section) |
| Symptom | Server | Tool |
|---|---|---|
| "Audit my deployment" | (use /aufgaard:production-audit skill) | calls all 7 MCPs in parallel |
| "End-to-end review" | (use /aufgaard:production-audit skill) | same |
| "Is everything OK" | (use /aufgaard:production-audit skill) | same |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.