threejs-webgl
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: A thorough analysis of the skill's instructions, metadata, and bundled scripts found no evidence of malicious intent or security vulnerabilities.
- [EXTERNAL_DOWNLOADS]: The skill references the Three.js library and its official examples via
cdn.jsdelivr.netin the starter scene's import map. This is a standard and well-known content delivery network used for hosting open-source web libraries. - [COMMAND_EXECUTION]: The included Python script
setup_scene.pyis a utility designed to generate boilerplate JavaScript code for Three.js scenes based on user-provided arguments. It uses standard file-writing operations to output the generated code and does not perform any sensitive or dangerous system commands.
Audit Metadata