auth0-spa-js
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The setup documentation in
references/setup.mdprovides scripts that fetch and execute the Auth0 CLI installer from the official Auth0 GitHub repository. - Evidence:
curl -sSfL https://raw.githubusercontent.com/auth0/auth0-cli/main/install.sh | shin the bash setup guide. - [COMMAND_EXECUTION]: The skill instructs the agent to utilize shell commands for environment verification, version checks, and build testing. Additionally, included Node.js scripts use the
execalibrary to automate configuration tasks via the Auth0 CLI. - Evidence: Agent instructions in
SKILL.mdto rungh api repos/auth0/auth0-spa-js/releases/latestandnpm run build. - Evidence: Programmatic use of the
auth0CLI viaexecainscripts/utils/auth0-api.mjs,scripts/utils/clients.mjs, andscripts/utils/validation.mjs. - [EXTERNAL_DOWNLOADS]: The skill references the Auth0 SDK and CLI from official vendor sources, including CDN links and package registries.
- Evidence: CDN link
https://cdn.auth0.com/js/auth0-spa-js/$VERSION/auth0-spa-js.production.jsmentioned inSKILL.md. - Evidence: CLI installation via
brew,curl(GitHub), andscoopinreferences/setup.md.
Audit Metadata