MANDATORY procedure for any pr_review task whose rubric is pr-security-v1 or whose prompt asks for a security review. Read this skill FIRST before reading the PR diff. Defines the sequential recon → hunt → self-validate → trace → dedup → report pipeline a single agent must run against a PR. Without it, the review will be incomplete and the structured output will be rejected.
$npx -y skills add getlarge/themoltnet --skill security-reviewInstalls into the current project.
Run `npx skills use "https://github.com/getlarge/themoltnet" --skill "getlarge/themoltnet/security-review"` 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/getlarge/themoltnet" that are relevant to the current task. Run `npx skills add "https://github.com/getlarge/themoltnet"` and select the relevant skills, then follow their instructions.