audit-infra

Scans repositories and CI/CD configs for exposed secrets and insecure Docker/webhook settings.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill audit-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-infra
Source: https://github.com/RaNDoM6913/claude-code-superkit/tree/main/packages/codex/skills/audit-infra
Command: npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill audit-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and harden infrastructure code and deployment configurations by detecting exposed secrets, insecure Docker settings, vulnerable dependencies, misconfigured CORS, and unsafe webhooks before they reach production.

Core Features & Use Cases

  • Scans repository and CI/CD configs for secrets and credentials exposed in code and environment files.
  • Detects Docker and Docker Compose misconfigurations, non-root execution, and image hygiene.
  • Flags vulnerable dependencies, missing migrations rollbacks, and insecure webhooks to prevent incidents.
  • Use Case: On a multi-repo project, run audit-infra to surface secrets and tighten CI/CD security.

Quick Start

Run the audit-infra skill against your repository to identify secrets, misconfigurations, and insecure dependencies.

Frequently Asked Questions about audit-infra

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

FAQPage Schema
How do I scan my repository for exposed secrets and credentials?

To scan a repository for exposed secrets, run an automated infrastructure audit against your codebase and CI/CD configs to detect credentials hidden in environment files and source code before production deployment.

What is the best way to detect insecure Docker configurations in my deployment?

The best way to detect insecure Docker configurations is to run an automated audit that flags misconfigurations, verifies non-root execution, and checks image hygiene across your containerized services and Docker Compose files.

Can I check for unsafe webhooks and CORS misconfigurations across multiple projects?

Yes, you can check for unsafe webhooks and CORS misconfigurations across multiple projects by running an infrastructure audit designed to surface these specific security risks in repositories and deployment configurations.

How do I identify vulnerable dependencies and missing migration rollbacks before release?

To identify vulnerable dependencies and missing migration rollbacks before release, execute an infrastructure audit that automatically flags these operational risks alongside CI/CD security issues to prevent production incidents.

Does an automated infrastructure audit work with standard CI/CD pipelines?

Yes, an automated infrastructure audit works with standard CI/CD pipelines by scanning your repository and deployment configurations directly to surface security and operational issues before they hit production.