mysql

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
6
Flagged
3
Chunks
6
Flagged Files (3)
assets/schema.jsonHIGH
78.3%

Malicious tool definition detected

Tool: assets/schema.json Description: { "$schema": "http://json-schema.org/draft-07/schema#", "title": "mysql Configuration Schema", "type": "object", "properties": { "skill": { "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string", "pattern": "^\\d+\\.\\d+\\.\\d+$" }, "category": { "type": "string", "enum": [ "api", "testing", "devops", "security", "database", "frontend", "algorithms", "machine-learning", "cloud", "containers", "general"

scripts/validate.pyHIGH
78.3%

Malicious tool definition detected

""" required_dirs = ['assets', 'scripts', 'references'] required_files = ['SKILL.md'] errors = [] # Check required files for file in required_files: if not os.path.exists(os.path.join(skill_path, file)): errors.append(f"Missing required file: {file}") # Check required directories for dir in required_dirs: dir_path = os.path.join(skill_path, dir) if not os.path.isdir(dir_path): errors.append(f"Missing required directory: {dir}/") else: # Check for real content (not just .gitkeep) files = [f for f

SKILL.mdMEDIUM
46.0%

Tool passed security scan

Passed Files (3)Click to expand
assets/config.yamlOK
19.3%

Tool passed security scan

references/GUIDE.mdOK
5.5%

Tool passed security scan

references/PATTERNS.mdOK
3.3%

Tool passed security scan

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
6
Files Flagged
3
Chunks Analyzed
6
Analyzed
Feb 21, 2026, 08:24 AM
Security Audit — runlayer — mysql