iwsdk-planner
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- SDK Architecture and Best Practices: The skill outlines the core pillars of the IWSDK, such as Entity Component System (ECS) design and reactive signals. The provided code examples are standard for software development and follow established framework patterns.
- Resource and Asset Management: The instructions recommend using a dedicated
AssetManagerto handle resources like 3D models, textures, and audio from local paths. This ensures that assets are managed through the framework's intended lifecycle without resorting to external or untrusted downloads. - Input and Component Handling: The skill describes how to manage XR and browser-based input using built-in systems. It provides a comprehensive reference for components and systems designed for interaction, physics, and environment management, all within the scope of the SDK's intended functionality.
- Vendor-Specific Ecosystem: The libraries and packages mentioned, including
@iwsdk/coreand@preact/signals-core, are aligned with the development ecosystem provided by the vendor for creating immersive web experiences.
Audit Metadata