Help us improve
Share bugs, ideas, or general feedback.
From hyrex-security-audit
Run full security scans on the codebase using Hyrex security tools
npx claudepluginhub akhilyad/deployy --plugin hyrex-security-auditHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-security-audit:security-scan [depth: quick|standard|full][depth: quick|standard|full]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a security scan at the specified depth.
Measures whether skills, rules, and agent definitions are actually followed by auto-generating test scenarios at 3 strictness levels and reporting compliance rates with full tool call timelines.
Share bugs, ideas, or general feedback.
Run a security scan at the specified depth.
Via CLI:
npx @hyrex/cli@latest security scan --depth DEPTH
npx @hyrex/cli@latest security cve --check
npx @hyrex/cli@latest security report --format markdown
| Depth | Checks |
|---|---|
| quick | Dependencies, known CVEs |
| standard | + Input validation, path traversal, secrets |
| full | + Threat modeling, injection vectors, auth flows |
Store findings via MCP: mcp__hyrex__memory_store({ key: "scan-findings", value: "SUMMARY", namespace: "security" })
Train patterns: mcp__hyrex__hooks_post-task({ taskId: "security-scan", success: true, storeResults: true })