Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 10 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsTelemetryUrlStrings
Source & flagged code
2 flagged · loading sourcedist/core/utils/hashing.jsView file
1import crypto from "node:crypto";
L2: export function md5(input) {
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/core/utils/hashing.jsView on unpkg · L1dist/core/skills/registry.jsView file
1import { execFile } from "node:child_process";
L2: import { promisify } from "node:util";
...
L10: const SKILLS_AGENT = "openclaw";
L11: const SKILLS_API_URL = "https://skills.sh";
L12: const NPX_BIN = process.platform === "win32" ? "npx.cmd" : "npx";
L13: const ANSI_RE = /\x1b\[[0-9;]*m/g;
...
L22: timeout,
L23: env: { ...process.env, NO_COLOR: "1", FORCE_COLOR: "0" },
L24: });
...
L35: async list() {
L36: let stdout;
L37: try {
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/core/skills/registry.jsView on unpkg · L1Findings
1 High3 Medium6 Low
HighSandbox Evasion Gated Capabilitydist/core/skills/registry.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/core/utils/hashing.js
LowFilesystem
LowHigh Entropy Strings
LowTelemetry
LowUrl Strings