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:
- Query existing issues first:
gh issue list -R peersyst/security --label "repo:xrplevm/node" --state all --json number,title,labels,state - Audit its assigned area by reading the components listed in scope
- For each new finding, create an issue in
peersyst/securityfollowing the reporting workflow in SECURITY_SCOPE.md (labels:repo:xrplevm/node, severity,pending; area goes in issue body) - Skip any finding that already exists as
pending,accepted, ordiscarded - 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.