Severity: Low
sqs/service.go:184-186 — DelaySeconds uses an unchecked int32
conversion where the file's own safeInt helper is used elsewhere.
Fix
Wrap it in the same bounds check as the other conversions in this file.
Identified during an internal security review of the Gas framework
(2026-07-03).
Severity: Low
sqs/service.go:184-186—DelaySecondsuses an uncheckedint32conversion where the file's own
safeInthelper is used elsewhere.Fix
Wrap it in the same bounds check as the other conversions in this file.
Identified during an internal security review of the Gas framework
(2026-07-03).