From Pi Security
Fetch existing Pi remediation guidance for a finding or an SBOM package, and optionally prepare a missing package remediation plan after explicit user confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pi-security:remediation-guidanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants remediation guidance that Pi Security has produced for a finding or for a vulnerable SBOM package, or wants Pi to prepare a package remediation plan that does not exist yet.
Use this skill when the user wants remediation guidance that Pi Security has produced for a finding or for a vulnerable SBOM package, or wants Pi to prepare a package remediation plan that does not exist yet.
Read-only, always try these first:
pi_remediation_plan_fetch - fetches remediation-plan content for a finding. ref accepts a FND-XXX display ID, UUID, or Pi finding URL.pi_package_remediation_plan_fetch - fetches remediation-plan content for an SBOM package. Requires packageRef and codebase (repository slug or ID); optional vulnId, ecosystem, packageId.State-changing, confirmation required:
pi_package_remediation_plan_prepare - asks Pi to start (or reuse) generation of a package remediation plan. Same inputs as the fetch tool.pi_remediation_plan_fetch; for packages use pi_package_remediation_plan_fetch.pi_package_remediation_plan_prepare as an option.pi_package_remediation_plan_preparepackageRef and codebase are required.npx claudepluginhub pi-sloane/claude-plugin --plugin pi-securityGenerates actionable remediation plans for vulnerable Go codebases, including dependency updates, code refactoring, workarounds, configuration changes, and verification steps. Use after CVE impact analysis.
Generates targeted security fixes with regression tests from detect-dev SARIF findings. Use when remediating vulnerabilities after a security audit.
Get repo-specific Pi secure-development guidance for a concrete engineering task, optionally query tenant knowledge for a specific ambiguity, and record playbook feedback after confirmation.