registry  /  @getpawl/setup  /  1.6.17

@getpawl/setup@1.6.17

One-shot setup for Pawl + Claude Code hooks

Static Scan Results

scanned 3h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 108 KB of source, external domains: api.getpawl.dev, app.getpawl.dev

Source & flagged code

1 flagged · loading source
dist/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 · L7

Findings

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