impeccable

Warn

Audited by Socket on Sep 4, 2026

6 alerts found:

Anomalyx6
AnomalyLOW
scripts/live-browser.js

Medium security concern. The fragment shows substantial data capture (rendered element screenshots and optional annotations), network uploads of captured PNG data to a local HTTP service with a token in the URL, and dynamic loading/execution of detect.js from http://localhost:PORT. Additionally, it inlines remote fonts by fetching arbitrary https:// font URLs discovered in the page’s CSS, which increases external resource exposure. No clear evidence of classical JS malware primitives (eval/backdoors/reverse shell) appears in the shown fragment, but the combination of screenshot capture + upload + script injection from localhost warrants careful review and strict threat modeling for the local agent and token handling.

Confidence: 50%Severity: 60%
AnomalyLOW
scripts/live-commit-manual-edits.mjs

No direct evidence of classic malware (e.g., credential theft, backdoor installation, suspicious hardcoded domains, crypto-mining, eval-based execution) is present in the provided fragment. However, this code performs potentially dangerous filesystem mutations during rollback/repair (writeFileSync/rmSync) based on computed file paths, and it forwards process.env into external agent logic (runCopyEditBatchAgent), which could increase the risk of secret exposure or unwanted external behavior. Additional context for normalizeRollbackPath/normalizeProjectSourcePath and the agent implementations is required to confirm exploitability.

Confidence: 62%Severity: 52%
AnomalyLOW
scripts/modern-screenshot.umd.js

No definitive malware indicators (no credential theft, backdoor, persistence, or direct eval/exec of attacker-controlled code) are visible in this module. The security risk is primarily due to capability breadth: it can fetch and inline remote resources referenced by attacker-influenced DOM/CSS and can load caller-supplied Web Workers (workerUrl execution boundary). If the consuming application processes untrusted DOM/CSS or untrusted options, the module may cause unintended outbound requests and increase rendering/injection attack surface in the generated SVG/stylesheet context.

Confidence: 62%Severity: 50%
AnomalyLOW
scripts/live-poll.mjs

No explicit malware behavior is shown in this fragment, and external network activity appears limited to the configured local server endpoints. However, the module has a high-impact trust-boundary crossing: it executes a local Node script (execFileSync) with arguments derived from server-provided event content (notably pageUrl and JSON paramValues), then posts the child’s parsed results and error details back to the server and logs full event objects to stdout. This creates meaningful supply-chain/abuse risk that depends on how the invoked live-accept.mjs handles its inputs and outputs. Review/validate the child script and server trust boundaries to confirm safety.

Confidence: 62%Severity: 55%
AnomalyLOW
scripts/live.mjs

No clear indicators of overt malware (e.g., network exfiltration, persistence, backdoor logic) are present in the shown fragment. However, the module has two significant security posture issues: (1) it directly logs serverInfo.token, creating a potential credential/secret disclosure to logs; and (2) it uses execSync with a constructed shell command string in runScript, which is a command-injection-prone pattern if any name/args/cwd can ever be influenced by untrusted input. Overall, this is more accurately characterized as a risky dev/automation utility module with sensitive logging and dangerous execution primitives rather than confirmed malicious code.

Confidence: 60%Severity: 66%
AnomalyLOW
scripts/live/tanstack-adapter.mjs

The fragment is primarily build-time patch/unpatch tooling that generates a React “live root” component and injects a browser <script> whose src is computed from a provided port and token. This creates a security-sensitive flow where token-derived URL resolution leads to remote JavaScript execution in the page context. The snippet itself does not show classic malware behaviors (exfiltration/eval/credential theft), but the dynamic remote script loading and token-in-URL pattern materially increase supply-chain/runtime risk unless LIVE_SRC/origin and token provenance are tightly controlled. Confidence is limited because buildLiveScriptSrc, marker constants, and earlier patching/context code are not included in the provided fragment.

Confidence: 45%Severity: 60%
Audit Metadata
Analyzed At
Sep 4, 2026, 06:58 AM
Package URL
pkg:socket/skills-sh/delorenj%2Fskills%2Fimpeccable%2F@da910a240e6313e6865ee4ba1a81eb499af9e0f4c6b252c51421d5a56e2f34a2
Security Audit — socket — impeccable