Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/index.jsView file
7var import_node_os = require("os");
L8: var import_node_child_process = require("child_process");
L9: var import_node_readline = require("readline");
L10: var isWin = process.platform === "win32";
L11: var cmd = (sub) => isWin ? `npx @getpawl/setup ${sub}` : `pawl ${sub}`;
L12: var DEFAULT_API_URL = "https://api.getpawl.dev";
L13: var PAWL_BASEPATHS = [".pawl", ".agentmap"];
...
L112: function pawlSync(flag) {
L113: const cwd = process.cwd();
L114: const syncMjs = (0, import_node_path.join)(cwd, ".pawl", "sync.mjs");
...
L142: try {
L143: const pkgPath = (0, import_node_path.join)(__dirname, "..", "package.json");
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/index.jsView on unpkg · L7Findings
1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings