From pda
Analyzes code for security vulnerabilities including OWASP Top 10, injection, auth flaws, secrets exposure, and crypto misuse. Use when performing a security review, security audit, or as part of code-review.
npx claudepluginhub spaghetti-lover/pda-plugins --plugin pdaThis skill uses the workspace's default tool permissions.
Analyze code changes for security vulnerabilities.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Analyze code changes for security vulnerabilities.
git diff for PR/branchMath.random() for securityPer finding: Severity (CRITICAL/HIGH/MEDIUM/LOW/INFO), Confidence (HIGH/MEDIUM/LOW), CWE if applicable.
### [SEVERITY] Title
- **File**: `path:line`
- **CWE**: CWE-XXX
- **Confidence**: HIGH/MEDIUM/LOW
- **Description**: issue and impact
- **Vulnerable code**: snippet
- **Recommendation**: fix approach
- **Fixed code**: corrected snippet (if straightforward)
End with severity counts table and overall assessment: PASS (no HIGH/CRITICAL), WARN (has MEDIUM), FAIL (has HIGH/CRITICAL).