knowledge-catalog-discovery
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: All scripts in the
scripts/directory (lookup_context.js,lookup_entry.js,search_aspect_types.js, andsearch_entries.js) utilize thechild_process.spawnmethod to execute shell commands via thenpxutility. - [EXTERNAL_DOWNLOADS]: The scripts invoke
npx --yes @toolbox-sdk/server@1.1.0to dynamically download and run the@toolbox-sdk/serverpackage from the public npm registry during execution. - [DATA_EXPOSURE]: The
mergeEnvVarsfunction implemented in each script reads and parses environment variables from a.envfile located at../../../.envrelative to the script's directory. This is used to automatically load necessary configuration or credentials into the environment for service authentication.
Audit Metadata