registry  /  tegami  /  1.1.2

tegami@1.1.2

Utility for package versioning & publish

Static Scan Results

scanned 2d ago · by rust-scanner

Static analysis flagged 7 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
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 21 file(s), 229 KB of source, external domains: api.github.com, crates.io, github.com, gitlab.com, proxy.golang.org, registry.npmjs.org, tegami.fuma-nama.dev

Source & flagged code

1 flagged · loading source
dist/plugins/gitlab.jsView file
23headers.set("Accept", "application/json"); L24: if (options.token) headers.set(options.token.type === "job-token" ? "JOB-TOKEN" : "PRIVATE-TOKEN", options.token.value); L25: return fetch(joinPath(options.apiUrl ?? "https://gitlab.com/api/v4", path), { L26: ...init, ... L41: headers: { "Content-Type": "application/json" }, L42: body: JSON.stringify({ L43: tag_name: options.tag, ... L57: if (!response.ok) throw new Error("Failed to check for an existing version merge request."); L58: return (await response.json())[0]?.iid; L59: } ... L165: if (isCI()) { L166: process.stdout.write(`${body}\n`);
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/plugins/gitlab.jsView on unpkg · L23

Findings

1 High2 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/plugins/gitlab.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings