Find the perfect skill
MEV Security
Security
Guide for MEV concepts, common attacks, mitigations, and how to organize MEV-related resources in README.md.
Frontend Security Coder
Security
Expert in secure frontend coding: XSS prevention, output sanitization, and client-side security patterns.
Access Control Auditor
Security
Audit access control implementations for security vulnerabilities and misconfigurations. Use when reviewing authentication and authorization.
Complete Reverse Engineering Workflow
Security
Automated workflow for binary analysis: compiler detection, unpacking, disassembly, and report generation.
Regularly Patch RDS Databases
Security
Ensure that RDS database instances and database engines are regularly updated and patched to address security vulnerabilities.
Complete Cracking Workflow
Security
Full cracking chain: analyze, disassemble, patch, keygen, and verify software. Use only for legal testing.
WeChat Backup Decryptor
Security
Decrypt and extract WeChat backup database (.xb files) from NAS/Android backups.
Security Control Verification
Security
Verifies that security controls from a threat model are implemented in the codebase. Searches for control implementations using code patterns, validates configurations, and identifies missing or incomplete controls. Helps when validating a threat model against actual code or finding security gaps.
Lokalise Data Handling
Security
Implement Lokalise translation data handling with PII detection, privacy management, and GDPR/CCPA compliance patterns using automated scanning and safe logging.
Review Semgrep Security Findings
Security
Review and triage semgrep security scan results to identify true positive vulnerabilities with high confidence.
Review Semgrep Findings
Security
Analyze and triage Semgrep security scan results to identify true positive vulnerabilities. Distinguishes real issues from false positives through deep code analysis.
NextAuth.js v5 Authentication
Security
Configure NextAuth.js v5 (Auth.js) authentication with OAuth providers (Google, Discord, GitHub) and Prisma adapter. Use to set up login/logout, protect routes, access user sessions in components, and manage session persistence with database strategy. Helps when adding OAuth providers or troubleshooting authentication issues.