thatopen-errors-loading
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive diagnostic manual for the ThatOpen library. It documents legitimate error patterns and provides standard remediation steps for developers using the framework.
- [EXTERNAL_DOWNLOADS]: References external assets (WASM binaries and Web Worker scripts) hosted on unpkg.com, a well-known CDN. These resources are essential for the library's functionality and trace back to the official package maintainers.
- [DATA_EXFILTRATION]: No network operations unrelated to the primary task of loading model assets were found. There is no evidence of sensitive data collection or unauthorized transmission.
- [REMOTE_CODE_EXECUTION]: While the skill involves loading WebAssembly (WASM) and Web Workers, these are standard browser-based execution models for high-performance 3D rendering. The instructions encourage fetching these from recognized sources matching the installed package versions.
- [INDIRECT_PROMPT_INJECTION]: The skill identifies the processing of external IFC files as a potential point of failure. It proactively suggests defensive measures such as boolean operation timeouts (
BOOL_ABORT_THRESHOLD) and memory limits (MEMORY_LIMIT) to mitigate resource exhaustion or browser crashes from malformed files.
Audit Metadata