mini-apps-scaffold
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves its stated purpose as a developer utility for bootstrapping projects within the Nimiq ecosystem using official libraries and standard patterns.
- [EXTERNAL_DOWNLOADS]: Recommends installing dependencies from the NPM registry, including the vendor-provided @nimiq/mini-app-sdk and the widely-used viem library for Ethereum interactions.
- [COMMAND_EXECUTION]: Uses standard shell commands for project setup and development (npm create, npm install, npm run dev). These commands are standard for Vite-based web projects.
- [DATA_EXFILTRATION]: Instructions to enable the Vite dev server's host mode (server.host: true) are provided to facilitate testing on physical mobile devices over a local network, which is a routine requirement for mobile web development.
Audit Metadata