Use when the user runs empirica scan --explain or asks you to audit running AI services. You read the deterministic scanner snapshot, judge each AI-touching process against the bundled security corpus, and emit findings/assumptions/unknowns with confidence + cited corpus sections. Two-tier judgment (cheap AI-touching pre-filter, then full taxonomy with citation). Read-only by design — never kill processes or modify configuration; emit recommended_action strings only. Tracks citation coverage explicitly (which of the 5 corpus files were referenced before each finding) so trust grounding is auditable.
$npx -y skills add empiricaai/empirica --skill services-auditorInstalls into the current project.
Run `npx skills use "https://github.com/empiricaai/empirica" --skill "empiricaai/empirica/services-auditor"` 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/empiricaai/empirica" that are relevant to the current task. Run `npx skills add "https://github.com/empiricaai/empirica"` and select the relevant skills, then follow their instructions.