aurora dsql
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill facilitates the processing of data from database queries, creating a surface for potential indirect prompt injection attacks.
- Ingestion points: Data retrieved via the
readonly_queryandget_schemaMCP tools is ingested into the agent's context. - Boundary markers: The instructions do not provide explicit delimiters or boundary markers to isolate untrusted database output from the agent's system instructions.
- Capability inventory: The skill provides the
transacttool for executing SQL and a suite of bash scripts, includingdelete-cluster.sh, for AWS infrastructure management. - Sanitization: The skill acknowledges the risk of SQL injection due to the absence of parameterized query support and mandates the use of allowlists, regex validation, and quote escaping for all inputs (e.g.,
tenant_id). - [COMMAND_EXECUTION]: The skill provides bash scripts in the
scripts/directory for cluster management tasks such ascreate-cluster.sh,delete-cluster.sh,list-clusters.sh, andcluster-info.sh. It also includespsql-connect.shfor establishing database connections using automated IAM token generation.
Audit Metadata