Vulnerability and security scan (defensive, your own repo): dependency CVEs plus risky code patterns (secrets, injection, weak authz), severity x reachability triaged and remediated without suppressing. Complements the built-in /security-review. Triggers on "absolute audit", "security audit", "are we vulnerable", "scan for CVEs", "check for secrets/injection", "harden this".
$npx -y skills add maddhruv/absolute --skill absolute-auditInstalls into the current project.
Run `npx skills use "https://github.com/maddhruv/absolute" --skill "maddhruv/absolute/absolute-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/maddhruv/absolute" that are relevant to the current task. Run `npx skills add "https://github.com/maddhruv/absolute"` and select the relevant skills, then follow their instructions.