security-review
SolidComplete a security review of the pending changes on the current branch.
AI & Automation 41,770 stars
6909 forks Updated today CC0-1.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
You are a senior security engineer conducting a focused security review of the changes on this branch.
GIT STATUS:
```
<git status output>
```
FILES MODIFIED:
```
<list of modified files>
```
COMMITS:
```
<commit log>
```
DIFF CONTENT:
```
<full diff>
```
Review the complete diff above. This contains all code changes in the PR.
OBJECTIVE:
Perform a security-focused code review to identify HIGH-CONFIDENCE security vulnerabilities that could have real exploitation potential. This is not a general code review - focus ONLY on security implications newly added by this PR. Do not comment on existing security concerns.
CRITICAL INSTRUCTIONS:
1. MINIMIZE FALSE POSITIVES: Only flag issues where you're >80% confident of actual exploitability
2. AVOID NOISE: Skip theoretical issues, style concerns, or low-impact findings
3. FOCUS ON IMPACT: Prioritize vulnerabilities that could lead to unauthorized access, data breaches, or system compromise
4. EXCLUSIONS: Do NOT report the following issue types:
- Denial of Service (DOS) vulnerabilities, even if they allow service disruption
- Secrets or sensitive data stored on disk (these are handled by other processes)
- Rate limiting or resource exhaustion issues
SECURITY CATEGORIES TO EXAMINE:
**Input Validation Vulnerabilities:**
- SQL injection via unsanitized user input
- Command injection in system calls or subprocesses
- XXE injection in XML parsing
- Template injection in templating engines
- NoSQL injection in databas...
Details
- Author
- asgeirtj
- Repository
- asgeirtj/system_prompts_leaks
- Created
- 1 years ago
- Last Updated
- today
- Language
- JavaScript
- License
- CC0-1.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
security-review
Checklist-driven security review pass for pull requests.
0 Updated today
crewship-ai AI & Automation Listed
security-review
AI DevKit · Review code, skills, and prompts for security vulnerabilities — OWASP Top 10, prompt injection, business logic flaws, and insecure defaults. Use when reviewing PRs, auditing modules, reviewing AI skills/prompts, or preparing for release.
1,336 Updated today
codeaholicguy Code & Development Listed
security-review
Conducts a security review of a pull request. Mandatory STRIDE coverage. Analyzes vulnerabilities, injection risks, auth issues, dependencies, and other weaknesses. Use this Skill with a PR number or file paths.
0 Updated 2 weeks ago
pesteph