Static Scan Results
scanned 1d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 11 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcebin/annodex.jsView file
6// eslint-disable-next-line @typescript-eslint/no-require-imports
L7: const { spawn, spawnSync } = require("child_process");
L8: // eslint-disable-next-line @typescript-eslint/no-require-imports
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/annodex.jsView on unpkg · L6bin/annodex-im-gateway.jsView file
4const fs = require("fs");
L5: const http = require("http");
L6: const https = require("https");
...
L25: for (const name of names) {
L26: const value = process.env[name];
L27: if (value !== undefined && value !== "") return value;
...
L32: function getAgentDir() {
L33: return envFirst("ANNODEX_CONFIG_DIR", "ANNOVIBE_CONFIG_DIR") ?? path.join(os.homedir(), ".config", "annodex");
L34: }
...
L56: try {
L57: return JSON.parse(fs.readFileSync(statePath, "utf8"));
L58: } catch {
Low
Weak Crypto
Package source references weak cryptographic algorithms.
bin/annodex-im-gateway.jsView on unpkg · L4.next/static/media/7deddc85b7ffd1dc-s.p.woff2View file
•path = .[redacted]-s.p.woff2
kind = high_entropy_blob
sizeBytes = 18568
magicHex = [redacted]
High
Ships High Entropy Blob
Package ships high-entropy non-source blobs.
.next/static/media/7deddc85b7ffd1dc-s.p.woff2View on unpkgFindings
1 High4 Medium6 Low
HighShips High Entropy Blob.next/static/media/7deddc85b7ffd1dc-s.p.woff2
MediumDynamic Requirebin/annodex.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptobin/annodex-im-gateway.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings