security-audit

Audit codebases and infrastructure for vulnerabilities, secrets, and misconfigurations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kulharir7/karya --skill security-audit-kulharir7
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/kulharir7/karya/tree/main/workspace/plugins/security-audit-toolkit
Command: npx skills add https://github.com/kulharir7/karya --skill security-audit-kulharir7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit codebases and infrastructure for security issues. Use when scanning dependencies for vulnerabilities, detecting hardcoded secrets, checking OWASP top 10 issues, verifying SSL/TLS, auditing file permissions, or reviewing code for injection and auth flaws.

Core Features & Use Cases

  • Dependency vulnerability scanning
  • Secret detection and credential review
  • OWASP Top 10 risk assessment and secure coding checks
  • SSL/TLS verification and secure configuration auditing
  • File and directory permission checks
  • Authentication and authorization pattern reviews

Quick Start

Run a security audit on your repository to identify vulnerabilities, secrets, and misconfigurations.

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 dependency vulnerabilities?▼

To detect hardcoded secrets and dependency vulnerabilities, you audit package manifests and configuration files across repositories. This process scans deployment pipelines to identify leaked credentials and known vulnerable packages with clear remediation guidance.

What is the best way to check for OWASP Top 10 risks during code review?▼

Checking for OWASP Top 10 risks during code review means applying secure coding checks to identify injection and authentication flaws. This assessment reviews code repositories to detect authorization pattern vulnerabilities and provides actionable security remediation guidance.

How do I verify SSL/TLS configuration and audit file permissions in my infrastructure?▼

Verifying SSL/TLS configuration and auditing file permissions requires assessing secure configurations and directory permissions across your infrastructure. This audit inspects deployment pipelines and configuration files to detect misconfigurations and enforce security policies.

Can I use automated vulnerability scanning to enforce secure coding checks across deployment pipelines?▼

Yes, automated vulnerability scanning can enforce secure coding checks across deployment pipelines by auditing code repositories, package manifests, and infrastructure configurations. This approach detects secrets, assesses OWASP risks, and verifies SSL/TLS to ensure comprehensive security compliance.

What are the limitations of automated security audits for detecting injection and authentication flaws?▼

Automated security audits for detecting injection and authentication flaws are limited by their reliance on static pattern matching across code repositories. While they effectively identify common misconfigurations and leaked secrets, complex authorization logic often requires supplementary manual secure coding reviews.