tkm:audit-security

Audit codebases for vulnerabilities using STRIDE and OWASP methodologies.

Updated May 13, 2026
One-click install
npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-audit-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tkm:audit-security
Source: https://github.com/khapn-2933/agentic-coding-hands-on/tree/main/.claude/skills/audit-security
Command: npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-audit-security

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill performs a comprehensive security audit of your codebase, identifying vulnerabilities, categorizing them by severity, and offering iterative fixes to harden your application against potential threats.

Core Features & Use Cases

  • Security Audit: Identifies vulnerabilities using STRIDE and OWASP methodologies.
  • Categorization: Prioritizes findings by severity to address the most critical issues first.
  • Auto-Fix: Offers optional auto-fix capabilities for common vulnerabilities.
  • Use Case: Ideal for pre-release security checks, compliance audits, or periodic security reviews.

Quick Start

Run a security audit on your codebase by invoking the tkm:audit-security skill with the appropriate scope and flags.

Frequently Asked Questions about tkm:audit-security

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

FAQPage Schema
How do I automate a STRIDE and OWASP security audit for my codebase?

This Skill automates STRIDE and OWASP security audits by scanning your codebase to identify vulnerabilities, categorize them by severity, and offer optional auto-fixes for common issues.

Can I automatically fix common vulnerabilities found during a code security audit?

Yes, you can automatically fix common vulnerabilities found during a code security audit using the optional auto-fix capabilities provided after the scan prioritizes findings by severity.

Does this security audit tool detect hardcoded secrets and credentials in source code?

Yes, the security audit detects hardcoded secrets and credentials in source code by utilizing regex pattern scanning specifically designed for secret detection across your codebase.

What types of applications benefit most from a STRIDE and OWASP vulnerability assessment?

Applications involving authentication, payment processing, or data handling benefit most from a STRIDE and OWASP vulnerability assessment, making it ideal for pre-release checks and compliance audits.

How are identified security vulnerabilities prioritized during an audit?

Identified security vulnerabilities are prioritized during an audit by categorizing them according to severity, ensuring you address the most critical threats first before applying optional auto-fixes.

Do I need specific security audit tools installed to scan for code vulnerabilities?

Yes, you need specific security audit tools installed in your environment, as the vulnerability scanning requires these tools alongside regex pattern scanning for comprehensive secret detection.