save progress

This commit is contained in:
StellaOps Bot
2026-01-04 14:54:52 +02:00
parent c49b03a254
commit 3098e84de4
132 changed files with 19783 additions and 31 deletions

View File

@@ -0,0 +1,15 @@
{
"id": "stellaops.secrets.generic-api-key",
"version": "1.0.0",
"name": "Generic API Key",
"description": "Detects generic API key patterns in configuration",
"type": "regex",
"pattern": "(?i)(?:api[_-]?key|apikey|api[_-]?secret)['\"]?\\s*[:=]\\s*['\"]?([A-Za-z0-9_-]{20,})['\"]?",
"severity": "medium",
"confidence": "low",
"keywords": ["api_key", "apikey", "api-key", "api_secret"],
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.config"],
"enabled": true,
"tags": ["api-key", "credentials", "generic"],
"references": []
}