ck:security

Performs a structured STRIDE and OWASP security audit on codebases, configurations, and dependencies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

STRIDE + OWASP-based security audit to identify, categorize, and prioritize vulnerabilities across a codebase, enabling proactive risk reduction before release.

Core Features & Use Cases

  • Structured STRIDE + OWASP methodology applied to code, configurations, and dependencies.
  • Severity-ranked findings report with remediation guidance and the ability to apply iterative fixes using the ck:autoresearch guard pattern.
  • Suitable for pre-release reviews, compliance preparation (SOC 2, GDPR, PCI-DSS), and ongoing security posture improvement.

Quick Start

Audit the full project scope to generate a prioritized findings report and begin iterative fixes using the ck:autoresearch guard pattern.

Frequently Asked Questions about ck:security

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

FAQPage Schema
How do I perform a STRIDE and OWASP security audit on my codebase?

To perform a STRIDE and OWASP security audit, the process analyzes your codebase, configurations, and dependencies to categorize and prioritize vulnerabilities. It generates a severity-ranked findings report with specific remediation guidance for proactive risk reduction.

Can I automatically fix vulnerabilities found during a security audit?

Yes, you can automatically fix vulnerabilities found during a security audit by enabling iterative fixes. The process applies the ck:autoresearch guard pattern to systematically resolve identified vulnerabilities across your scope.

Does this security audit include secret detection and dependency scanning?

Yes, the security audit includes secret detection and dependency scanning. The process evaluates your dependencies and code configurations to identify exposed secrets and vulnerable packages, categorizing them within the severity-ranked findings report.

What is the best way to prepare for SOC 2 or PCI-DSS compliance security reviews?

The best way to prepare for SOC 2, PCI-DSS, or GDPR compliance reviews is running a structured STRIDE and OWASP security audit. The process identifies and categorizes vulnerabilities across your codebase, providing severity-ranked remediation guidance to improve your security posture before release.

How does STRIDE threat modeling work for code security vulnerability scanning?

STRIDE threat modeling for code security vulnerability scanning works by applying a structured methodology to categorize threats like spoofing, tampering, and repudiation. The process identifies vulnerabilities across code and configurations, producing a prioritized report with remediation guidance.