Description
Add support for detecting Shopify App Tokens
Preferred Solution
Suggested Regex:
shp(ca|at|tka)_[a-f0-9]{32}
Additional Context
Shopify App Tokens have the structure: shp(ca|at|tka)_[a-f0-9]{32}, where the prefix indicates the token type (Custom App, Access Token, or Token Key Access). Adding this will expand TruffleHog's coverage for key detection, improving security auditing for users leveraging Shopify services.
References
None currently.