registry  /  @vicinae/api  /  0.23.1

@vicinae/api@0.23.1

TypeScript SDK to build Vicinae extensions

Static Scan Results

scanned 3h 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
ChildProcessCryptoEnvironmentVarsFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 54 file(s), 199 KB of source, external domains: raycast.com

Source & flagged code

2 flagged · loading source
dist/commands/develop/index.jsView file
40const esbuild = __importStar(require("esbuild")); L41: const node_child_process_1 = require("node:child_process"); L42: const fs = __importStar(require("node:fs"));
High
Child Process

Package source references child process execution.

dist/commands/develop/index.jsView on unpkg · L40
81const typeCheck = async () => { L82: const spawned = (0, node_child_process_1.spawn)("npx", ["tsc", "--noEmit"]); L83: let stderr = Buffer.from("");
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/develop/index.jsView on unpkg · L81

Findings

2 High2 Medium4 Low
HighChild Processdist/commands/develop/index.js
HighRuntime Package Installdist/commands/develop/index.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings