Loading...
Loading...
Found 149 Skills
Attempt to read data from exposed tables to verify actual data exposure and RLS effectiveness.
Generate a comprehensive Markdown security audit report with executive summary, findings, and remediation guidance.
Identify storage buckets that are publicly accessible and may contain sensitive data.
CRITICAL - Detect exposed PostgreSQL database connection strings in client-side code. Direct DB access is a P0 issue.
Attempt to list and read files from storage buckets to verify access controls.
Test for user enumeration vulnerabilities through various authentication endpoints.
Test if user signup is open and identify potential abuse vectors in the registration process.
Implement PostgreSQL Row Level Security (RLS) for multi-tenant SaaS applications. Use when building apps where users should only see their own data, or when implementing organization-based data isolation.
Protect routes with Next.js middleware. Check authentication once, protect routes declaratively. Supports public routes, protected routes, and role-based access.
Cloud storage integration with signed URLs, visibility control, multi-tenant path conventions, and presigned uploads for direct client uploads.
Health monitoring knowledge and procedures for infrastructure platforms. Use when assessing system health, running health audits, or setting up monitoring.
AI agent with retrieval tool for document Q&A using RAG and LangGraph.