Sql Optimization
Security checks across malware telemetry and agentic risk
Overview
This is an instruction-only SQL tuning workflow with no code or credentials; its database-change guidance is expected but should be applied carefully.
This skill appears safe to install as an instruction-only SQL optimization guide. Treat any generated SQL diagnostics, index changes, timeout settings, or transaction changes as recommendations to review carefully before applying to production.
VirusTotal
VirusTotal findings are pending for this skill version.
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.
If the user follows the guidance on a real database, performance diagnostics or schema changes could affect load, locks, or write behavior.
The workflow includes database diagnostic commands and potential DDL/index changes. This is expected for SQL optimization, and the artifact frames changes as measured proposals with rollback and verification rather than automatic execution.
Use EXPLAIN (ANALYZE, BUFFERS) or equivalent... Exit condition: DDL proposal with rationale and rollback
Review any proposed database commands before running them, prefer staging or read-only analysis where possible, and ensure DDL/index changes have rollback and maintenance-window planning.
