From soundcheck
Detects code patterns where LLM output is treated as authoritative fact without human review. Flags missing disclaimers, confidence gates, and audit logging in high-stakes contexts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/soundcheck:overrelianceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prevents systems from treating LLM output as ground truth. LLMs hallucinate, produce
Prevents systems from treating LLM output as ground truth. LLMs hallucinate, produce confident-sounding errors, and lack real-time knowledge. Acting on unverified output in medical, legal, financial, or deployment contexts can cause serious harm.
Flag the vulnerable code and explain the risk. Then suggest a fix that establishes these properties. Translate each property into the audited file's language and framework — apply the principles with whatever conditional, logging, and routing primitives the host stack provides.
Confirm these properties hold (language-agnostic; apply only where the pattern is present):
npx claudepluginhub thejefflarson/soundcheck --plugin soundcheckDetects and prevents autonomous LLM agents from taking irreversible or high-impact actions without human approval. Use when building agentic workflows with tool use.
Detects hallucinations, verifies factual grounding, and prevents over-reliance on unverified LLM outputs. Use when LLM-generated content drives decisions or application logic.
Audit applications for AI prompt injection, agent security, and LLM permission boundary vulnerabilities. Use when securing AI features or agents.