Transformation catalog for converting flagged execution-class security findings into provably-inert data — so a plugin passes CPV's security gate by neutralizing the code's executable shape, never by suppressing a rule or relaxing --strict. Maps each threat shape (live os.system / subprocess(shell=True), pipe-to-shell install docs, eval/exec of a string, backtick command substitution, hardcoded bearer tokens in docs, detection-pattern signatures) to a before/after rewrite plus the inert-proof the scanner recognizes. Use when a plugin's security scan reports execution-class findings that must be cleared by making the code provably inert rather than by suppressing rules. Used dynamically via cpv-the-skills-menu by the cpv-plugin-devitalizer-agent agent.
$npx -y skills add emasoft/claude-plugins-validation --skill cpv-devitalize-threatsInstalls into the current project.
Run `npx skills use "https://github.com/emasoft/claude-plugins-validation" --skill "emasoft/claude-plugins-validation/cpv-devitalize-threats"` 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/emasoft/claude-plugins-validation" that are relevant to the current task. Run `npx skills add "https://github.com/emasoft/claude-plugins-validation"` and select the relevant skills, then follow their instructions.