ck:security

Perform STRIDE and OWASP security audits and output severity-ranked vulnerability reports.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jangtrinh/demo-Lam --skill ck-security-jangtrinh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:security
Source: https://github.com/jangtrinh/demo-Lam/tree/main/.claude/skills/ck-security
Command: npx skills add https://github.com/jangtrinh/demo-Lam --skill ck-security-jangtrinh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you identify security weaknesses and risky patterns in a codebase, rank them by severity, and optionally apply targeted fixes safely and iteratively.

Core Features & Use Cases

  • STRIDE + OWASP security audit: Systematically analyzes threats across spoofing, tampering, repudiation, information disclosure, denial of service, and elevation of privilege, and maps results to OWASP Top 10 categories.
  • Severity-ranked findings report: Produces a structured report with file/line context and fix recommendations.
  • Optional auto-fix with guardrails: When --fix is enabled, applies fixes iteratively using the ck:autoresearch guard pattern and stops early if a guard fails.
  • Dependency and secret detection: Runs a stack-appropriate dependency audit and scans for hardcoded secrets using regex patterns.

Quick Start

Run the security audit on your code by using this instruction: /ck:security full.

Frequently Asked Questions about ck:security

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

FAQPage Schema
How do I run a STRIDE security audit on my codebase?

Run a STRIDE security audit by executing `/ck:security full` to systematically analyze threats across spoofing, tampering, repudiation, information disclosure, denial of service, and elevation of privilege, mapping results to OWASP Top 10 categories.

Can I automatically fix vulnerabilities found during a security audit?

Yes, you can automatically fix vulnerabilities by enabling the `--fix` flag, which applies targeted fixes iteratively using a guard pattern and stops early if a guard fails to ensure safe modifications.

Does the security audit include dependency and secret detection?

Yes, the security audit includes dependency and secret detection by running a stack-appropriate dependency audit and scanning for hardcoded secrets using regex patterns across your source code.

What is the best way to identify authentication and injection vulnerabilities in source code?

The best way to identify authentication and injection vulnerabilities is running an automated security audit that scans source code, ranks findings by severity, and provides structured file and line context with fix recommendations.

How does the vulnerability triage report structure its findings?

The vulnerability triage report structures findings by severity ranking, providing specific file and line context for each identified issue alongside actionable fix recommendations for immediate remediation.