impeccable

Warn

Audited by Socket on Aug 23, 2026

5 alerts found:

Anomalyx4Security
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/live-copy-edit-agent.mjs

No definitive malware behavior is evident in the provided fragment; it primarily orchestrates external AI CLIs and handles I/O, timeouts, logging, and error extraction. However, it introduces meaningful supply-chain and data-handling risk: it runs external binaries with a potentially sensitive full environment, uses a high-privilege Claude flag ('bypassPermissions'), and writes untrusted stdout/stderr verbatim to configurable log/mirror files without visible redaction or path safety checks in the shown code. Treat this as a moderate security risk component requiring strong controls around environment scoping, path validation, and output sanitization/redaction.

Confidence: 55%Severity: 66%
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%
SecurityMEDIUM
scripts/live/tanstack-adapter.mjs

This module is a patch/integration helper that can modify application source code and generate a runtime React component that dynamically loads a remote JavaScript file via a <script> src set to a URL derived from caller-provided port and token. That is a high-impact supply-chain/sandbox-escape pattern because it enables remote code execution in the browser context if LIVE_SRC can be influenced or if the remote endpoint is compromised. The snippet does not show allowlisting/integrity protections for the remote script, and token handling is embedded into client-side runtime configuration. No explicit credential theft or obfuscation is visible in the excerpt, but the remote-script execution capability is sufficient to warrant strong review and restriction to trusted development environments.

Confidence: 60%Severity: 70%
AnomalyLOW
scripts/live/sveltekit-adapter.mjs

Overall, this is a project patcher/installer for SvelteKit that modifies layout source files and generates a client component which dynamically loads executable JavaScript from http://localhost:<port>/live.js (optionally passing a token in the URL) via runtime <script> injection. No overt exfiltration or self-contained malicious payload is evident, but the combination of self-modifying source code and unsigned local code execution creates a meaningful security risk if the localhost endpoint can be influenced or compromised.

Confidence: 66%Severity: 52%
Audit Metadata
Analyzed At
Aug 23, 2026, 11:49 PM
Package URL
pkg:socket/skills-sh/sugatoray%2Fskill-impeccable%2Fimpeccable%2F@b0ddc8a0d8e1bbd477fef699eae3d1a25864f77294ecba4ced53bc088d4e44e8
Security Audit — socket — impeccable