rust-npm-publish
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a thin JavaScript wrapper (
bin.js) that useschild_process.execFileSyncto execute the appropriate platform-specific binary. This is a standard practice for distributing native code via npm. - [COMMAND_EXECUTION]: Automation scripts (e.g.,
publish-main-packages.tsandpublish-platform-packages.ts) usechild_process.execSyncto runnpm publishcommands. These operations are essential for the skill's purpose and are guarded by environment checks (CI/GitHub Actions). - [COMMAND_EXECUTION]: The publish pipeline manages file permissions using
chmod +xin shell scripts andfs.chmodSyncin generatedpostinstall.jsscripts to ensure binaries are executable on the target systems.
Audit Metadata