cc-skill-security-review

This skill ensures all code follows security best practices and identifies potential vulnerabilities.

Content Preview
---
name: cc-skill-security-review
description: "This skill ensures all code follows security best practices and identifies potential vulnerabilities."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Security Review Skill

This skill ensures all code follows security best practices and identifies potential vulnerabilities.

## When to Use
- Implementing authentication or authorization
- Handling user input or file uploads
- Creating new API endpoints
- Working with secrets or cre
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/cc-skill-security-review.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/cc-skill-security-review/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/cc-skill-security-review/SKILL.md

Related Skills