harness-download
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the Harness Anything source code from the author's GitHub repository (
https://github.com/FairladyZ625/harness-anything.git) using thegit clonecommand. - [REMOTE_CODE_EXECUTION]: The skill executes JavaScript files directly from the downloaded source code, specifically
tools/sync-runtime-skills.mjsandpackages/cli/src/index.ts, using thenoderuntime to perform synchronization and verification. - [COMMAND_EXECUTION]: Utilizes system commands including
git,node, andnpmfor environment verification and dependency installation vianpm ci. - [EXTERNAL_DOWNLOADS]: References official resources from trusted and well-known providers such as Vercel Labs and Bun for implementation guidelines and tooling.
Audit Metadata