security

Detect security vulnerabilities and leaked secrets in software projects.

10|5|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/rajitsaha/100x-dev --skill security-rajitsaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/rajitsaha/100x-dev/tree/main/modules/security
Command: npx skills add https://github.com/rajitsaha/100x-dev --skill security-rajitsaha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps security engineers automatically identify vulnerabilities, leaked secrets, and security risks within codebases and project configurations.

Core Features & Use Cases

  • Vulnerability Scanning: Detects security flaws and outdated dependencies in project files.
  • Secret Audit: Scans code for exposed API keys, tokens, and credentials to prevent leaks.
  • Use Case: A developer runs this Skill before pushing code to identify and fix secrets and vulnerabilities, ensuring secure deployment.

Quick Start

Use the security skill to scan your project for vulnerabilities and secrets, and generate a report to review.

Frequently Asked Questions about security

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

FAQPage Schema
How do I scan my code for exposed API keys and leaked secrets?

To scan for exposed API keys and leaked secrets, you can run an automated audit over your project files to detect credentials and prevent accidental exposure before deployment.

What is the best way to detect vulnerabilities in project dependencies?

Detecting vulnerabilities in project dependencies involves scanning package configurations to identify outdated libraries and known security flaws, ensuring your software project remains compliant and safe.

Can I use automated secret scanning for security auditing workflows?

Yes, automated secret scanning applies directly to security auditing workflows by checking codebases for exposed tokens and misconfigurations to fulfill code reviewer compliance requirements.

How do I audit a software project for security risks before pushing code?

To audit a software project before pushing code, run a vulnerability and secret detection scan to identify security risks, then generate a report to review and fix any issues.

Does automated vulnerability detection check for code misconfigurations?

Automated vulnerability detection checks for code misconfigurations alongside known package vulnerabilities and exposed credentials to ensure comprehensive code security and compliance.

When do I need to run a secret and vulnerability audit on my codebase?

You need to run a secret and vulnerability audit before deploying code, during security compliance checks, or when reviewing software project configurations to identify and fix security risks.