kernel-hominem-database
Fail
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill includes hardcoded database credentials (
postgres:postgres) as default values in thepull-schemas.shscript and as examples for environment configuration in themigrate.mddocumentation. - [INDIRECT_PROMPT_INJECTION]: The skill generates snapshots from live database environments that the agent is then instructed to process, creating a surface for potential indirect prompt injection attacks.
- Ingestion points:
scripts/pull-schemas.shqueries live SQLite and Postgres databases for table names, column definitions, and row counts. - Boundary markers: The generated markdown snapshots lack delimiters or specific instructions to the agent to treat the database-sourced content as untrusted.
- Capability inventory: The agent is empowered to execute schema migrations, rollbacks, and code generation via the
justutility. - Sanitization: No sanitization or validation of the retrieved metadata is performed before it is presented to the agent in the snapshots.
- [COMMAND_EXECUTION]: The skill relies on shell scripts (
scripts/pull-schemas.sh) and thejustcommand runner to execute database introspection and migration tools likepsql,sqlite3, andgoose.
Recommendations
- AI detected serious security threats
Audit Metadata