Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.semgrep.dev/llms.txt

Use this file to discover all available pages before exploring further.

As a result, if you have a line such as:
AWS_SECRET_ACCESS_KEY = "AKIA000EXAMPLE83A0I4"
Semgrep does not flag this line, because the key contains the string EXAMPLE and that’s recognized as being a placeholder rather than a valid AWS access key. If you’d like to flag this type of usage, you can consider writing a custom Secrets rule, or reach out to support to discuss your question further with the team.