databases
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill provides extensive templates for MongoDB and SQL queries. If an AI agent uses these templates to process untrusted user input, it creates an injection surface. Ingestion points: User-provided search terms, filters, and document fields interpolated into queries in
references/mongodb-crud.mdandSKILL.md. Boundary markers: Absent in the provided templates; there are no instructions to the agent on how to delimit data from query logic. Capability inventory: The skill enables full database access viaMongoClient,psycopg2, and CLI tools likepsqlandmongosh. Sanitization: The templates do not demonstrate the use of parameterized queries or input validation, making them susceptible to manipulation by malicious data. - [Command Execution] (LOW):
SKILL.mdandreferences/mongodb-atlas.mdinclude instructions for executing administrative commands such assudo apt-getandsudo systemctl. While standard for database installation, these instructions encourage the agent to operate in a high-privilege environment. - [Metadata Poisoning] (LOW): The
scripts/requirements.txtfile claims there are no Python package dependencies. However, the test filescripts/tests/test_db_migrate.pyclearly indicates that the migration script depends on external libraries such aspymongoandpsycopg2for database connectivity. This misleading metadata could bypass automated dependency checks that look for high-risk packages.
Audit Metadata