registry  /  @tide-ai/a2a-bridge  /  1.0.7

@tide-ai/a2a-bridge@1.0.7

A2A Bridge - Agent-to-Agent protocol bridge for Tide. Wraps local CLI Agents as A2A endpoints.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessEnvironmentVarsFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 6.00 KB of source, external domains: github.com, www.python.org

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node lib/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node lib/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
bin/a2a-bridge.jsView file
3L4: const { spawn } = require("child_process"); L5: const { resolve } = require("path"); ... L8: function findPython() { L9: const candidates = process.platform === "win32" L10: ? ["python", "python3", "py -3"] ... L31: console.error("\x1b[31m✗ Python 3.11+ is required but not found.\x1b[0m"); L32: console.error(" Install Python: https://www.python.org/downloads/"); L33: console.error(" Or use pyenv: pyenv install 3.11"); ... L45: // Try installing from local source first (development mode) L46: const pyprojectPath = resolve(__dirname, "..", "pyproject.toml"); L47: const fs = require("fs");
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

bin/a2a-bridge.jsView on unpkg · L3
models.pyView file
path = models.py kind = build_helper sizeBytes = 4161 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

models.pyView on unpkg

Findings

2 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilitybin/a2a-bridge.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumEnvironment Vars
MediumShips Build Helpermodels.py
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings