defold-assets-search
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads a JSON index of Defold assets from a community-maintained GitHub Pages site (insality.github.io). This is used to provide up-to-date library metadata to the agent.
- [COMMAND_EXECUTION]: Executes a local Python script (
generate_index.py) to process the downloaded metadata into a searchable format for the agent. - [EXTERNAL_DOWNLOADS]: Fetches documentation and API references from external URLs identified in the asset store to provide detailed comparisons and recommendations to the user.
- [SAFE]: Modifies the
game.projectconfiguration file to add dependencies, which is the standard and expected workflow for managing project assets in the Defold ecosystem.
Audit Metadata