18 lines
571 B
JSON
18 lines
571 B
JSON
{
|
|
"id": "stellaops.secrets.twilio-api-key",
|
|
"version": "1.0.0",
|
|
"name": "Twilio API Key",
|
|
"description": "Detects Twilio API Key SIDs and Auth Tokens",
|
|
"type": "regex",
|
|
"pattern": "(?:SK[a-f0-9]{32}|AC[a-f0-9]{32})",
|
|
"severity": "high",
|
|
"confidence": "high",
|
|
"keywords": ["SK", "AC", "twilio", "TWILIO"],
|
|
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.config"],
|
|
"enabled": true,
|
|
"tags": ["twilio", "messaging", "sms", "credentials", "api-key"],
|
|
"references": [
|
|
"https://www.twilio.com/docs/iam/keys/api-key"
|
|
]
|
|
}
|