omk-security-review

Review code and workflow changes for security vulnerabilities and prioritized fixes.

130|14|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/dmae97/oh-my-kimi --skill omk-security-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: omk-security-review
Source: https://github.com/dmae97/oh-my-kimi/tree/main/templates/skills/agents/omk-security-review
Command: npx skills add https://github.com/dmae97/oh-my-kimi --skill omk-security-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps prevent security issues before you ship by reviewing changes that could leak secrets, enable injection attacks, or weaken authorization.

Core Features & Use Cases

  • Secret and sensitive-file checks: Flags likely credential exposure such as .env edits, hardcoded tokens, and private key files.
  • Attack surface review: Looks for SQL/NoSQL injection, command injection, unsafe file path handling, XSS, CSRF, and broken authorization.
  • Dependency and permissions risk: Identifies insecure dependency usage and over-broad permissions, including dangerous shell/deployment steps.

Quick Start

Ask an AI to run an OMK security review on your proposed authentication, API, shell, deployment, or dependency changes and produce a critical-to-low security verdict with required fixes.

Frequently Asked Questions about omk-security-review

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

FAQPage Schema
How do I review code changes for secret exposure and injection risks?▼

Reviewing code changes for secret exposure and injection risks involves analyzing workflow modifications to flag credential leaks, SQL injection, and command injection, then producing a structured security verdict with prioritized fixes.

What is a security review for protected files and dependencies?▼

A security review for protected files and dependencies evaluates modifications to sensitive files and package configurations to identify insecure usage, enforce sensitivity rules, and detect over-broad permissions that expand attack surface.

How do I check my deployment workflow for broken authorization and command injection?▼

Checking deployment workflows for broken authorization and command injection requires evaluating shell commands and deployment steps for dangerous permissions and unsafe inputs, then enforcing protected-file sensitivity to prevent unauthorized access.

Can I run an automated security check on file upload and API changes?▼

Automated security checks on file upload and API changes detect XSS, CSRF, unsafe path handling, and broken authorization, generating a critical-to-low security verdict with required fixes.

Does dependency risk review cover insecure usage and over-broad permissions?▼

Dependency risk review covers insecure usage and over-broad permissions by evaluating package configurations, flagging dangerous shell and deployment steps, and enforcing protected-file sensitivity to harden code.

When do I need a secrets and injection security review for my code?▼

A secrets and injection security review is needed when modifying authentication, APIs, database queries, shell commands, or file uploads to prevent credential exposure, injection attacks, and authorization weaknesses before shipping code.