mysql
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The script
scripts/validate.pyperforms local file system checks and configuration validation. It does not execute arbitrary system commands or spawn dangerous subprocesses. - [DATA_EXFILTRATION] (SAFE): No network operations or sensitive file access patterns (e.g., SSH keys, cloud credentials) were found. The skill does not attempt to send data to external domains.
- [REMOTE_CODE_EXECUTION] (SAFE): There are no patterns involving the download and execution of remote scripts. The Python logic provided is for local validation only.
- [PROMPT_INJECTION] (SAFE): The
SKILL.mdand documentation files do not contain instructions that attempt to override the AI's safety guidelines or system prompts. - [DYNAMIC_EXECUTION] (SAFE): The
scripts/validate.pyandreferences/PATTERNS.mdfiles correctly useyaml.safe_load()instead ofyaml.load(), preventing unsafe deserialization vulnerabilities.
Audit Metadata