audn-login
Audn.ai Authentication Setup
Set up authentication to the Audn.ai API. This must be done before using any other audn skill.
Step 1 — Check if MCP server is already configured
Run this command to check:
claude mcp get audn-redteam 2>/dev/null && echo "EXISTS" || echo "NOT_FOUND"
Step 2 — Register the MCP server (if NOT_FOUND)
If the MCP server is not configured, register it now. Run this exact command:
claude mcp add --transport http audn-redteam https://mcp.audn.ai/mcp/audn-rn8sx
More from audn-ai/skills
audn-red
Run a full adversarial red-team security audit against any AI agent (text or voice). Registers the agent, selects attack scenarios, executes a campaign, monitors progress, retrieves results, and generates a vulnerability report. Use when the user wants to security-test, red-team, pen-test, or audit an LLM or voice agent.
10audn-scenario-builder
Create custom adversarial attack scenarios for AI agent red-teaming. Supports prompt injection, jailbreak, data extraction, social engineering, emotional manipulation, and role confusion attacks. Use when the user wants to design a specific attack test.
9audn-quick-scan
Quick vulnerability scan of an AI agent endpoint. Runs only critical and high-severity attack scenarios for a fast security check. Use for a rapid smoke test before a full red-team audit.
8audn-agent-setup
Register and verify an AI agent on Audn.ai for security testing. Supports text API agents (OpenAI, Anthropic, custom LLMs) and voice agents (Twilio, Genesys, Amazon Connect). Use when the user wants to add a new agent to test.
8audn-compliance-report
Generate ISO 42001, SOC2, vulnerability, executive, or compliance reports from Audn.ai campaign results. Use when the user needs compliance evidence, audit documentation, or executive summaries of security testing.
8audn-vuln-monitor
List, triage, and monitor vulnerabilities detected across your AI agents. Shows severity ratings, categories, status, and remediation recommendations. Use when checking security posture or reviewing findings.
8