Database Engineering Mastery

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only database engineering guide with no code, credentials, or install-time execution, though users should review any generated SQL before applying it.

This skill appears safe to install as an instruction-only database reference. Treat its generated schemas, migrations, and operational SQL as drafts: review them carefully, test outside production, and apply them only with backups and explicit approval.

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

Generated SQL could affect a real database if run without review, especially in production.

Why it was flagged

The skill includes database DDL templates and migration-oriented guidance, which is expected for a database engineering skill but can change schemas or data if a user applies generated SQL directly.

Skill content
Before writing any DDL, fill this out: ... CREATE TABLE {table_name} (
Recommendation

Review generated SQL, test in staging, require backups and rollback plans, and confirm before applying any database-changing commands.