Subsystem-scoped security audit of the Ethos codebase. Use when asked to "audit the gateway", "review the trust boundaries of X", "security review of subsystem Y", "check personality isolation", "audit the skill loader", "audit the channel adapter", or any focused security-posture question against a named subsystem. NOT for per-PR diff review (that's a different motion). NOT for "audit Ethos" without a subsystem named — split the audit before starting. Produces an evidence-led report at plan/audits <subsystem>-audit-YYYY-MM-DD.{html,md}. Read-only — never edits the codebase during the audit. Does not commit; the user decides what to do with findings.
$npx -y skills add ethosagent/ethos --skill security-auditInstalls into the current project.
Run `npx skills use "https://github.com/ethosagent/ethos" --skill "ethosagent/ethos/security-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ethosagent/ethos" that are relevant to the current task. Run `npx skills add "https://github.com/ethosagent/ethos"` and select the relevant skills, then follow their instructions.