nocobase-utils
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill primarily consists of reference documentation (.md files) providing instructions on how to use NocoBase features correctly. It includes a single utility script,
scripts/uid.js, used to generate non-cryptographic unique identifiers. Analysis of this script confirms it usesMath.random()and basic string concatenation to produce UIDs, with no hidden logic, network calls, or sensitive file access. - [COMMAND_EXECUTION]:
SKILL.mdandreferences/uid/index.mdinstruct the agent to execute the local scriptscripts/uid.jsusingnode. This is a standard and safe use of local tooling to generate identifiers required for configuration payloads. The execution is limited to the skill's own bundled script.
Audit Metadata