awsflow-rds
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECREDENTIALS_UNSAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The example command for
CreateDBInstanceinSKILL.mdincludes a hardcoded passwordSecret1234!. While likely intended as a placeholder, providing hardcoded secrets in instructions can lead to the deployment of insecure or default credentials. - [COMMAND_EXECUTION]: The
RDSToolprovides extensive lifecycle management capabilities includingCreateDBInstance,ModifyDBInstance, andDeleteDBInstance. These commands allow the agent to perform high-impact modifications to cloud infrastructure. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data that could contain malicious instructions designed to influence the agent behavior. 1. Ingestion points: The agent retrieves potentially attacker-controlled content via
DownloadDBLogFilePortion(database logs) andDescribeDBInstances(resource tags and identifiers) as defined inSKILL.md. 2. Boundary markers: The instructions do not define delimiters or warnings to treat retrieved log content or metadata as untrusted data. 3. Capability inventory: The agent has the ability to perform significant infrastructure changes (Create, Modify, Delete) using theRDSTool. 4. Sanitization: The skill does not provide mechanisms for sanitizing or filtering input from database logs or RDS resource attributes before processing.
Audit Metadata