mysql
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No instructions were found that attempt to override AI behavior or bypass safety filters. The content is strictly technical documentation for database management.- [Data Exposure & Exfiltration] (SAFE): The skill uses generic placeholders such as 'username', 'password', and 'hostname'. It does not contain hardcoded credentials or instructions to send sensitive data to external servers.- [Remote Code Execution] (SAFE): There are no patterns involving downloading scripts from the internet or piping web content into a shell. The bash commands are limited to local database utilities (mysql, mysqldump).- [Persistence Mechanisms] (SAFE): The skill does not attempt to modify shell profiles, cron jobs, or system services for persistence.- [Privilege Escalation] (SAFE): While administrative commands like 'GRANT ALL' and 'DROP DATABASE' are included, they are the primary purpose of a database management skill and do not involve OS-level privilege escalation via sudo or similar tools.
Audit Metadata