安全性
2492 skills in 測試與安全 > 安全性
worker-handover
Defines context handover format when workers hit turn limit. Posts structured handover to GitHub issue comments enabling replacement workers to continue seamlessly.
building-mcp-servers
Guides creation of high-quality MCP (Model Context Protocol) servers that enable LLMsto interact with external services through well-designed tools. Use when building MCPservers to integrate external APIs or services, whether in Python (FastMCP) orNode/TypeScript (MCP SDK). Covers tool design, authentication, Docker deployment,and evaluation creation. NOT when consuming existing MCP servers (use the server directly).
ci-pipeline
GitHub Actions CI/CD pipelines with caching, matrix builds, and deployment strategies. Focuses on build speed, reliability, and security. Use when creating or optimizing CI/CD workflows, debugging pipeline failures, or implementing deployment automation.
tailscale-deploy
Deploy F# applications with Tailscale sidecar for private network access.Use when: "deploy", "production", "Tailscale", "docker-compose", "Docker","Portainer", "private network", "deployment", "ship it", "go live","home server", "self-host", "container", "release".Creates docker-compose.yml with app + Tailscale sidecar for secure access.No public ports, no authentication needed - Tailscale handles it.
gemini-research-subagent
Delegates large-context code analysis to Gemini CLI. Use when analyzing codebases, tracing bugs across files, reviewing architecture, or performing security audits. Gemini reads, Claude implements.
defense-in-depth
Apply layered security architecture. Use when designing security controls, hardening systems, or reviewing security posture. Covers multiple security layers.
create-middleware
Create middleware for cross-cutting concerns. Use when creating authentication, validation, or other request processing middleware. Triggers on "create middleware", "auth middleware", "validation middleware".
agentuity-cli-cloud-apikey-delete
Delete an API key (soft delete). Requires authentication. Use for Agentuity cloud platform operations
code-review
Systematic code review methodology. Use this skill when reviewing code changes, PRs, or doing code audits for quality, security, and best practices.
spring-boot-security
Spring Security 7 implementation for Spring Boot 4. Use when configuring authentication, authorization, OAuth2/JWT resource servers, method security, or CORS/CSRF. Covers the mandatory Lambda DSL migration, SecurityFilterChain patterns, @PreAuthorize, and password encoding. For testing secured endpoints, see spring-boot-testing skill.
review-react
Expert-level frontend code review specialist for production-grade TypeScript/React applications. Use this skill when reviewing pull requests, performing code audits, or analyzing frontend codebases for type safety, performance, security, and maintainability issues. Focuses on React/TypeScript stack with emphasis on runtime safety and production readiness.
asvs-requirements
OWASP ASVS 5.0 requirements database for security audits. Provides chapter structure, control objectives, and verification requirements for all 17 ASVS domains.
sveltia-cms
Set up Sveltia CMS - the lightweight Git-backed CMS successor to Decap/Netlify CMS with 5x smaller bundle (300 KB), GraphQL performance, and 260+ fixed predecessor issues. Framework-agnostic for Hugo, Jekyll, 11ty, Gatsby, Astro.Use when: adding CMS to static sites, migrating from Decap/Netlify CMS, enabling non-technical editors, or troubleshooting OAuth authentication failures, YAML parse errors, CORS/COOP policy problems, content not listing issues.
implementation-safety
Production-ready safety checklists for Rails implementation. Covers nil safety,ActiveRecord patterns, security vulnerabilities, error handling, and performance.Use before marking any file complete during implementation phases.
dependency-supply-chain-security
Manage dependencies and supply chain security to prevent vulnerable or malicious packages. Use this skill when you need to audit dependencies, update packages, check for vulnerabilities, understand supply chain attacks, or maintain dependency security. Triggers include "dependencies", "npm audit", "supply chain", "package security", "vulnerability", "npm update", "security audit", "outdated packages".
sitrep-reporting
Military-style SITuation REPort protocol for multi-agent coordination. Enforces structured statusreporting with 🟢🟡🔴 codes, quantitative progress (0-100%), blockers, dependencies, ETAs, andauthorization codes for secure handoffs. Prevents communication failures, lost context, and delayedblocker reporting. Use when: coordinating multiple agents, wave execution, reporting progress,requesting status updates, handing off deliverables.
ops-auditor
Audit infrastructure for cost, security, and compliance - analyze currentspending patterns, identify cost optimization opportunities, scan for securityvulnerabilities, check compliance with best practices, generate audit reportswith prioritized recommendations, track audit history.
agentuity-cli-cloud-deployment-remove
Remove a specific deployment. Requires authentication. Use for Agentuity cloud platform operations
add-auth
Add BetterAuth protection to routes and actions. Use when protecting routes, requiring authentication, or implementing role-based access.
graphql-security
Secure GraphQL APIs - authentication, authorization, rate limiting, and validation