Skip to content

Commit

Permalink
Add LLM SDKs: AzureAI, Mistral, and StabilityAI
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-privado committed Feb 2, 2024
1 parent a9a2caa commit e5edfdd
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rules/sinks/third_parties/sdk/azureai/python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:

- id: ThirdParties.SDK.AzureAI.AzureOpenAI
name: AzureAI
domains:
- "azure.com"
patterns:
- "(?i)(azure.AzureOpenAI).*"
tags:
13 changes: 13 additions & 0 deletions rules/sinks/third_parties/sdk/mistral/javascript.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:

- id: ThirdParties.SDK.Mistral
name: Mistral
domains:
- "sdk.vercel.ai"
patterns:
- "@mistralai-ai\\/mistralai"
tags:
13 changes: 13 additions & 0 deletions rules/sinks/third_parties/sdk/stabilityai/python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:

- id: ThirdParties.SDK.StabilityAI
name: StabilityAI
domains:
- "https://platform.stability.ai/"
patterns:
- "(?i)(stability_sdk.interfaces.gooseai).*"
tags:

0 comments on commit e5edfdd

Please sign in to comment.