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:
salvacybersec
2026-04-05 14:41:56 +03:00
parent fbe9e8b0dc
commit fbbb54b7a6
10 changed files with 180 additions and 0 deletions

17
providers/oracle-ai.yaml Normal file
View File

@@ -0,0 +1,17 @@
format_version: 1
name: oracle-ai
display_name: Oracle Generative AI
tier: 7
last_verified: "2026-04-05"
keywords:
- "oci-genai"
- "oracle-genai"
- "OCI_GENAI"
- "generativeai.oci.oraclecloud.com"
- "oraclecloud.com"
verify:
method: GET
url: ""
headers: {}
valid_status: []
invalid_status: []