security

Scan code for hard-coded secrets and validate environment policies before deployment.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/djnsty23/claude-auto-dev --skill security-djnsty23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/djnsty23/claude-auto-dev/tree/main/skills/security
Command: npx skills add https://github.com/djnsty23/claude-auto-dev --skill security-djnsty23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-deploy security audits that identify hard-coded secrets, misconfigurations, and weak policies before code reaches production.

Core Features & Use Cases

  • Secrets scanning across code and migrations to detect exposed keys and tokens.
  • Environment-variable validation and policy checks to enforce secure defaults in CI and pre-production environments.
  • Comprehensive vulnerability pattern checks to reduce blast radius and improve compliance.

Quick Start

Run automated security checks before deployment.

Frequently Asked Questions about security

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

FAQPage Schema
How do I scan for hard-coded secrets before deployment?

Pre-deploy secrets scanning detects exposed keys and tokens across code and database migrations before deployment. By running automated checks in CI pipelines, you can identify hard-coded secrets and prevent them from reaching production environments.

What is pre-deploy security auditing in CI pipelines?

Pre-deploy security auditing is the process of validating environment variables, scanning for secrets, and enforcing secure policies before code reaches production. It identifies misconfigurations and weak policies in CI and pre-production environments to reduce blast radius.

Can I validate environment variables and enforce secure defaults for Node.js?

Yes, you can validate environment variables and enforce secure defaults for Node.js and cloud deployments. The security checks apply environment-variable validation and policy checks in CI pipelines to prevent insecure configurations from being deployed.

How do I run vulnerability pattern checks in pre-production environments?

You can run comprehensive vulnerability pattern checks in pre-production environments by applying automated security checks before deployment. This process scans code and migrations to detect exposed secrets, validate configurations, and enforce compliance.

What's the best way to prevent insecure cloud deployments and misconfigurations?

The best way to prevent insecure cloud deployments is to implement pre-deploy security checks that identify misconfigurations and weak policies before release. Applying policy validations and secrets scanning in CI pipelines enforces secure defaults across cloud environments.