wolfe-infra

Audit infrastructure files for correctness and security posture.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/jdforsythe/wolfe-pack --skill wolfe-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wolfe-infra
Source: https://github.com/jdforsythe/wolfe-pack/tree/main/templates/bots/wolfe-infra
Command: npx skills add https://github.com/jdforsythe/wolfe-pack --skill wolfe-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the audit of infrastructure files for the wolfe-pack, ensuring correctness and security posture across container build files, CI workflows, IaC modules, and orchestration manifests.

Core Features & Use Cases

  • Infrastructure Audit: Audits container build files, CI workflow definitions, IaC modules, and orchestration manifests for correctness and security posture.
  • Validator-Verified: Every finding is reproduced by the repo's detected validator before it ships, ensuring accuracy.
  • File-Only: Never deploys, applies, or runs anything, ensuring human oversight.
  • Use Case: Integrate this Skill into your CI pipeline to automatically audit infrastructure files for potential issues before deployment.

Quick Start

Run the 'wolfe-infra' command to audit your infrastructure files.

Frequently Asked Questions about wolfe-infra

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

FAQPage Schema
How do I automate infrastructure audits in my CI/CD pipeline?

You can automate infrastructure audits by integrating this Skill into your CI/CD pipeline to statically check container build files, IaC modules, and orchestration manifests for correctness and security posture before deployment.

What is static infrastructure-as-code auditing and how does it work?

Static infrastructure-as-code auditing analyzes your IaC files and CI workflow definitions without executing them, verifying correctness and security posture by reproducing every finding with the repository's detected validator before shipping.

Does the infrastructure audit tool deploy or apply any changes to my environment?

No, the infrastructure audit is strictly file-only and never deploys, applies, or runs anything, ensuring complete human oversight over your infrastructure-as-code workflows and security posture.

Do I need a validator tool to check my IaC modules for security posture?

Yes, you need a detected validator tool in your repository to reproduce every finding, ensuring that the correctness checks and security posture audits for your IaC modules are accurate before they ship.

What is the best way to check container build files and orchestration manifests for correctness?

The best way to check container build files and orchestration manifests for correctness is to run an automated static audit that validates findings against your repository's validator, ensuring security posture without deploying.