Hi.
I’m developing our company’s design system library, where we’re using Figma REST API.
We’re considering to introduce some tools like secretlint, so that we can prevent mistakenly committing credentials like Figma’s personal access tokens.
So we need to know what patterns the tokens are following. It seems they usually start with the prefix figd_, but I’m not sure they are always so.
Is it guaranteed that all personal access tokens start with figd_ ? Or are there any other rules of format that access tokens are following ?
I looked around in https://www.figma.com/developers/api#access-tokens but could not found any information about it ( Is it documented somewhere ? )
