feat(02-02): add Azure OpenAI, Meta AI, Cohere provider YAMLs

- 3 Tier 1 medium/low-confidence providers with keyword anchoring
- Dual-located in providers/ and pkg/providers/definitions/
- Registry test passes
This commit is contained in:
salvacybersec
2026-04-05 14:11:19 +03:00
parent c0d3add7e1
commit bca842271e
6 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
format_version: 1
name: azure-openai
display_name: Azure OpenAI
tier: 1
last_verified: "2026-04-05"
keywords:
- "azure"
- "openai.azure.com"
- "azure_openai"
- "cognitiveservices"
- "AZURE_OPENAI_API_KEY"
- "AZURE_OPENAI_KEY"
patterns:
- regex: '[a-f0-9]{32}'
entropy_min: 3.5
confidence: low
verify:
method: GET
url: ""
headers: {}
valid_status: []
invalid_status: []