plsql-review
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
pythiaCLI utility to interact with the database environment. It executes subcommands includingerrorsfor compilation status,srcfor source retrieval,impactfor dependency analysis, andsimilarfor style consistency checks. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes PL/SQL source code from the database, which is an untrusted ingestion point.
- Ingestion points: Database source code is loaded into the agent's context via the
pythia srccommand inSKILL.md. - Boundary markers: Absent. There are no instructions to wrap the ingested code in protective delimiters or to treat it as data only.
- Capability inventory: The agent can execute database introspection commands through the
pythiatool. - Sanitization: No sanitization or filtering logic is defined for the ingested source code content.
Audit Metadata