moonbit-js-binding
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for MoonBit's JavaScript backend, detailing the use of
extern "js"and%identityintrinsics. These are documented, platform-standard features for foreign function interaction. - [SAFE]: Dependency management is conducted through
moon.mod.json, which references themoonbitlang/asyncpackage. This is a trusted core library within the MoonBit ecosystem. - [SAFE]: Command execution instructions involve standard tools such as
moon build,moon test, andnode. These commands are used for local project compilation and verification of generated output. - [SAFE]: Examples utilizing the
fetchAPI are provided as educational templates for handling network requests within FFI wrappers and do not involve unauthorized data access or exfiltration.
Audit Metadata