Back to skill

Security audit

Test Mysql Db

Security checks across malware telemetry and agentic risk

Overview

This is a test-database helper with disclosed credential handling and write safeguards, but it should only be used with non-production MySQL access.

Install only if you intend to let the agent inspect test/dev database config and run MySQL queries. Provide least-privilege, non-production credentials, review any proposed write SQL and rollback plan, and avoid exposing production secrets in .env or shell variables used with this skill.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
83% confidence
Finding
The skill instructs the agent to read project files and environment variables to discover live database connection details, but it declares no permissions to make that access explicit and reviewable. Even though the stated purpose is legitimate test-environment troubleshooting, undeclared access to env and file contents can expose secrets or broaden the skill's effective capabilities beyond what operators expect.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.