tsup
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of the
onSuccessconfiguration property and CLI flag, which allows for the execution of arbitrary shell commands after a successful build process (e.g.,tsup src/index.ts --watch --onSuccess "node dist/index.js"). This is a standard feature of the tsup build tool used for running or testing generated bundles. - [EXTERNAL_DOWNLOADS]: The documentation provides standard installation instructions using
npm installfor thetsupandtypescriptpackages, which are well-known tools in the Node.js ecosystem.
Audit Metadata