foundry-vtt-module-dev
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references standard external dependencies for module development, including the official
@foundryvtt/foundryvtt-clinpm package and TypeScript type definitions fetched from the League of Foundry Developers' public GitHub repository. - [COMMAND_EXECUTION]: Provides instructions for using the
fvttcommand-line interface to perform development tasks such as extracting and packaging compendium data. - [SAFE]: The skill demonstrates strong security patterns for its domain, specifically the GM-authoritative socket pattern which ensures that only users with administrative privileges can perform critical database updates. Additionally, it encourages the use of the platform's built-in
HTMLFieldwhich includes automatic sanitization to prevent script injection attacks.
Audit Metadata