impeccable

Warn

Audited by Socket on Aug 31, 2026

4 alerts found:

Anomalyx4
AnomalyLOW
scripts/live-browser.js

No direct proof of “malware/backdoor” behavior is visible (no eval/Function, no obvious obfuscation), but the module performs sensitive actions: it captures page rendering (including fonts) and uploads screenshots/annotations to a local server using a token, and it can inject server-provided HTML into the DOM (template.innerHTML) and render markdown via innerHTML with unvalidated link hrefs. These are high-suspicion supply-chain/privacy surfaces and should be reviewed for authentication, content integrity, and XSS/HTML injection protections (especially acceptedHtml and markdown href).

Confidence: 63%Severity: 65%
AnomalyLOW
scripts/live-commit-manual-edits.mjs

No direct evidence of intentional malware is present in the shown fragment (no obfuscation, no dynamic execution, no explicit exfiltration logic). The most notable security risk is the forwarding of the full process.env into an external agent boundary, which could enable secret leakage if the agent/provider transmits or logs env contents. Additionally, the module can restore/delete files during automated rollback, so the correctness of path-scope constraints (in unshown helpers) is critical. Overall: medium supply-chain/security risk primarily due to env handling + high-impact filesystem rollback orchestration rather than direct malicious payload behavior.

Confidence: 48%Severity: 56%
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%
Audit Metadata
Analyzed At
Aug 31, 2026, 05:41 AM
Package URL
pkg:socket/skills-sh/wisdom-in-a-nutshell%2Fagents%2Fimpeccable%2F@28208624a26a1bdd4e1cbcc5dafbca8fb73f4e1e64161d9456f41dc524e3fce8
Security Audit — socket — impeccable