Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 13 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
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/pin-xmtp-bindings.cjs
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgdist/cron-QMLRWDJG.jsView file
1// src/lib/cron.ts
L2: import { execFileSync } from "child_process";
L3: var _isOpenClaw = null;
High
Child Process
Package source references child process execution.
dist/cron-QMLRWDJG.jsView on unpkg · L1dist/agent-6OJKQVEG.jsView file
69try {
L70: const res = await fetch(`https://api.llama.fi/tvl/${encodeURIComponent(protocol)}`);
L71: if (!res.ok) throw new Error(`DefiLlama tvl error: ${res.status} ${res.statusText}`);
L72: const data = await res.json();
L73: return data;
...
L171: constructor() {
L172: this.cacheDir = join(homedir(), ".sherwood", "agent", "cache", "coingecko");
L173: this.apiKey = process.env.COINGECKO_API_KEY;
L174: if (this.apiKey) {
...
L281: async getPrice(ids, vsCurrencies = ["usd"]) {
L282: const params = new URLSearchParams({
L283: ids: ids.join(","),
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/agent-6OJKQVEG.jsView on unpkg · L69scripts/pin-xmtp-bindings.cjsView file
47L48: const { execSync } = require("node:child_process");
L49: const fs = require("node:fs");
...
L55: `cd $(dirname $(readlink -f $(which sherwood)))/../lib/node_modules/@sherwoodagent/cli && ` +
L56: `npm install --no-save --force ${PINNED}`;
L57:
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
scripts/pin-xmtp-bindings.cjsView on unpkg · L47Findings
4 High3 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/cron-QMLRWDJG.js
HighShell
HighRuntime Package Installscripts/pin-xmtp-bindings.cjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/agent-6OJKQVEG.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings