run402-buzz
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
run402andbuzzcommand-line tools to manage user profiles, generate identity links, and verify Nostr-based proofs. These operations are performed usingspawnSyncwithshell: false, which prevents shell-based command injection by passing arguments as a controlled array. - [EXTERNAL_DOWNLOADS]: The setup script downloads and installs the
run402package via the official NPM registry usingnpm install -g run402@latest. This download targets a well-known package manager and a package owned by the skill's author, aligning with the skill's stated purpose of tool installation. - [CREDENTIALS_UNSAFE]: The skill implements proactive sanitization measures to prevent the accidental exposure of sensitive information. The
rejectSecretFieldsfunction inbuzz-publish-proof.mjsand theSECRET_OUTPUTfilter insetup.mjsscan for patterns resembling private keys, mnemonics, or session tokens in tool outputs, blocking execution if such data is detected.
Audit Metadata