MySQL

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent MySQL reference skill with no code or hidden behavior, though some documented database admin commands could affect a live database if executed.

This skill appears safe as a MySQL reference. Before allowing an agent to run any generated MySQL command, especially on production systems, review the query, confirm the target database, and avoid automatic execution of administrative or data-changing commands.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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 a user or agent applies these commands to a live database without review, it could interrupt active work or change database behavior.

Why it was flagged

The skill documents MySQL administrative commands that can affect running database sessions if executed, but they are presented as purpose-aligned operational guidance rather than hidden or automatic behavior.

Skill content
`SHOW PROCESSLIST` to see active connections—kill long-running with `KILL <id>`
Recommendation

Use the skill as guidance, and require explicit user approval before running write, administrative, or production-impacting MySQL commands.