security-review

Perform adversarial security reviews of code with Gemini and fix vulnerabilities.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Objective-Arts/lens-dist --skill security-review-objective-arts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/Objective-Arts/lens-dist/tree/main/skills/security-review
Command: npx skills add https://github.com/Objective-Arts/lens-dist --skill security-review-objective-arts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates a rigorous adversarial security review of code, identifying vulnerabilities and ensuring all issues are fixed before deployment.

Core Features & Use Cases

  • Proactive Vulnerability Detection: Employs AI to think like an attacker, uncovering security flaws.
  • Mandatory Fixes: Enforces that all identified issues, regardless of severity, are addressed.
  • Use Case: Before deploying a new feature, run this Skill to perform a deep security audit, ensuring no critical vulnerabilities are present and all identified issues are remediated.

Quick Start

Run the security-review skill on the latest code changes to identify and fix all security vulnerabilities.

Frequently Asked Questions about security-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an adversarial security review on my code?▼

An adversarial security review analyzes code from an attacker's perspective to identify and fix vulnerabilities. This Skill automates that process using AI to detect issues like path traversal, secrets exposure, and data integrity flaws.

What's the best way to automate code auditing before deployment?▼

Automating code auditing before deployment ensures no critical vulnerabilities reach production. Run this Skill on your latest code changes to perform a deep security audit and enforce mandatory fixes for all identified issues.

How do I detect and fix path traversal and secrets exposure in my codebase?▼

Detecting path traversal and secrets exposure requires analyzing data flows for unsafe handling. This Skill enforces strict fixing of these data integrity flaws, adhering to secure coding principles and avoiding AI antipatterns.

Can I use this automated vulnerability detection for penetration testing preparation?▼

Automated vulnerability detection serves as proactive preparation for penetration testing by uncovering security flaws early. This Skill employs AI to think like an attacker, identifying vulnerabilities that need remediation before deeper testing.

Does this security review process enforce mandatory fixes for all identified vulnerabilities?▼

Yes, this security review process enforces mandatory fixes for all identified vulnerabilities regardless of severity. It ensures all issues, including data integrity flaws and secrets exposure, are addressed before deployment.