What does the 'Verified creator' badge on a GitHub Marketplace action indicate?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Verified creator means GitHub confirmed who the publisher is — not that the code is safe. Trust but verify by reading the source.
Full explanation below image
Full Explanation
The 'Verified creator' badge in the GitHub Marketplace indicates that GitHub has verified the identity of the organization or user who created the action — similar to verified accounts on social media. It does NOT mean GitHub has audited the code, scanned for vulnerabilities, or that the action is safe to use. GitHub does not review action code before publication. Users should still review action source code, check the license, and consider SHA pinning. Actions from 'actions/' namespace (GitHub's own) are first-party but others with verified badges are third-party creators with verified identities.