moai-nextra-architecture
Warn
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The template file
scripts/optimize-build.jscontains code usingchild_process.execSyncto run shell commands such asrm -rf .next,node scripts/build-search-index.js, andlighthouse. Since the skill specifiesBashin itsallowed-tools, there is a risk that the agent may execute these commands on the host system. Dynamic assembly of command strings for build tasks is a known vector for command injection if input parameters are not properly sanitized. - [EXTERNAL_DOWNLOADS]: The skill contains references to official repositories and well-known services, including
https://github.com/shuding/nextraandhttps://vercel.com/templates/next.js. It also suggests the installation of standard industry packages likenextraandnextra-theme-docs. These references are to trusted organizations and do not contribute to a higher severity verdict.
Audit Metadata