MariaDB

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only MariaDB reference, with some high-impact database command examples that users should review before applying.

This skill appears safe as a MariaDB reference. Before letting an agent run any database-changing examples, verify the database target, review the SQL, and ensure backups or rollback plans exist.

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 applied without confirmation, these commands could affect database availability or data state.

Why it was flagged

These are legitimate MariaDB administration examples, but they can change schema/state, block sessions, reset IDs, or replay recovery data if executed against a real database.

Skill content
`ALTER TABLE t ADD SYSTEM VERSIONING`; `SETVAL(seq_name, n) to reset`; `LOCK TABLES t WRITE`; `mysqlbinlog binlog.000001 | mariadb`
Recommendation

Use the guidance as reference material and require explicit confirmation, correct target database selection, backups, and maintenance planning before executing administrative or mutating commands.