ck:security

Automate security audits with STRIDE and OWASP methodologies.

1|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Thanh-apero/apero-kit-cli --skill ck-security-thanh-apero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:security
Source: https://github.com/Thanh-apero/apero-kit-cli/tree/main/.claude/skills/ck-security
Command: npx skills add https://github.com/Thanh-apero/apero-kit-cli --skill ck-security-thanh-apero

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm audit, pip-audit, govulncheck, bundle audit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of security audits, identifying vulnerabilities in code, and can fix them using pattern-based auto-research.

Core Features & Use Cases

  • Security Audit: Runs a structured STRIDE + OWASP security audit on code.
  • Auto-Fix: Applies fixes iteratively to vulnerabilities using the ck:autoresearch pattern.
  • Use Case: Use this Skill to scan your codebase for security issues before deployment, ensuring your application is secure against common vulnerabilities.

Quick Start

Run a security audit on your codebase with ck:security src/.

Frequently Asked Questions about ck:security

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

FAQPage Schema
How do I automate a security audit on my codebase before deployment?

To automate a security audit, you can use this Skill to scan your codebase with STRIDE and OWASP methodologies. It identifies vulnerabilities, categorizes them by severity, and applies pattern-based fixes to ensure your application is secure against common issues.

What is the best way to scan code for vulnerabilities using STRIDE and OWASP?

Scanning code for vulnerabilities using STRIDE and OWASP is best handled by automating the audit process. This Skill structures the security audit to systematically identify and categorize vulnerabilities by severity based on these established frameworks.

Does this automated security audit require npm audit or pip-audit to run?

Yes, this security audit requires additional dependency scanning tools like npm audit for Node.js, pip-audit, or govulncheck. These tools must be available in your environment to successfully scan for and assess vulnerabilities.

Can the security audit automatically fix the vulnerabilities it finds?

Yes, the security audit can automatically fix the vulnerabilities it finds. It applies fixes iteratively using a pattern-based auto-research approach, resolving identified security issues directly within your codebase.

How does the auto-fix mechanism work for identified security vulnerabilities?

The auto-fix mechanism works by applying fixes iteratively to vulnerabilities using a pattern-based approach. It leverages auto-research to resolve the identified security issues categorized during the STRIDE and OWASP audit.

Does this code analysis tool support multiple programming languages?

Yes, this code analysis tool supports multiple programming languages. It integrates with various dependency checking tools like npm audit, pip-audit, and bundle audit to scan and fix vulnerabilities across different tech stacks.