Database Manager
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements strong operational security controls for database management. It enforces a 'preflight' requirement for all production changes and mandates the separation of read-only validation from write execution to prevent accidental mass updates.
- [COMMAND_EXECUTION]: The
setup.mdfile contains a shell script for initializing the local environment. This script is restricted to creating a local directory (~/database-manager/) and setting restrictive permissions (chmod 700andchmod 600) to protect the operational metadata and memory files. These are defensive, least-privilege configurations. - [CREDENTIALS_UNSAFE]: The skill contains explicit instructions in
SKILL.mdandmemory-template.mdto never store secrets, credentials, or private keys within its memory files, promoting secure credential management practices. - [EXTERNAL_DOWNLOADS]: The skill references other tools within the same ecosystem (e.g.,
sql,mysql,prisma) and suggests using a platform-specific manager (clawhub) for installation, which is a standard procedure for skill-based platforms and requires explicit user confirmation.
Audit Metadata