security-audit

Detect secrets, insecure dependencies, and vulnerable patterns in codebases.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/GaryOcean428/pantheon-chat --skill security-audit-garyocean428
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/GaryOcean428/pantheon-chat/tree/main/skills/security-audit
Command: npx skills add https://github.com/GaryOcean428/pantheon-chat --skill security-audit-garyocean428

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans codebases for security vulnerabilities, including hardcoded secrets, insecure dependencies, SQL injection risks, XSS, and authentication weaknesses, enabling teams to preemptively fix issues before deployment.

Core Features & Use Cases

  • Secret detection patterns and forbidden keywords across codebases.
  • Dependency vulnerability checks for Python, Node.js, and common ecosystems.
  • Guidance to prevent SQL injection and XSS, plus secure authentication practices.
  • CI security gates and PR review support with actionable remediation notes.

Quick Start

Run the security audit on your repository to scan for secrets, vulnerable dependencies, and insecure authentication settings.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I scan my codebase for hardcoded secrets and vulnerable dependencies?

A security audit scans your codebase to detect hardcoded secrets, forbidden keywords, and insecure dependencies across Python and Node.js ecosystems, providing actionable remediation guidance to fix issues before deployment.

What's the best way to detect SQL injection and XSS vulnerabilities during code reviews?

Detecting SQL injection and XSS vulnerabilities during code reviews involves applying standard security checks for insecure patterns, generating actionable remediation notes to prevent risks in pull requests and CI pipelines.

Can I use automated security checks in my CI pipeline to block insecure authentication configurations?

Yes, you can enforce CI security gates by running security audits that identify weak authentication configurations and insecure patterns, blocking deployments until remediation guidance is applied to the codebase.

Does security auditing support both Python and Node.js dependency vulnerability checks?

Security auditing supports dependency vulnerability checks for Python and Node.js ecosystems, scanning for known insecure packages and providing actionable remediation guidance to update or replace at-risk dependencies.

Why do I need to run a security audit before deploying my application?

Running a security audit before deployment preemptively identifies hardcoded secrets, SQL injection risks, XSS, and authentication weaknesses, enabling teams to fix security vulnerabilities before they reach production environments.