# Security Audit

> Run a full security audit across all focus areas in parallel, reporting findings to peersyst/security

- Skill: `xrplevm/security-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add xrplevm/security-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xrplevm/security-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: xrplevm (https://skillmd.com/u/xrplevm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xrplevm/security-audit

---


# Security Audit

Read `.claude/security/SECURITY_SCOPE.md` and `.claude/security/THREAT_MODEL.md`. Then spawn one `security-reviewer` agent per focus area defined in the "Audit Focus Areas" table, running them all in parallel.

Each agent should:

1. Query existing issues first:
   ```bash
   gh issue list -R peersyst/security --label "repo:xrplevm/node" --state all --json number,title,labels,state
   ```
2. Audit its assigned area by reading the components listed in scope
3. For each new finding, create an issue in `peersyst/security` following the reporting workflow in SECURITY_SCOPE.md (labels: `repo:xrplevm/node`, severity, `pending`; area goes in issue body)
4. Skip any finding that already exists as `pending`, `accepted`, or `discarded`
5. For closed (done) findings, verify the fix is still in place — reopen only if regressed

After all agents complete, summarize the total findings created per area.

