registry  /  bwrb  /  0.2.2

bwrb@0.2.2

Schema-driven note management for markdown vaults

Static Scan Results

scanned 5d ago · by rust-scanner

Static analysis flagged 10 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 10 file(s), 997 KB of source, external domains: bwrb.dev

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = chmod +x node_modules/.pnpm/node-pty@*/node_modules/node-pty/prebuilds/darwin-*/spawn-helper 2>/dev/null || true
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = chmod +x node_modules/.pnpm/node-pty@*/node_modules/node-pty/prebuilds/darwin-*/spawn-helper 2>/dev/null || true
Medium
Ambiguous Install Lifecycle Script

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

package.jsonView on unpkg
dist/index.jsView file
27import { L28: ExitCodes, L29: UserCancelledError, ... L618: try { L619: inputData = JSON.parse(jsonInput); L620: } catch (e) { ... L623: } L624: const { _body: rawBodyInput, ...frontmatterInput } = inputData; L625: stripRedundantWikilinkQuotes(frontmatterInput); ... L3425: import { unlink } from "fs/promises"; L3426: import { spawn } from "child_process"; L3427: async function findBacklinks(vaultDir, relativePath) {
Medium
Install Persistence

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

dist/index.jsView on unpkg · L27
dist/chunk-NSOVD7WA.jsView file
matchType = previous_version_dangerous_delta matchedPackage = bwrb@0.2.1 matchedIdentity = npm:YndyYg:0.2.1 similarity = 0.600 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/chunk-NSOVD7WA.jsView on unpkg

Findings

2 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighPrevious Version Dangerous Deltadist/chunk-NSOVD7WA.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumEnvironment Vars
MediumInstall Persistencedist/index.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings