security▌
134 indexed skills · max 10 per page
security-and-hardening
OWNER/REPO · security
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations.
code-review-and-quality
OWNER/REPO · code
Conducts multi-axis code review to assess code quality across correctness, readability, architecture, security, and performance before merging changes.
postgresaudit-readonly-audit
daanaagua/postgresaudit-skill · data
Safe read-only PostgreSQL audit workflow using https://postgresaudit.com/ for least-privilege setup, report interpretation, and remediation planning.
cso
garrytan/gstack · gstack-security
Security-audit skill that combines application security, infrastructure review, CI/CD checks, supply-chain scanning, LLM security, OWASP framing, and STRIDE analysis.
frontend-mobile-security-xss-scan
sickn33/antigravity-awesome-skills · Frontend
You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla JavaScript code to identify injection points, unsafe DOM manipulation, and improper sanitization.
alicloud-security-center-sas-test
cinience/alicloud-skills · Cloud
Category: test \n SAS Minimal Viable Test \n Prerequisites \n \n AK/SK and region are configured. \n GoalsSkill: skills/security/host/alicloud-security-center-sas/ 。 \n \n Test Steps \n \n 获取 SAS 的 API 列表。 \n 执行一个只读查询 API。 \n 记录成功/失败及错误码。 \n \n Expected Results \n \n 请求链路可达,返回可解析 JSON。 \n
information-security-manager-iso27001
davila7/claude-code-templates · Productivity
Expert-level Information Security Management System (ISMS) implementation and cybersecurity governance with comprehensive knowledge of ISO 27001, ISO 27002, and healthcare-specific security requirements.
alicloud-security-cloudfw-test
cinience/alicloud-skills · Cloud
Category: test \n CloudFW Minimal Viable Test \n Prerequisites \n \n AK/SK and region are configured. \n GoalsSkill: skills/security/firewall/alicloud-security-cloudfw/ 。 \n \n Test Steps \n \n 先跑元数据 API 列表脚本。 \n 选择一个只读列表/详情 API 执行。 \n 记录请求摘要和响应摘要。 \n \n Expected Results \n \n 可拿到资源列表或明确无权限提示。 \n
alicloud-security-kms-test
cinience/alicloud-skills · Cloud
Category: test \n KMS Minimal Viable Test \n Prerequisites \n \n AK/SK and region are configured. \n GoalsSkill: skills/security/key-management/alicloud-security-kms/ 。 \n \n Test Steps \n \n 通过 OpenAPI 元数据确认 KMS 常用读取 API。 \n 执行一个只读查询(如 ListKeys 或产品支持的等价读接口)。 \n 记录 request id、返回数量、错误码(若有)。 \n \n Expected Results \n \n 只读查询成功或返回明确权限错误。 \n
api-security-hardening
aj-geddes/useful-ai-prompts · Backend
Comprehensive security middleware for REST APIs covering authentication, rate limiting, input validation, and attack prevention. \n \n Implements multiple security layers: helmet for HTTP headers, rate limiting, CORS configuration, input sanitization, and XSS/HPP protection \n Supports Node.js/Express and Python FastAPI with reference implementations for each framework \n Includes JWT-based authentication, input validation with sanitization, and security event logging \n Provides best practices