piighost/aws-access-key

AWS access key identifier: the AKIA prefix of a long-term user key, then sixteen uppercase characters. Catches the identifier, not the secret key that goes with it, which has no distinctive shape.

Label: AWS_ACCESS_KEY

Pattern

\bAKIA[0-9A-Z]{16}\b

Must be caught

Must be left alone

Tags: international, secrets, software-dev

Download the detector as TOML