安全

安全扫描与漏洞检测

显示 457-480 / 共 2326 个技能
qdhenry

remove-dead-code

qdhenry

Safely identifies and removes dead code in TypeScript/JavaScript projects using multi-agent analysis with automatic backup branches. Use when cleaning up unused exports, orphaned files, dead imports, unreachable functions, or unused dependencies.

智能体 1333 6个月前
lyndonkl

cognitive-fallacies-guard

lyndonkl

Use when detecting and preventing visual misleads, cognitive biases, and design failures in data visualizations, dashboards, reports, or presentations. Invoke when user mentions chartjunk, misleading chart, truncated axis, data integrity, visual deception, 3D chart problems, cherry-picking data, or needs to audit visualizations for honesty and accuracy.

代码评审 149 6个月前
wcygan

debt-audit

wcygan

Re-audit regularly - debt grows; quarterly audits prevent accumulation

代码评审 194 7个月前
wcygan

launch-ready

wcygan

Vague recommendations: "Monitor closely" is not a mitigation plan

代码评审 194 7个月前
wcygan

postmortem-team

wcygan

Blameless language guide

数据处理 194 7个月前
wcygan

security-review

wcygan

Run a targeted security audit on specified files or modules. Uses OWASP-informed checks, dependency vulnerability scanning, and auth/input validation review. Use for security audits, vulnerability checks, or before deploying sensitive code. Keywords: security, audit, vulnerability, OWASP, CVE, secrets, injection, XSS, auth, authentication, authorization

代码评审 194 7个月前
wcygan

arch-review

wcygan

RFC-style review of major technical decisions using a 5-agent debate team. Spawns tech-lead, security-auditor, performance-analyst, reliability-engineer, and devils-advocate for independent analysis followed by structured discussion. Produces decision document with pros/cons, dissenting opinions, and recommendation. Use for architecture decisions, technology selection, major refactors, design reviews. Keywords: architecture, RFC, design review, technical decision, architecture review, design decision, major change

智能体 194 7个月前
MakFly

symfony:form-types-validation

MakFly

Strengthen Symfony authorization and validation boundaries with explicit, test-backed enforcement. Use for form types validation tasks.

安全 205 6个月前
MakFly

symfony:symfony-voters

MakFly

Strengthen Symfony authorization and validation boundaries with explicit, test-backed enforcement. Use for symfony voters tasks.

安全 205 6个月前
MakFly

symfony:api-platform-security

MakFly

Deliver robust API Platform contracts in Symfony with explicit operations, mapping, and policy-safe behavior. Use for api platform security tasks.

API 开发 205 6个月前
TheBushidoCollective

graphql-inspector-audit

TheBushidoCollective

Use when auditing GraphQL operations for complexity metrics, depth analysis, directive usage, or query performance concerns.

API 开发 190 6个月前
sd0xdev

risk-assess

sd0xdev

"Uncommitted code risk assessment with breaking change detection, blast radius analysis, and scope metrics. Use when: evaluating PR risk, pre-commit risk check, large refactoring review. Not for: security vulnerabilities (use /codex-security), code correctness (use /codex-review-fast). Output: 3-dimension weighted score + risk level + gate."

CLI 工具 188 6个月前
sd0xdev

project-audit

sd0xdev

"Project health audit with deterministic scoring. Use when: evaluating project quality, onboarding to new codebase, periodic health checks. Not for: runtime performance analysis, security-specific audits (use /codex-security). Output: 5-dimension score + actionable findings."

代码评审 188 6个月前
sd0xdev

security-review

sd0xdev

"Security review via Codex MCP. Use when: OWASP Top 10 audit, dependency vulnerability check, security-sensitive changes. Not for: code review (use codex-code-review), test review (use test-review). Output: security findings + audit report."

代码评审 188 6个月前
pskoett

agent-teams-simplify-and-harden

pskoett

"Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or the loop cap is reached. Use when: implementing features from a spec or plan, hardening existing code, fixing a batch of issues, or any multi-file task that benefits from a build-verify-fix cycle."

代码评审 286 6个月前
OpenHands

security

OpenHands

Security best practices for secure coding, authentication, authorization, and data protection. Use when developing features that handle sensitive data, user authentication, or require security review.

认证鉴权 136 8个月前
anton-abyzov

Desktop Application Development (Electron & Tauri)

anton-abyzov

"Desktop application development with Electron and Tauri. Covers cross-platform native apps, IPC communication, security hardening, packaging, auto-updates, native APIs, and performance optimization. Activates for: Electron, Tauri, desktop app, native app, cross-platform desktop, BrowserWindow, IPC, system tray, menubar app, auto-updater, code signing, notarization."

代码生成 158 7个月前
anton-abyzov

DevSecOps Expert - Shift-Left Security

anton-abyzov

DevSecOps expert for shift-left security including container scanning, SAST/DAST, dependency scanning, secret detection, SBOM generation, supply chain security (SLSA/Sigstore), Kubernetes security policies, compliance-as-code, and secure CI/CD pipeline design.

Docker 158 7个月前
anton-abyzov

Code Grill Expert

anton-abyzov

Critical code review and quality interrogation before increment completion. Use when finishing a feature, before /sw:done, or when saying "grill the code", "review my work", "critique implementation".

调试 158 6个月前
DragonJAR

android-apk-audit

DragonJAR

Comprehensive Android APK security audit with static analysis, dynamic instrumentation, source-to-sink tracing, IPC/component abuse analysis, and CVSS 4.0 reporting. Covers decompilation, manifest analysis, deep links and intent injection, secrets detection, crypto analysis, Frida/Objection integration, and APK repackaging. Use when user says "audit APK", "analyze android app", "mobile pentest", "APK security", "decompile APK", "android vulnerability assessment", "reverse engineer android", "modify APK", "intent injection", "deep link abuse", "bypass SSL pinning", "bypass root detection", or provides an APK for security review, decompiled Android sources, or decoded resources.

CLI 工具 347 5个月前
tanweai

vuln-analysis-expert

tanweai

WooYun漏洞分析专家系统。基于88,636个真实漏洞案例提炼的元思考方法论、测试流程、利用技巧、绕过方法。覆盖SQL注入、XSS、命令执行、逻辑漏洞、文件上传、未授权访问等主要漏洞类型。当用户进行漏洞挖掘、渗透测试、安全审计、代码审计时触发。

CLI 工具 1760 7个月前
oaustegard

asking-questions

oaustegard

Guidance for asking clarifying questions when user requests are ambiguous, have multiple valid approaches, or require critical decisions. Use when implementation choices exist that could significantly affect outcomes.

认证鉴权 146 8个月前
laurigates

ast-grep-search

laurigates

Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not just text), such as finding all functions with specific signatures, replacing API patterns across files, or detecting code anti-patterns that regex cannot reliably match.

CLI 工具 53 6个月前
nhadaututtheky

memory-audit

nhadaututtheky

Comprehensive memory quality review across 6 dimensions: purity, freshness, coverage, clarity, relevance, and structure. Generates prioritized findings with specific memory references and actionable recommendations.

代码评审 239 7个月前