databases
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The documentation in
SKILL.mdincludes instructions for installing and managing database services usingsudo apt-getandsudo systemctl. These are standard administrative tasks for the skill's intended purpose and do not represent a security risk in this context. - [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard, reputable Python packages for testing (
pytest,mongomock) and official database documentation sites. No untrusted or suspicious external sources are utilized. - [CREDENTIALS_UNSAFE] (SAFE): Examples of connection strings use generic placeholders (e.g.,
user:pass). The documentation specifically recommends the use of environment variables for securing real credentials in production environments.
Audit Metadata