databases
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWCOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (LOW): The PostgreSQL setup guide includes instructions for package installation and service management using
sudo(sudo apt-get install,sudo systemctl start). These are standard administrative tasks for the described purpose but involve elevated privileges. - CREDENTIALS_UNSAFE (SAFE): The connection string examples for MongoDB utilize generic placeholders (
user:pass) rather than actual hardcoded credentials. - INDIRECT_PROMPT_INJECTION (INFO): The skill documents capabilities for data modification and query execution. Per Category 8, this defines an attack surface where an agent could be manipulated into executing malicious queries if it processes untrusted data without proper sanitization. No specific sanitization or boundary markers are documented in this reference guide.
Audit Metadata