registry  /  skalpel  /  4.0.29

skalpel@4.0.29

Behavioral graph for AI-assisted coding — learns how you work and steers Claude Code + Codex in real time.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 15 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 21 file(s), 356 KB of source, external domains: accounts.google.com, cli.skalpel.ai, graph.skalpel.ai, skalpel-prod.auth.us-west-2.amazoncognito.com

Source & flagged code

6 flagged · loading source
package.jsonView file
scripts.postinstall = node postinstall.mjs || true
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node postinstall.mjs || true
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
autopsy.mjsView file
26// 1. ZERO NETWORK. This file imports ONLY node: core modules (node:fs / node:path / node:os / L27: // node:readline / node:sqlite). No http/https/net/dns/fetch/child_process. It never opens a socket. L28: // It only reads local files. `node:sqlite` is a Node core module — it is a local file reader, not a
High
Child Process

Package source references child process execution.

autopsy.mjsView on unpkg · L26
login.mjsView file
2// skalpel login — Sign in with Google, fully through AWS (no localhost). L3: // this CLI → browser → Google → https://graph.skalpel.ai/oauth/callback (AWS) → we poll AWS for L4: // the token → save it. The server holds the client secret and does the code exchange; we only ever ... L10: import { randomBytes } from "node:crypto"; L11: import { spawn } from "node:child_process"; L12: L13: const API = process.env.SKALPEL_API || "https://graph.skalpel.ai"; L14: const CLIENT_ID =
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

login.mjsView on unpkg · L2
2// skalpel login — Sign in with Google, fully through AWS (no localhost). L3: // this CLI → browser → Google → https://graph.skalpel.ai/oauth/callback (AWS) → we poll AWS for L4: // the token → save it. The server holds the client secret and does the code exchange; we only ever ... L10: import { randomBytes } from "node:crypto"; L11: import { spawn } from "node:child_process"; L12: L13: const API = process.env.SKALPEL_API || "https://graph.skalpel.ai"; L14: const CLIENT_ID = ... L25: X = "\x1b[0m"; L26: const isTTY = process.stdout.isTTY && !process.env.CI; L27: ... L44: return join(
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

login.mjsView on unpkg · L2
skalpel-setup.mjsView file
matchType = previous_version_dangerous_delta matchedPackage = skalpel@4.0.26 matchedIdentity = npm:c2thbHBlbA:4.0.26 similarity = 0.750 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

skalpel-setup.mjsView on unpkg

Findings

6 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processautopsy.mjs
HighShell
HighSame File Env Network Executionlogin.mjs
HighSandbox Evasion Gated Capabilitylogin.mjs
HighPrevious Version Dangerous Deltaskalpel-setup.mjs
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License
skalpel@4.0.29: Suspicious npm security report (Warn) | LPM Firewall