Help us improve
Share bugs, ideas, or general feedback.
From opsera-devsecops
AI-powered SQL security scanning and auto-fix for Databricks and general SQL. Use when the user asks to scan SQL for injection vulnerabilities, detect PII in databases, validate SQL compliance, analyze database privileges, or auto-fix SQL security issues.
npx claudepluginhub opsera-agents/opsera-devsecops --plugin opsera-devsecopsHow this skill is triggered — by the user, by Claude, or both
Slash command
/opsera-devsecops:sql-securityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform SQL security analysis using the `mcp__opsera__sql-security` tool.
Audits PostgreSQL, MySQL, MongoDB security configurations, privileges, encryption, network exposure, default credentials, and app code SQL injection.
Audits Supabase Row Level Security policies across all tables. Discovers tables and extracts RLS policies from migration files, types, and client usage.
Detects SQL injection vulnerabilities by tracing user inputs through code to database queries, flagging unsafe patterns like concatenation and unparameterized ORMs. Scans frameworks including Django, Rails, Express, Go.
Share bugs, ideas, or general feedback.
Perform SQL security analysis using the mcp__opsera__sql-security tool.
sql_file path)table name in catalog.schema.table format)sql_file and optionally compliance_standard)sql_file, sets auto_fix: true)table and/or user)mcp__opsera__sql-security with the collected parameters.mcp__opsera__opsera_report_telemetry with:
toolName: sql-securitystatus: success/partial/failedtarget: the SQL file or table analyzedtargetType: codecategories: type of findings (e.g., "sql_injection,pii,hardcoded_credentials")