plsql-explore
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted data from an Oracle database (source code, identifiers, and comments) through commands such as
pythia src,pythia grep, andpythia sql. This data is processed by the agent, creating a surface for indirect prompt injection where adversarial instructions embedded in the database could influence agent behavior. - Ingestion points: Database content retrieved via
pythia src,pythia grep, andpythia sqlinSKILL.md. - Boundary markers: No specific delimiters or instructions to ignore embedded content were identified.
- Capability inventory: The skill performs database queries and reads schema definitions via the
pythiaCLI tool. - Sanitization: No evidence of sanitization or filtering of database-sourced content is present.
- [COMMAND_EXECUTION]: The skill utilizes a CLI utility named
pythiato interact with the database. Specifically, thepythia sqlcommand enables the execution of free-form SQL queries. Although the instructions restrict usage toSELECTandWITHstatements, it allows for arbitrary read-access queries against any data the connected user is authorized to view.
Audit Metadata