MariaDB

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: mariadb Version: 1.0.0 The skill bundle contains standard documentation and best practices for MariaDB, covering topics like indexing, JSON handling, and query optimization. No executable code, suspicious commands, or prompt injection attempts were found in SKILL.md or _meta.json.

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.