Express Oauth2 Jwt Bearer
PassAudited by VirusTotal on May 6, 2026.
Findings (1)
The skill bundle is a legitimate tool for integrating Auth0 JWT authentication into Express applications. It includes a bootstrap script (scripts/bootstrap.mjs) that uses the official Auth0 CLI to automate API creation and environment configuration, and the instructions in SKILL.md guide the agent to fetch the latest SDK version via the GitHub API. While the skill performs shell executions and modifies local files (.env), these actions are transparently documented, use safe execution patterns (execa), and are strictly necessary for the stated purpose of automating Auth0 integration.
