distributed sql
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several Bash scripts for cluster management and database connectivity. Scripts like
create-cluster.sh,delete-cluster.sh, andpsql-connect.shallow the agent to manage AWS DSQL resources and initiate database sessions. These tools are intended for administrative and operational tasks as requested by the user. - [EXTERNAL_DOWNLOADS]: References official documentation and code samples from trusted sources. The skill points to
docs.aws.amazon.comfor official Aurora DSQL documentation. It referencesgithub.com/aws-samples/aurora-dsql-samplesfor implementation examples, which is a repository from a well-known and trusted organization. - [SAFE]: The skill contains proactive security guidance and lacks malicious patterns. It explicitly warns the agent to sanitize SQL inputs using allowlists and regex because parameterized queries are unavailable in the provided tools. It provides structured workflows for implementing multi-tenant isolation and IAM-based access control, following the principle of least privilege. No evidence of prompt injection, data exfiltration, or obfuscation was found in the analyzed file.
Audit Metadata