Security Pr Checklist Skill
Generates a comprehensive pull request checklist to ensure secure code changes based on best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add security-pr-checklist-skill npx -- -y @trustedskills/security-pr-checklist-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"security-pr-checklist-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/security-pr-checklist-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides a structured checklist for reviewing security pull requests, helping teams identify common vulnerabilities before code merges. It standardizes the review process to ensure consistent application of security best practices across your repository.
When to use it
- Before merging any pull request that introduces new authentication or authorization logic.
- During code reviews for dependencies where third-party libraries are added to the project.
- When auditing recent changes to sensitive configuration files or environment variables.
- As a mandatory step in CI/CD pipelines before deploying production builds.
Key capabilities
- Generates a comprehensive list of security questions tailored to the specific PR context.
- Highlights potential issues related to input validation, output encoding, and secure defaults.
- Facilitates communication between developers and security engineers during the review phase.
Example prompts
- "Run the security PR checklist on this pull request to identify any authentication bypass risks."
- "Use the security checklist to review the changes made to our database connection strings in this commit."
- "Generate a security review list for the new user registration feature being added in this PR."
Tips & gotchas
Ensure your team has access to the specific repository context or provide relevant file paths when invoking the skill, as it relies on understanding the codebase changes. While this checklist covers common patterns, it should complement—not replace—manual expert review for complex security architectures.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.