security-lens

Community

Add security checks during code reviews.

Authormalston
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Apply security awareness during code review and implementation. This Lens helps catch common vulnerabilities without requiring a full security audit.

Core Features & Use Cases

  • Input Handling: Check for input validation, parameterized queries, and safe output encoding.
  • Authentication/Authorization: Verify access checks, session security, and privilege verification.
  • Data Exposure: Scan logs and outputs to avoid leaking secrets or PII.
  • Secrets: Ensure secrets are not hardcoded and are sourced from secure storage.
  • Use during code reviews to surface risk areas and support secure coding practices.

Quick Start

  • Apply the security-lens while reviewing code to flag issues related to input handling, authentication, data exposure, and secrets.
  • Consult the included owasp-quick-ref.md for detailed vulnerability patterns.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: security-lens
Download link: https://github.com/malston/claude-config/archive/main.zip#security-lens

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository