aptx-token-store
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation and template resource for developers to implement token management. It does not contain executable scripts or prompt instructions that could perform unauthorized actions.
- [EXTERNAL_DOWNLOADS]: The skill references standard external libraries for common functionality, including
js-cookiefor browser cookie management andcrypto-jsfor data encryption. It also utilizes vendor-specific packages@aptx/token-storeand@aptx/api-plugin-authfor authentication integration. - [DATA_EXFILTRATION]: The skill handles authentication tokens as its primary function. It uses legitimate storage APIs such as
localStorage,Cookies, andIndexedDBto persist data. Integration examples demonstrate standard token refresh flows usingfetchorwx.requestto authorized endpoints.
Audit Metadata