Security
Page 5 of 5
Browse skills in this category.
uuid
Securityby aiskillstore
UUID generation skill - Universally Unique Identifiers v4 and v7 for entity IDs. For ng-events construction site progress tracking system.
wechat-management
Securityby aiskillstore
Manage information from Wechat and Send Messages, Only could be activated with the MCP Server `WeChatMCP`. Check it before using any tools in this MCP server
myfy-patterns
Securityby psincraian
Core myfy patterns and conventions for building applications. Use when working with myfy.core, Application, WebModule, DataModule, FrontendModule, TasksModule, UserModule, CliModule, AuthModule, RateLimitModule, or @route decorators.
security-practices
Securityby eser
Security practices including secrets management, input validation, SSRF prevention, and production hardening. Use for security-sensitive code.
user-module
Securityby psincraian
myfy UserModule for authentication with email/password, OAuth, sessions, and JWT. Use when working with UserModule, BaseUser, OAuth providers, login, registration, password reset, email verification, or user authentication.
reviewing-security
Securityby ryuichi1208
OWASP API Security Top 10 (2023) と Rust セキュリティベストプラクティス。脆弱性検出。Use when: セキュリティ、脆弱性、OWASP、認証、認可、監査を依頼された時。
osgrep
Securityby pr-pm
Semantic code search using natural language queries. Use when users ask "where is X implemented", "how does Y work", "find the logic for Z", or need to locate code by concept rather than exact text. Returns file paths with line numbers and code snippets.
flutter-networking-retrofit-dio
SecurityHTTP networking standards using Dio and Retrofit with Auth interceptors.
flutter-security
SecuritySecurity standards for Flutter applications based on OWASP Mobile.
nestjs-file-uploads
SecuritySecure file handling, Validation, and S3 streaming.
nextjs-authentication
SecuritySecure token storage (HttpOnly Cookies) and Middleware patterns.
nextjs-data-access-layer
SecuritySecure, reusable data access patterns with DTOs and Taint checks.
react-security
SecuritySecurity practices for React (XSS, Auth, Dependencies).
typescript-security
SecuritySecure coding practices for building safe TypeScript applications.
setup
Securityby genlayerlabs
Setup and launch GenLayer Studio with Docker Compose
claude-agent-sdk
Securityby sammcj
Use when working with Anthropic Claude Agent SDK. Provides architecture guidance, implementation patterns, best practices, and common pitfalls.
neon-auth
Securityby neondatabase
Sets up Neon Auth for your application. Configures authentication, creates auth routes, and generates UI components. Use when adding authentication to Next.js, React SPA, or Node.js projects.
neon-js
Securityby neondatabase
Sets up the full Neon JS SDK with unified auth and PostgREST-style database queries. Configures auth client, data client, and type generation. Use when building apps that need both authentication and database access in one SDK.
secret-scanner
Securityby Afaneor
Detects API keys, passwords, and secrets in code before they reach git. Use before commits, when working with credentials, or when user mentions "security check" or "secrets".