awsclaw-sqs
Manages Amazon SQS queues and messages, enabling users to create, configure, and manipulate queues and messages efficiently.
Install this skill
or
83/100
Security score
The awsclaw-sqs skill was audited on May 10, 2026 and we found 17 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 55
External URL reference
SourceSKILL.md
| 55 | { "command": "GetQueueAttributes", "params": { "QueueUrl": "https://sqs.us-east-1.amazonaws.com/123456789012/my-queue", "AttributeNames": ["All"] } } |
low line 66
External URL reference
SourceSKILL.md
| 66 | { "command": "SendMessage", "params": { "QueueUrl": "https://sqs...", "MessageBody": "Hello World" } } |
low line 81
External URL reference
SourceSKILL.md
| 81 | { "command": "SendMessageBatch", "params": { "QueueUrl": "https://sqs...", "Entries": [{"Id":"1","MessageBody":"msg1"},{"Id":"2","MessageBody":"msg2"}] } } |
low line 92
External URL reference
SourceSKILL.md
| 92 | { "command": "ReceiveMessage", "params": { "QueueUrl": "https://sqs...", "MaxNumberOfMessages": 10, "WaitTimeSeconds": 5 } } |
low line 107
External URL reference
SourceSKILL.md
| 107 | { "command": "DeleteMessage", "params": { "QueueUrl": "https://sqs...", "ReceiptHandle": "AQEBw..." } } |
low line 118
External URL reference
SourceSKILL.md
| 118 | { "command": "DeleteMessageBatch", "params": { "QueueUrl": "https://sqs...", "Entries": [{"Id":"1","ReceiptHandle":"AQEBw..."}] } } |
low line 129
External URL reference
SourceSKILL.md
| 129 | { "command": "ChangeMessageVisibility", "params": { "QueueUrl": "https://sqs...", "ReceiptHandle": "AQEBw...", "VisibilityTimeout": 60 } } |
low line 141
External URL reference
SourceSKILL.md
| 141 | { "command": "ChangeMessageVisibilityBatch", "params": { "QueueUrl": "https://sqs...", "Entries": [{"Id":"1","ReceiptHandle":"AQEBw...","VisibilityTimeout":60}] } } |
low line 147
External URL reference
SourceSKILL.md
| 147 | { "command": "PurgeQueue", "params": { "QueueUrl": "https://sqs..." } } |
low line 157
External URL reference
SourceSKILL.md
| 157 | { "command": "ListDeadLetterSourceQueues", "params": { "QueueUrl": "https://sqs..." } } |
low line 169
External URL reference
SourceSKILL.md
| 169 | { "command": "ListQueueTags", "params": { "QueueUrl": "https://sqs..." } } |
low line 187
External URL reference
SourceSKILL.md
| 187 | { "command": "SetQueueAttributes", "params": { "QueueUrl": "https://sqs...", "Attributes": { "MessageRetentionPeriod": "1209600" } } } |
low line 193
External URL reference
SourceSKILL.md
| 193 | { "command": "AddPermission", "params": { "QueueUrl": "https://sqs...", "Label": "allow-sns", "AWSAccountIds": ["123456789012"], "Actions": ["SendMessage"] } } |
low line 199
External URL reference
SourceSKILL.md
| 199 | { "command": "RemovePermission", "params": { "QueueUrl": "https://sqs...", "Label": "allow-sns" } } |
low line 205
External URL reference
SourceSKILL.md
| 205 | { "command": "TagQueue", "params": { "QueueUrl": "https://sqs...", "Tags": { "env": "prod" } } } |
low line 211
External URL reference
SourceSKILL.md
| 211 | { "command": "UntagQueue", "params": { "QueueUrl": "https://sqs...", "TagKeys": ["env"] } } |
low line 217
External URL reference
SourceSKILL.md
| 217 | { "command": "DeleteQueue", "params": { "QueueUrl": "https://sqs..." } } |
Scanned on May 10, 2026
View Security Dashboard