security-scan

Audit code and configuration for OWASP Top 10 vulnerabilities and exposed secrets.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/hadimiftahulf/antigravity-skills --skill security-scan-hadimiftahulf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scan
Source: https://github.com/hadimiftahulf/antigravity-skills/tree/main/security-scan
Command: npx skills add https://github.com/hadimiftahulf/antigravity-skills --skill security-scan-hadimiftahulf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses critical security vulnerabilities in code and configurations by performing comprehensive audits based on the OWASP Top 10 and proactively scanning for exposed secrets like API keys and credentials.

Core Features & Use Cases

  • OWASP Top 10 Audit: Identifies common web application security risks including injection, broken authentication, and cross-site scripting.
  • Secret Scanning: Detects hardcoded API keys, private keys, database credentials, and tokens within the codebase.
  • Configuration Review: Flags insecure configurations and recommends best practices like using environment variables for secrets.
  • Use Case: Before deploying a new feature, run a security scan to ensure no sensitive information is accidentally exposed and that the code adheres to security best practices.

Quick Start

Run a security audit on the current project, checking for OWASP Top 10 vulnerabilities and exposed secrets.

Frequently Asked Questions about security-scan

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

FAQPage Schema
How do I scan my codebase for exposed API keys and database credentials?

To scan for exposed API keys and credentials, you need a proactive secret scanning tool that detects hardcoded private keys, database URLs, and tokens, and recommends using environment variables for all secrets.

What is an OWASP Top 10 security audit and how does it work?

An OWASP Top 10 security audit identifies common web application risks by scanning code for injection, broken authentication, sensitive data exposure, XSS, and insecure deserialization to ensure adherence to security best practices.

How do I check my project for security misconfigurations before deployment?

Check for security misconfigurations by running a context-aware security audit that flags insecure configurations, identifies broken access control, and alerts on unignored .env files before deploying new features.

Can I detect cross-site scripting and injection vulnerabilities automatically?

Yes, you can detect cross-site scripting and injection vulnerabilities automatically by performing a comprehensive security audit based on the OWASP Top 10 framework within your codebase.

What is the best way to find leaked secrets and tokens in my source code?

The best way to find leaked secrets is using a proactive scanner that identifies hardcoded API keys, private keys, and tokens, while recommending environment variable injection and flagging unignored .env files.

Does a standard security audit cover insufficient logging and vulnerable components?

Yes, a comprehensive security audit covers insufficient logging and vulnerable components, alongside broken authentication, sensitive data exposure, and XXE to identify common web application security risks.