AI Security Review
scanned 3h ago · by lpm-firewall-aiLPM treats this as warn-only first-party agent extension lifecycle risk. First-party Honeycomb harness setup can wire AI-agent hooks and capture prompt/tool events to the local Honeycomb daemon. This is package-aligned and user-invoked, not activated by npm install.
Decision evidence
public snapshot- CLI setup writes hook configs under ~/.claude, ~/.codex, and ~/.cursor when user runs honeycomb setup.
- No unconsented install-time agent config mutation found; postinstall scripts only resolve local optional/parser deps.
- Harness capture sends normalized prompt/tool events to local daemon at 127.0.0.1:3850, not a remote host.
- Credential reader reads ~/.deeplake or legacy ~/.honeycomb credentials for tenancy headers, not exfiltration in inspected hooks.
Source & flagged code
12 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgPackage source references child process execution.
harnesses/claude-code/bundle/pre-tool-use.jsView on unpkg · L7Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
harnesses/claude-code/bundle/pre-tool-use.jsView on unpkg · L7Source writes installer persistence such as shell profile or service configuration.
bundle/cli.jsView on unpkg · L132Package source references dynamic require/import behavior.
embeddings/embed-daemon.jsView on unpkg · L34Package source references a known benign dynamic code generation pattern.
embeddings/embed-daemon.jsView on unpkg · L34A single source file combines environment access, network access, and code or shell execution; review context before blocking.
daemon/restart-helper.jsView on unpkg · L1Package ships high-entropy non-source blobs.
assets/logos/fonts/JetBrainsMono-Regular.woff2View on unpkgPackage contains source files above the static scanner size ceiling.
daemon/index.jsView on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
harnesses/codex/bundle/capture.jsView on unpkg