registry  /  tfb-heal-sentinel  /  0.1.2

tfb-heal-sentinel@0.1.2

AI code reviewer that refuses praise and surfaces root-wound review findings.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 27 file(s), 87.9 KB of source, external domains: 127.0.0.1, api.anthropic.com, github.com, openrouter.ai, projecttfb.com

Source & flagged code

2 flagged · loading source
scripts/release-gate.mjsView file
2import { readdir, readFile, stat } from "node:fs/promises"; L3: import { spawnSync } from "node:child_process"; L4: import { dirname, join, relative } from "node:path";
High
Child Process

Package source references child process execution.

scripts/release-gate.mjsView on unpkg · L2
scripts/admit.mjsView file
5L6: const result = spawnSync("npx", ["tfb-skybridge", "check", "."], { L7: encoding: "utf8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/admit.mjsView on unpkg · L5

Findings

3 High3 Medium5 Low
HighChild Processscripts/release-gate.mjs
HighShell
HighRuntime Package Installscripts/admit.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings