ck:security

Identify and prioritize security findings using STRIDE and OWASP methodologies.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/hotriluan/alkana_web --skill ck-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:security
Source: https://github.com/hotriluan/alkana_web/tree/main/.opencode/skills/ck-security
Command: npx skills add https://github.com/hotriluan/alkana_web --skill ck-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Security audits are time-consuming and error-prone. ck:security automates a structured STRIDE + OWASP assessment, producing a severity-ranked findings report to guide remediation.

Core Features & Use Cases

  • Structured Threat Modeling: STRIDE analysis and OWASP mapping to identify and categorize vulnerabilities.
  • Optional Auto-fix: iteratively apply remediation steps using the ck:autoresearch guard pattern.
  • Dependency and secret scanning: references for security best practices and checks.

Quick Start

Run /ck:security <scope> to audit a set of files, and add --fix to apply iterative remediation.

Frequently Asked Questions about ck:security

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

FAQPage Schema
How do I automate security audits for a specific codebase scope?

You can automate security audits by running the tool against a defined scope using glob patterns or a full scan. It resolves the scope, applies STRIDE analysis, and outputs a structured report ranking vulnerabilities by severity.

How does STRIDE threat modeling map to OWASP vulnerabilities?

STRIDE analysis identifies and categorizes threat types within the codebase, while OWASP mapping correlates those findings to recognized vulnerability categories. This structured combination categorizes risks and produces a severity-ranked report to guide remediation.

Can I automatically fix vulnerabilities found during a security scan?

Yes, you can apply iterative remediation by enabling the audit-with-fix mode. This applies structured safe fixes iteratively to the identified vulnerabilities using an automated guard pattern, rather than just generating an audit-only report.

Does the security audit include dependency and secret detection?

Yes, the security audit includes dependency audits and secret detection. It references security best practices to scan dependencies and check for exposed secrets, incorporating these findings into the final structured vulnerability report.

What is the best way to limit iterations when auto-fixing security findings?

When applying auto-remediation, you can enforce iteration limits to control the fix process. This constrains the automated guard pattern to a defined number of remediation steps, ensuring safe and predictable vulnerability fixes.

Are security audit-only modes supported without applying fixes?

Yes, the tool supports an audit-only mode. This performs the full scope resolution, STRIDE analysis, and dependency scanning to generate a severity-ranked findings report without attempting any automated remediation steps.