From soundcheck
Detects agent-to-agent calls missing authentication, authorization, or permission scoping. Use when building multi-agent pipelines, spawning subagents, or delegating tasks between LLM agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/soundcheck:multi-agent-trustThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Detects agent-to-agent calls that lack authentication, authorization, or permission
Detects agent-to-agent calls that lack authentication, authorization, or permission scoping. When agents blindly trust messages from other agents, a compromised or malicious agent can hijack the entire pipeline.
Flag the vulnerable call site and explain the risk. Then suggest a fix that establishes these properties:
Translate each principle to the transport, auth library, and validator of the audited code. Use the framework's documented auth-middleware and schema-validation APIs — do not roll your own.
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.
Audit applications for AI prompt injection, agent security, and LLM permission boundary vulnerabilities. Use when securing AI features or agents.
Enforces SPIFFE/SPIRE plus mTLS for authenticating agent-to-agent communication. Use when designing or reviewing multi-agent system security.