registry  /  @youtubebrief/cli  /  0.1.0-beta.1

@youtubebrief/cli@0.1.0-beta.1

CLI and local MCP client for turning explicit YouTube URLs into agent-readable Youtubebrief bundles.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 21 file(s), 147 KB of source, external domains: example.com, json-schema.org, www.youtube.com, youtu.be, youtubebrief.com

Source & flagged code

1 flagged · loading source
src/batch.mjsView file
37export const MANIFEST_JSON_SCHEMA = Object.freeze({ L38: $schema: 'https://json-schema.org/draft/2020-12/schema', L39: $id: 'https://youtubebrief.com/schemas/youtubebrief-batch-manifest.schema.json', ... L123: L124: if (isLocalOrPrivateHostname(hostname)) { L125: throw new CliError('Unsafe YouTube URL host. Local, private, and metadata hosts are not allowed.'); ... L289: try { L290: parsed = JSON.parse(await readFile(manifestPath, 'utf8')); L291: } catch (error) { L292: if (error && error.code === 'ENOENT') { L293: throw new CliError(`Cannot resume batch: missing manifest.json in ${path.resolve(outDir)}.`, { exitCode: BATCH_EXIT_CODES.manifest }); L294: }
High
Cloud Metadata Access

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

src/batch.mjsView on unpkg · L37

Findings

1 High2 Medium5 Low
HighCloud Metadata Accesssrc/batch.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings