# Security Audit

> Run a full security audit across all focus areas in parallel, reporting findings to peersyst/security Use when this capability is needed.

- Skill: `tomevault-io/security-audit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/security-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/security-audit/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/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.

---
> Source: [xrplevm/node](https://github.com/xrplevm/node) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-01 -->

