{ "id": "stellaops.secrets.aws-access-key", "version": "1.0.0", "name": "AWS Access Key ID", "description": "Detects AWS Access Key IDs which start with AKIA, ASIA, AIDA, AGPA, AROA, AIPA, ANPA, or ANVA", "type": "regex", "pattern": "(?:A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}", "severity": "high", "confidence": "high", "keywords": ["AKIA", "ASIA", "AIDA", "AGPA", "AROA", "AIPA", "ANPA", "ANVA", "aws"], "filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.tf", "*.tfvars", "*.config"], "enabled": true, "tags": ["aws", "cloud", "credentials"], "references": [ "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html" ] }