27d7fd3a93
PR Ready Gate / clear-labels (pull_request) Successful in 2s
CI / test (pull_request) Successful in 17s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 35s
CI / review (gpt-5, security, ., rodin/security-patterns, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 1m6s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 1m30s
- Replace grep -qP with POSIX-compatible LC_ALL=C grep -q '[^[:print:]]' - Inline auth headers directly in curl calls (eliminate AUTH_HEADER variable) - Remove redundant sys.exit(1) from Python for-else (shell empty-check suffices) - Update top-of-file comment to match actual detection mechanism - Remove -L from Gitea download curl calls to prevent auth header forwarding on potential redirects (defense-in-depth)