registry  /  @trustbaseai/claude-collab-plugin  /  0.3.7

@trustbaseai/claude-collab-plugin@0.3.7

Claude Code plugin layer for @trustbaseai/claude-collab (settings.json hooks, doctor, watch, session)

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 15 file(s), 57.3 KB of source

Source & flagged code

4 flagged · loading source
bin/claude-collab-plugin.jsView file
61// Fallback: spawn `collab-doctor --version` (or scan its --json for version). L62: const { spawnSync } = require('child_process'); L63: const r = spawnSync('collab-doctor --json', [], {
High
Child Process

Package source references child process execution.

bin/claude-collab-plugin.jsView on unpkg · L61
66windowsHide: true, L67: shell: true, L68: });
High
Shell

Package source references shell execution.

bin/claude-collab-plugin.jsView on unpkg · L66
15L16: const path = require('path'); L17:
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/claude-collab-plugin.jsView on unpkg · L15
src/plugin-doctor.jsView file
81// require() resolution issue (cwd can't see packages installed via L82: // `npm install -g`). On Windows we need `shell: true` so the shell L83: // resolves `collab-doctor` to `collab-doctor.cmd` (PATHEXT).
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/plugin-doctor.jsView on unpkg · L81

Findings

3 High3 Medium3 Low
HighChild Processbin/claude-collab-plugin.js
HighShellbin/claude-collab-plugin.js
HighRuntime Package Installsrc/plugin-doctor.js
MediumDynamic Requirebin/claude-collab-plugin.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings