feat(03-04): add CodeWhisperer, Replit AI, Codestral, watsonx, Oracle AI providers
- Codestral with low-confidence 32-char generic pattern + high entropy - watsonx with IBM IAM token endpoint for verification - CodeWhisperer, Replit AI, Oracle AI as keyword-only - Completes PROV-07 (10 Tier 7 code/dev tools providers)
This commit is contained in:
17
pkg/providers/definitions/codewhisperer.yaml
Normal file
17
pkg/providers/definitions/codewhisperer.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
format_version: 1
|
||||
name: codewhisperer
|
||||
display_name: Amazon CodeWhisperer / Q Developer
|
||||
tier: 7
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "codewhisperer"
|
||||
- "q-developer"
|
||||
- "amazonq"
|
||||
- "codewhisperer.us-east-1.amazonaws.com"
|
||||
- "CODEWHISPERER_PROFILE_ARN"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
Reference in New Issue
Block a user