·security-audit-quick
#

security-audit-quick

High-speed static security scan. Grep-based exhaustive detection of known dangerous patterns (XSS, SQL injection, hard-coded secrets, etc.) and outputs a reproducible workflow in SEVERITY / file:line / why / fix format. Use it when you want to "quickly security-check the entire codebase" or "batch-detect known vulnerability patterns." Unlike security-hardening skills (design-to-implementation for specific threat scenarios) or security-threat-review skills (comprehensive red/blue team assessment), this skill focuses solely on high-speed detection of known patterns.

10Installs·1Trend·@yusuketsunoda

Installation

$npx skills add https://github.com/yusuketsunoda/ppt-trans --skill security-audit-quick

How to Install security-audit-quick

Quickly install security-audit-quick AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/yusuketsunoda/ppt-trans --skill security-audit-quick
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: yusuketsunoda/ppt-trans.

SKILL.md

View raw

/security-hardening との違い: /security-hardening = 単一脅威の深掘り(脅威モデル→緩和→テスト→ゲート) /security-audit-quick = 既知パターンの網羅的検出(grep で一括スキャン)

| (なし) | リポジトリ全体をスキャン | src/ + supabase/ | | --diff | 変更ファイルのみスキャン | git diff --name-only origin/main...HEAD |

検出: X-E2E-Test / X-Bypass-Rate-Limit ヘッダー参照で isProductionRuntime() ガードなし

High-speed static security scan. Grep-based exhaustive detection of known dangerous patterns (XSS, SQL injection, hard-coded secrets, etc.) and outputs a reproducible workflow in SEVERITY / file:line / why / fix format. Use it when you want to "quickly security-check the entire codebase" or "batch-detect known vulnerability patterns." Unlike security-hardening skills (design-to-implementation for specific threat scenarios) or security-threat-review skills (comprehensive red/blue team assessment), this skill focuses solely on high-speed detection of known patterns. Source: yusuketsunoda/ppt-trans.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yusuketsunoda/ppt-trans --skill security-audit-quick
Category
#Documents
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from yusuketsunoda/ppt-trans

Quick answers

What is security-audit-quick?

High-speed static security scan. Grep-based exhaustive detection of known dangerous patterns (XSS, SQL injection, hard-coded secrets, etc.) and outputs a reproducible workflow in SEVERITY / file:line / why / fix format. Use it when you want to "quickly security-check the entire codebase" or "batch-detect known vulnerability patterns." Unlike security-hardening skills (design-to-implementation for specific threat scenarios) or security-threat-review skills (comprehensive red/blue team assessment), this skill focuses solely on high-speed detection of known patterns. Source: yusuketsunoda/ppt-trans.

How do I install security-audit-quick?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yusuketsunoda/ppt-trans --skill security-audit-quick Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/yusuketsunoda/ppt-trans