awsflow-sqs
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input from external SQS messages which could influence agent behavior.
- Ingestion points:
ReceiveMessagecommand inSKILL.mdreads message bodies from remote queues. - Capability inventory: The skill possesses destructive and sensitive capabilities such as
DeleteQueue,PurgeQueue,SendMessage, andAddPermissioninSKILL.md. - Boundary markers: No delimiters or warnings are provided to scope the processing of received message content.
- Sanitization: No validation or filtering logic is specified for the ingested message data.
- [COMMAND_EXECUTION]: The skill provides tools for performing administrative and destructive operations on AWS SQS resources.
- Evidence: Includes commands like
DeleteQueueto remove infrastructure,PurgeQueueto delete all message data, andAddPermissionto modify resource-based access policies.
Audit Metadata