security-audit

Automate security auditing of codebases and dependencies for vulnerabilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps development teams quickly identify security vulnerabilities in code and dependencies before they reach production, reducing the risk of breaches and compliance issues.

Core Features & Use Cases

  • Secret detection: scans for hardcoded keys and credentials in code repositories.
  • Dependency vulnerability checks: validates dependencies across npm, Python, Go, and other ecosystems using standard tools.
  • PR and deployment prep: provides actionable findings during PR reviews or before deployments.
  • Integration with code-reviewer Agent: complements manual reviews with automated tooling.

Quick Start

Run a security audit across your project path to generate a structured report and remediation recommendations.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I automate security auditing for code and dependencies?

You automate security auditing by running standard tools like npm audit, pip-audit, govulncheck, and cargo audit across your codebase to uncover vulnerabilities and misconfigurations. The process generates structured findings and remediation recommendations during PR reviews or deployment preparation.

Can I scan for hardcoded secrets and credentials in my code repository?

Yes, secret detection scans code repositories for hardcoded keys and credentials. This automated check identifies sensitive data exposed in source files, reducing the risk of breaches before changes reach production environments.

Does this security audit work with npm, Python, and Go ecosystems?

Dependency vulnerability checks validate dependencies across npm, Python, Go, and other ecosystems using standard tools. The auditing process integrates npm audit, pip-audit, govulncheck, and cargo audit to identify vulnerable packages.

What is the best way to integrate vulnerability scanning into PR reviews?

Integrating vulnerability scanning into PR reviews works by running automated tooling alongside the code-reviewer agent. This complements manual reviews by presenting structured security findings and actionable remediation steps directly during the review process.

How do I check for security vulnerabilities before a production deployment?

Security audits for deployment preparation involve scanning your project path to identify vulnerabilities and misconfigurations. The audit generates a structured report with actionable findings and remediation recommendations to resolve issues before deployment.