Bonsai is a standalone local research cache CLI for AI agents
npm installation invokes an undeclared external npx package with --pull. That package's code runs with the installing user's permissions before Bonsai is used.
Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgPackage source references child process execution.
dist/lib/research/browser.jsView on unpkg · L1Package source invokes a package manager install command at runtime.
package.json#scripts.postinstallView on unpkg · L1Package source references dynamic require/import behavior.
package.json#scripts.postinstallView on unpkg · L1Package ships non-JavaScript build or shell helper files.
agents/hooks/claude-code/hooks/bonsai-web-fetch.shView on unpkgInstall-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkg · L104Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L104Package source references child process execution.
dist/lib/research/browser.jsView on unpkg · L1Package source invokes a package manager install command at runtime.
package.json#scripts.postinstallView on unpkg · L1Package source references dynamic require/import behavior.
package.json#scripts.postinstallView on unpkg · L1Package ships non-JavaScript build or shell helper files.
agents/hooks/claude-code/hooks/bonsai-web-fetch.shView on unpkg