registry  /  @varveai/adit-cloud  /  0.5.7

@varveai/adit-cloud@0.5.7

Cloud sync client for ADIT — device auth, incremental push, conflict resolution

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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 25 file(s), 137 KB of source, external domains: adit-cloud.varve.ai

Source & flagged code

2 flagged · loading source
dist/project-link/auto-link.jsView file
17*/ L18: import { spawn } from "node:child_process"; L19: import { createHash } from "node:crypto";
High
Child Process

Package source references child process execution.

dist/project-link/auto-link.jsView on unpkg · L17
14* L15: * The detached process runs `npx adit cloud link --json --skip-qualify` L16: * with inherited environment, so credentials and config are available. L17: */ L18: import { spawn } from "node:child_process"; L19: import { createHash } from "node:crypto";
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/project-link/auto-link.jsView on unpkg · L14

Findings

3 High3 Medium5 Low
HighChild Processdist/project-link/auto-link.js
HighShell
HighRuntime Package Installdist/project-link/auto-link.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License