From Pi Security
Review Pi Security posture - threat-model application and section context combined with Code Gatekeeper PR and issue reviews. Read-only; uses Pi's hosted MCP tools as evidence.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pi-security:review-security-postureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants to understand security posture recorded in Pi Security: threat-model context for an application, Code Gatekeeper pull-request reviews, Gatekeeper issues, or a combination of these.
Use this skill when the user wants to understand security posture recorded in Pi Security: threat-model context for an application, Code Gatekeeper pull-request reviews, Gatekeeper issues, or a combination of these.
This reviews posture data hosted in Pi. It does not review local branches, working-tree diffs, or uncommitted code.
Threat model (read-only):
pi_threat_model_apps_list - lists threat-model applications visible to the authenticated tenant user.pi_threat_model_app_get - gets one application by slug, including its ordered sections.pi_threat_model_app_section_get - gets one section by application slug and section slug.Code Gatekeeper (read-only):
pi_gatekeeper_prs_list - lists Gatekeeper PR security reviews.pi_gatekeeper_issues_list - lists Gatekeeper PR issues.pi_gatekeeper_pr_get - gets rich detail for one PR review by prRecordId (UUID).pi_gatekeeper_issue_get - gets rich detail for one PR issue.pi_threat_model_app_section_get over fetching the whole application.npx claudepluginhub pi-sloane/claude-plugin --plugin pi-securityProduces structured security threat models with data flow tracing, pattern clustering, and exploit chain analysis. Activates on security review, threat model, or building security-sensitive features.
Reviews software security across auth, permissions, input validation, secrets, dependencies, CI/CD workflows, and config.
Evaluates security posture of a system: OWASP Top 10 compliance, authentication/authorization, access control from zero-trust perspective, secret management, encryption, audit logging.