dreamboard
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
dreamboardCLI tool from the global NPM registry. This is a vendor-owned package (dreamboard-games) that is required for synchronizing and running games on the platform. - [COMMAND_EXECUTION]: The development workflow involves running various commands through the
dreamboardCLI, such asnew,update,push, andtest. These are standard operations for managing the game lifecycle. - [COMMAND_EXECUTION]: A local helper script,
scripts/events-extract.mjs, is provided to parse and filter game session logs. This script operates locally on files within the project's workspace. - [COMMAND_EXECUTION]: The workflow utilizes
bunfor dependency management and TypeScript typechecking, which is a common practice for modern JavaScript and TypeScript development projects.
Audit Metadata