vite-flare-starter
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
setup.shscript clones the starter template from the author's repository on GitHub (https://github.com/jezweb/vite-flare-starter.git). - [COMMAND_EXECUTION]: The skill uses a shell script to automate several project setup tasks:
- Rebranding project files (like
wrangler.jsoncandpackage.json) usingsedto replace placeholder names with the user-specified project name. - Generating secure authentication secrets using
opensslorpython3libraries. - Creating Cloudflare D1 and R2 resources through the
npx wranglerCLI interface. - Installing project dependencies and executing local database migrations via
pnpm.
Audit Metadata