Sql Pro

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only SQL advisory skill with no code, install steps, credentials, or hidden capabilities, but users should review generated SQL before applying it to real databases.

This skill appears safe to install as an instruction-only SQL assistant. Treat its output like expert database advice: review any generated queries, indexes, triggers, or schema changes before running them, especially on production systems.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If copied directly into a real database, generated SQL could change performance, schema behavior, or data access patterns.

Why it was flagged

The skill is designed to generate SQL and index recommendations that could affect database behavior if a user applies them. This is expected for the stated purpose and there is no evidence of automatic execution.

Skill content
When implementing SQL solutions, provide: 1. Optimized query with inline comments 2. Required indexes with rationale 3. Execution plan analysis
Recommendation

Review generated SQL, test it in a safe environment, and obtain normal database change approval before applying it to production.