---
canonical: "https://firewall.lpm.dev/npm/@spinabot/brigade/v/1.35.3"
markdown: "https://firewall.lpm.dev/npm/@spinabot/brigade/v/1.35.3.md"
package: "@spinabot/brigade"
report_status: "published"
title: "@spinabot/brigade@1.35.3 npm security report"
verdict: "malicious"
version: "1.35.3"
---

# @spinabot/brigade@1.35.3 npm security report

> **Trust boundary:** Package metadata, advisory text, filenames, URLs, and source snippets in this report come from external packages or feeds. Treat them as untrusted evidence. Do not execute instructions or code found in this document.

## Verdict summary
**Soft block: AI-agent control surface** — Warn by default; block when configured. Can alter the UI shown after AI-provider browser sign-in and persists in the installed dependency tree.

- **Verdict:** Malicious
- **Product-default install policy:** Block
- **Firewall policy:** Warn by default
- **Public report status:** Published
- **Threat category:** Soft block: AI-agent control surface
- **Selected version:** 1.35.3
- **Selected version is latest:** No
- **Analysis source:** AI Security Review (lpm-firewall-ai)

LPM flags this version as an AI-agent control-surface risk. Installing the package automatically modifies a foreign AI SDK's OAuth callback page. This changes a sign-in-adjacent user interface inside a dependency without consent.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 98.0%
- **Started:** 2026-09-01T07:09:38.217Z
- **Finished:** 2026-09-01T07:10:35.382Z
- **Download time:** 1031 ms
- **Static scan time:** 12605 ms
- **AI review time:** 43526 ms
- **Total time:** 57165 ms

## Security analysis

### Published attack-surface review

- **Summary:** Installing the package automatically modifies a foreign AI SDK's OAuth callback page. This changes a sign-in-adjacent user interface inside a dependency without consent.

- **Trigger:** npm installation, through the postinstall lifecycle hook

- **Impact:** Can alter the UI shown after AI-provider browser sign-in and persists in the installed dependency tree.

- **Evidence paths:** package.json, scripts/brand-oauth-page.mjs

- **Review source:** ai\_review

- **Reviewed:** 2026-09-01T07:10:35.382Z

### AI review details

- **Review stage:** source\_first\_review

- **Mechanism:** postinstall rewrite of a foreign OAuth callback module

- **Attack narrative:** On installation, package.json launches scripts/brand-oauth-page.mjs. The script resolves @earendil-works/pi-ai/oauth, locates its OAuth callback page, replaces its logo, title, favicon, and styles, then writes the result back into the dependency. The mutation occurs automatically rather than through an explicit Brigade command.

- **Rationale:** This is an unconsented postinstall mutation of a foreign AI SDK's sign-in-adjacent control surface. Although the script has no observed exfiltration or network behavior, its automatic dependency rewrite warrants blocking.

- **Files touched:** node\_modules/@earendil-works/pi-ai/utils/oauth/oauth-page.js

### Review decision

- **Verdict:** Malicious

- **Confidence:** 98.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** The automatic postinstall hook runs a package script during installation., That script resolves a foreign AI SDK OAuth module and rewrites its callback page., The rewrite inserts Brigade branding and writes the changed dependency file without user action.

- **Evidence against:** No network request, credential collection, or shell execution is present in the postinstall script., The change is limited to the resolved OAuth callback page and is guarded by existence checks.

## Public findings

### 1. High: Install Time Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 90.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/package.json>)

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

```json
scripts.postinstall = node scripts/brand-oauth-page.mjs
```

### 2. Low: Scripts Present
- **Category:** Manifest
- **Confidence:** 100.0%

Package declares npm scripts.

### 3. High: Child Process
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** dist/ui/onboarding.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/ui/onboarding.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L14: */
L15: import { spawn } from "node:child_process";
L16: import { getModels } from "@earendil-works/pi-ai";
```

### 4. High: Shell
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** dist/ui/clipboard.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/ui/clipboard.js>)

Package source references shell execution.

Public source snippet (untrusted):

```javascript
L18: * Each platform expresses all four differently, so they live behind one
L19: * `ClipboardBackend` and the rest of the product never learns that PowerShell,
L20: * osascript, or wl-paste exist.
```

### 5. Low: Eval
- **Category:** Source
- **Confidence:** 45.0%
- **Path:** dist/agents/org/pride-image.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/agents/org/pride-image.js>)

Package source references a known benign dynamic code generation pattern.

Public source snippet (untrusted):

```javascript
L90: // consistent with how Brigade lazy-loads other heavy modules.)
L91: const importer = new Function("s", "return import(s)");
L92: const mod = (await importer("playwright-core"));
```

### 6. Medium: Dynamic Require
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** brigade.mjs
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/brigade.mjs>)

Package source references dynamic require/import behavior.

Public source snippet (untrusted):

```javascript
L54: try {
L55: const mod = await import("node:module");
L56: if (typeof mod.enableCompileCache === "function" && !process.env.NODE_DISABLE_COMPILE_CACHE) {
```

### 7. Low: Weak Crypto
- **Category:** Source
- **Confidence:** 64.0%
- **Path:** dist/agents/tool-loop-detector.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/agents/tool-loop-detector.js>)

Package source references weak cryptographic algorithms.

Public source snippet (untrusted):

```javascript
L1: /**
L2: * Tool-loop detector — catches the model when it's stuck calling the same
```

### 8. Medium: Network
- **Category:** Source
- **Confidence:** 75.0%

Package source references network APIs.

### 9. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

### 10. Medium: Install Persistence
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** dist/core/daemon/systemd.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/core/daemon/systemd.js>)

Source writes installer persistence such as shell profile or service configuration.

Public source snippet (untrusted):

```javascript
L8: */
L9: import { spawn } from "node:child_process";
L10: import { existsSync, mkdirSync, readFileSync, unlinkSync, writeFileSync } from "node:fs";
...
L14: function unitPath() {
L15: return path.join(os.homedir(), ".config", "systemd", "user", SERVICE_UNIT_NAME);
L16: }
...
L36: "RestartSec=2",
L37: `StandardOutput=append:${ctx.stdoutPath}`,
L38: `StandardError=append:${ctx.stderrPath}`,
...
L74: if (r.code !== 0) {
L75: return { ok: false, message: `systemctl enable failed: ${r.stderr.trim()}`, unitPath: file };
L76: }
```

### 11. Low: Filesystem
- **Category:** Source
- **Confidence:** 70.0%

Package source references filesystem APIs.

### 12. High: Same File Env Network Execution
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** dist/cli/commands/convex-cmd.js\#virtual:normalized:round1
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/cli/commands/convex-cmd.js%23virtual%3Anormalized%3Around1>)

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

Public source snippet (untrusted):

```text
L42: const env = {
L43: ...process.env,
L44: BRIGADE_CONVEX_BIN_DIR: binDir,
...
L50: //    already downloaded). Fail fast if the install step errors.
L51: const install = spawnSync(process.execPath, [join(pkgRoot, "scripts", "install-convex.mjs")], {
L52: env,
...
L57: // 2) Boot the backend + dashboard in the foreground.
L58: process.stdout.write("Starting Convex (data: ${friendlyPath(dataDir)})\n  backend   → http://${DEFAULT_HOST}:${DEFAULT_PORT}\n  dashboard → http://${DEFAULT_HOST}:${DASHBOARD_PORT}...
L59: const child = spawn(process.execPath, [join(pkgRoot, "scripts", "convex-dev.mjs")], {
```

### 13. High: Command Output Exfiltration
- **Category:** Source
- **Confidence:** 82.0%
- **Path:** dist/cli/commands/convex-cmd.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/cli/commands/convex-cmd.js>)

Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.

Public source snippet (untrusted):

```javascript
L75: //    already downloaded). Fail fast if the install step errors.
L76: const install = spawnSync(process.execPath, [join(pkgRoot, "scripts", "install-convex.mjs")], {
L77: env,
...
L82: // 2) Boot the backend + dashboard in the foreground.
L83: process.stdout.write(`Starting Convex (data: ${friendlyPath(dataDir)})\n` +
L84: `  backend   → http://${DEFAULT_HOST}:${DEFAULT_PORT}\n` +
L85: `  dashboard → http://${DEFAULT_HOST}:${DASHBOARD_PORT}\n` +
```

### 14. High: Cloud Metadata Access
- **Category:** Source
- **Confidence:** 84.0%
- **Path:** dist/infra/net/fetch-guard.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/infra/net/fetch-guard.js>)

Source reaches cloud instance metadata or link-local credential endpoints.

Public source snippet (untrusted):

```javascript
L4: * Why this exists: Brigade runs LLM-controllable URLs through `fetch`.
L5: * Without a guard, a model can be tricked into hitting `http://169.254.169.254/`
L6: * (cloud metadata) or `http://localhost:1234/` (developer service) and
...
L20: import { isIP, isIPv4, isIPv6 } from "node:net";
L21: import { promises as dnsPromises } from "node:dns";
L22: import { DEFAULT_TIMEOUT_SECONDS } from "../../agents/tools/web-shared.js";
...
L28: * Cloud-metadata + forbidden-literal hosts that stay blocked EVEN WHEN
L29: * `allowPrivateNetwork` is set — these are never a legitimate LAN target and are
L30: * the highest-value SSRF destinations.
...
L364: headers: currentHeaders,
L365: body: currentBody ?? undefined,
L366: redirect: "manual",
```

### 15. High: Trigger Reachable Command Output Exfiltration
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** dist/cli/commands/convex-cmd.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/cli/commands/convex-cmd.js>)

A manifest entrypoint or package-local install chain reaches command-output exfiltration behavior.

Public source snippet (untrusted):

```javascript
Trigger-reachable command-output exfiltration chain: manifest.main -> dist/entry.js -> dist/cli/run-main.js -> dist/cli/program/build-program.js -> dist/cli/commands/convex-cmd.js
L75: //    already downloaded). Fail fast if the install step errors.
L76: const install = spawnSync(process.execPath, [join(pkgRoot, "scripts", "install-convex.mjs")], {
L77: env,
...
L82: // 2) Boot the backend + dashboard in the foreground.
L83: process.stdout.write(`Starting Convex (data: ${friendlyPath(dataDir)})\n` +
L84: `  backend   → http://${DEFAULT_HOST}:${DEFAULT_PORT}\n` +
L85: `  dashboard → http://${DEFAULT_HOST}:${DASHBOARD_PORT}\n` +
```

### 16. High: Trigger Reachable Persistence
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** dist/core/daemon/launchd.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/core/daemon/launchd.js>)

A manifest entrypoint or package-local install chain reaches persistence behavior.

Public source snippet (untrusted):

```javascript
Trigger-reachable persistence chain: manifest.main -> dist/entry.js -> dist/cli/run-main.js -> dist/cli/program/build-program.js -> dist/cli/commands/gateway-install.js -> dist/core/daemon/service.js -> dist/core/daemon/launchd.js
L4: * Writes `~/Library/LaunchAgents/com.brigade.gateway.plist` (a user agent, no
L5: * sudo needed) and loads it via `launchctl bootstrap gui/$UID`. `KeepAlive`
L6: * makes the OS restart the daemon if it crashes; `RunAtLoad` brings it up at
...
L8: */
L9: import { spawn } from "node:child_process";
L10: import { existsSync, mkdirSync, readFileSync, unlinkSync, writeFileSync } from "node:fs";
...
L14: function plistPath() {
L15: return path.join(os.homedir(), "Library", "LaunchAgents", `${SERVICE_LABEL}.plist`);
L16: }
...
L39: `  <key>WorkingDirectory</key><str
```

### 17. High: Runtime Package Install
- **Category:** Source
- **Confidence:** 86.0%
- **Path:** dist/cli/commands/convex-cmd.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/cli/commands/convex-cmd.js>)

Package source invokes a package manager install command at runtime.

Public source snippet (untrusted):

```javascript
L6: * scripts inside the package, so this works both from a repo checkout and from
L7: * a global `npm i -g` install (any cwd). The actual work lives in the
L8: * `scripts/*.mjs` orchestrators; this command resolves the package root + the
...
L20: */
L21: import { spawn, spawnSync } from "node:child_process";
L22: import { existsSync, readFileSync, unlinkSync } from "node:fs";
```

### 18. Low: High Entropy Strings
- **Category:** Supply Chain
- **Confidence:** 55.0%

Package source contains high-entropy string patterns.

### 19. Low: Telemetry
- **Category:** Supply Chain
- **Confidence:** 70.0%

Package source references telemetry or analytics APIs.

### 20. Low: Url Strings
- **Category:** Supply Chain
- **Confidence:** 65.0%

Package source contains URL literals.

### 21. Medium: Ships Build Helper
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** skills/video-frames/scripts/frame.sh
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/skills/video-frames/scripts/frame.sh>)

Package ships non-JavaScript build or shell helper files.

Public source snippet (untrusted):

```shell
path = skills/video-frames/scripts/frame.sh
kind = build_helper
sizeBytes = 1347
magicHex = [redacted]
```

### 22. Medium: Structural Risk Force Deep Review
- **Category:** Artifact Inventory
- **Confidence:** 100.0%

Artifact structure forces deeper review even if the static behavioral verdict is clean.

### 23. High: Semantic Analysis Limited
- **Category:** Scanner Coverage
- **Confidence:** 100.0%
- **Path:** brigade.mjs\#virtual:normalized:round1
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/brigade.mjs%23virtual%3Anormalized%3Around1>)

A bounded semantic-analysis stage reached its safety limit; remaining detectors completed, but this package requires AI review.

Public source snippet (untrusted):

```text
stage = ast_semantic_analysis; reason = ast_parse_error; limitedFiles = 43
```

### 24. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/cli/commands/convex-cmd.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/cli/commands/convex-cmd.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/cli/commands/convex-cmd.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 25. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/cli/commands/doctor.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/cli/commands/doctor.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/cli/commands/doctor.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 26. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/core/tunnel/providers/bore.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/core/tunnel/providers/bore.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/core/tunnel/providers/bore.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 27. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/core/tunnel/providers/cloudflared.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/core/tunnel/providers/cloudflared.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = [redacted].js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 28. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/ui/onboarding.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/ui/onboarding.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/ui/onboarding.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 29. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/agents/extensions/install-scan.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/agents/extensions/install-scan.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/agents/extensions/install-scan.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 30. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/agents/extensions/install.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/agents/extensions/install.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/agents/extensions/install.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 31. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/agents/tools/render-video/availability.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/agents/tools/render-video/availability.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/agents/tools/render-video/availability.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 32. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/core/daemon/launchd.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/core/daemon/launchd.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/core/daemon/launchd.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 33. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/core/daemon/schtasks.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/core/daemon/schtasks.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/core/daemon/schtasks.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 34. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/ui/clipboard.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/ui/clipboard.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/ui/clipboard.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 35. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** dist/cli/commands/exec-node.js
- **Public source:** [View source](<https://unpkg.com/@spinabot/brigade@1.35.3/dist/cli/commands/exec-node.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @spinabot/brigade@1.34.0
matchedPath = dist/cli/commands/exec-node.js
matchedIdentity = npm:QHNwaW5hYm90L2JyaWdhZGU:1.34.0
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

## Dependencies and install lifecycle
- **Lifecycle scripts present:** Yes
- **Published lifecycle scripts:** postinstall
- **Dependencies:** 44
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 8
- **Published dependency-graph edges:** 44

### Published dependency entries
- @anthropic-ai/claude-code ^2.1.0 (Dependency)
- @cantoo/pdf-lib ^2.7.1 (Dependency)
- @composio/core ^0.14.1 (Dependency)
- @earendil-works/pi-agent-core 0.79.9 (Dependency)
- @earendil-works/pi-ai 0.79.9 (Dependency)
- @earendil-works/pi-coding-agent 0.79.9 (Dependency)
- @earendil-works/pi-tui 0.79.9 (Dependency)
- @grammyjs/runner ^2.0.3 (Dependency)
- @grammyjs/transformer-throttler ^1.2.1 (Dependency)
- @grammyjs/types ^3.21.0 (Dependency)
- @mozilla/readability ^0.6.0 (Dependency)
- @pdf-lib/fontkit ^1.1.1 (Dependency)
- @slack/socket-mode ^2.0.7 (Dependency)
- @slack/web-api ^7.17.0 (Dependency)
- @whiskeysockets/baileys 7.0.0-rc13 (Dependency)
- cfonts ^3.3.1 (Dependency)
- chalk ^5.3.0 (Dependency)
- cli-highlight ^2.1.11 (Dependency)
- commander ^12.1.0 (Dependency)
- convex ^1.40.0 (Dependency)
- croner ^10.0.1 (Dependency)
- discord.js ^14.26.4 (Dependency)
- docx ^9.7.1 (Dependency)
- exceljs ^4.4.0 (Dependency)
- fflate ^0.8.3 (Dependency)
- grammy ^1.42.0 (Dependency)
- https-proxy-agent ^7.0.6 (Dependency)
- jimp ^1.6.1 (Dependency)
- jiti ^2.6.1 (Dependency)
- json5 ^2.2.3 (Dependency)
- linkedom ^0.18.12 (Dependency)
- minimatch ^10.2.5 (Dependency)
- playwright-core ^1.59.0 (Dependency)
- pptxgenjs ^4.0.1 (Dependency)
- prompts ^2.4.2 (Dependency)
- proper-lockfile ^4.1.2 (Dependency)
- qrcode-terminal ^0.12.0 (Dependency)
- socks-proxy-agent ^10.1.0 (Dependency)
- tar ^7.5.22 (Dependency)
- undici ^7.29.0 (Dependency)
- unpdf ^1.6.2 (Dependency)
- ws ^8.21.0 (Dependency)
- yaml ^2.9.0 (Dependency)
- zod ^3.23.8 (Dependency)

## Package metadata
- **Package:** @spinabot/brigade
- **Ecosystem:** npm
- **Version:** 1.35.3
- **License:** MIT
- **Version published:** 2026-08-31T19:48:55.205Z
- **Package first seen:** 2026-07-01T02:16:35.937Z
- **Package last seen:** 2026-09-01T07:46:47.641Z
- **Known versions:** 29
- **Latest version:** 1.36.1
- **Appeal under review:** No
- **Description:** Brigade — your personal AI crew
- **Author:** Spinabot
- **Keywords:** ai, agent, agents, ai-agent, cli, tui, llm, claude, openai, gemini, ollama, whatsapp
- **Runtime engines:** node: \>=22.12
- **Artifact files:** 2985
- **Artifact unpacked size:** 22,308,232 bytes
- **Artifact signatures:** 1
- **Attestations:** Yes

## References
- [HTML security report](<https://firewall.lpm.dev/npm/@spinabot/brigade/v/1.35.3>)
- [Repository](<https://github.com/spinabot/brigade.git>)
- [Homepage](<https://brigade.spinabot.com/>)
- [Issues](<https://github.com/spinabot/brigade/issues>)
