{ "id": "stellaops.secrets.slack-webhook", "version": "1.0.0", "name": "Slack Webhook URL", "description": "Detects Slack incoming webhook URLs", "type": "regex", "pattern": "https://hooks\\.slack\\.com/services/T[A-Z0-9]{8,}/B[A-Z0-9]{8,}/[A-Za-z0-9]{24}", "severity": "medium", "confidence": "high", "keywords": ["hooks.slack.com", "webhook", "slack"], "filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.sh", "*.bash", "*.config", "*.md"], "enabled": true, "tags": ["slack", "messaging", "webhook"], "references": [ "https://api.slack.com/messaging/webhooks" ] }