MariaDB
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
