registry  /  exifregistry  /  1.1.1

exifregistry@1.1.1

A friendly command-line toolkit for photographers to inspect and edit photo/video metadata (EXIF, GPS, dates).

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessCryptoFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 15 file(s), 109 KB of source, external domains: github.com, www.w3.org

Source & flagged code

2 flagged · loading source
dist/frame.jsView file
164/** L165: * Build the caption from metadata: the exposure recipe, plus the camera L166: * model on top — but only when explicitly requested (`includeCamera`). ... L230: const d = font.getPath(text, 0, ascent, size, options).toPathData(2); L231: const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="${w}" height="${h}" ` + L232: `viewBox="0 0 ${w} ${h}"><path d="${d}" fill="${color}"/></svg>`; L233: const { data, info } = await sharp(Buffer.from(svg)) L234: .png() ... L252: } L253: if ((ext === ".heic" || ext === ".heif") && process.platform === "darwin") { L254: const dir = fs.mkdtempSync(path.join(os.tmpdir(), "exifregistry-frame-")); L255: const jpeg = path.join(dir, "converted.jpg");
High
Sandbox Evasion Gated Capability

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

dist/frame.jsView on unpkg · L164
matchType = previous_version_dangerous_delta matchedPackage = exifregistry@1.1.0 matchedIdentity = npm:ZXhpZnJlZ2lzdHJ5:1.1.0 similarity = 0.933 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/frame.jsView on unpkg

Findings

2 High1 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/frame.js
HighPrevious Version Dangerous Deltadist/frame.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings