security-audit-agent

Scans code for vulnerabilities, generating reports with severity and remediation suggestions.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/Unicorn/Radium --skill security-audit-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit-agent
Source: https://github.com/Unicorn/Radium/tree/main/skills/security/security-audit-agent
Command: npx skills add https://github.com/Unicorn/Radium --skill security-audit-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs comprehensive security assessments to find vulnerabilities, misconfigurations, hardcoded secrets, and compliance gaps in codebases so teams can prioritize and remediate risks before they are exploited.

Core Features & Use Cases

  • Vulnerability Identification: Detects common issues such as SQL injection, XSS, CSRF, insecure deserialization, and OWASP Top 10 problems.
  • Dependency & Configuration Scanning: Flags insecure or outdated dependencies, hardcoded secrets, improper environment variable usage, and insecure server/configuration settings.
  • Authentication & Access Review: Analyzes authentication and authorization flows, session and token handling, and access control logic for privilege escalation risks.
  • Reporting & Remediation: Produces prioritized audit reports with severity ratings, exact code locations, remediation recommendations, and compliance assessments (e.g., PCI-DSS, HIPAA).

Quick Start

Run the security-audit-agent on the repository root to generate a prioritized security audit report with findings, code locations, and remediation steps.

Frequently Asked Questions about security-audit-agent

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

FAQPage Schema
How do I perform a security audit on my codebase to find vulnerabilities?

Run a security audit on your repository root to identify SQL injection, XSS, CSRF, and OWASP Top 10 vulnerabilities. It analyzes source code, configurations, and dependencies, generating a prioritized report with severity ratings and remediation steps.

What is the best way to scan for hardcoded secrets and insecure dependencies?

Scanning for hardcoded secrets and insecure dependencies involves analyzing configuration files and dependency manifests to flag exposed credentials, improper environment variables, and outdated libraries, producing a report with exact locations and remediation recommendations.

Can I check my code for PCI-DSS and HIPAA compliance gaps?

Yes, you can check code for PCI-DSS and HIPAA compliance gaps. The security audit assesses authentication flows, access control logic, and configuration settings, mapping identified vulnerabilities to specific compliance standards within the final report.

How do I review authentication and authorization logic for privilege escalation risks?

Reviewing authentication and authorization logic for privilege escalation risks requires analyzing session handling, token management, and access control flows to detect misconfigurations, producing a prioritized assessment with specific code locations and remediation examples.

Does security auditing work with API definitions and backend configuration files?

Yes, security auditing works with API definitions and backend configuration files. It scans these resources alongside source code and dependency manifests to detect insecure server settings, improper environment variable usage, and authentication misconfigurations.

What is included in a code security audit report?

A code security audit report includes prioritized findings with severity ratings, exact code locations, remediation examples, and compliance mappings. It covers vulnerabilities, hardcoded secrets, and misconfigurations found across the codebase to help teams remediate risks.