board-game-night-planner
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves the
@mohitagw15856/rulebookpackage from the NPM registry. This package is maintained by the skill author and is used to provide board game data. - [COMMAND_EXECUTION]: Shell commands are used to interact with the
@mohitagw15856/rulebookCLI. These commands perform queries for player counts, timing, and rule interpretations. - [REMOTE_CODE_EXECUTION]: The skill uses
npx --yesto download and execute the@mohitagw15856/rulebooktool at runtime. This execution is part of the core logic for generating timing estimates and resolving rules. - [INDIRECT_PROMPT_INJECTION]: The skill ingests user-provided group demographics and game preferences to generate recommendations.
- Ingestion points: SKILL.md (Required Inputs section)
- Boundary markers: None identified.
- Capability inventory: Executes the
@mohitagw15856/rulebookCLI tool via shell. - Sanitization: Standard processing of inputs for command arguments.
Audit Metadata