remarkable

Warn

Audited by Socket on Sep 14, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
scripts/Install-RemarkableTemplate.ps1

The code appears to be a legitimate device-administration script rather than malware. It has significant security weaknesses: disabled SSH host verification, plaintext temporary password handling, and insufficient escaping of user-controlled values in remote shell commands. A maliciously crafted -Name value could lead to root-level command injection on the tablet. Inputs should be strictly validated or safely passed without shell interpolation, and SSH host keys should be verified.

Confidence: 97%Severity: 78%
AnomalyLOW
scripts/RemarkableWeb.ps1

The fragment implements readable HTTP download, JSON parsing, local file writing, and explicit file upload functionality. The principal security concern is that Send-RmFile can transmit any caller-selected local file to the configured remote endpoint while bypassing proxies when curl or PowerShell supports it. This is not, by itself, evidence of malware; no credential theft, obfuscation, persistence, destructive behavior, or hardcoded suspicious destination is visible. Review callers and the definition/configuration of $script:RmBaseUrl before deployment.

Confidence: 90%Severity: 50%
Audit Metadata
Analyzed At
Sep 14, 2026, 12:10 PM
Package URL
pkg:socket/skills-sh/guyvdn%2Fskills%2Fremarkable%2F@80e129a6166a160ffcc984d95678fdac6e1d4be55403c7846a220d9e0fdfa2a9
Security Audit — socket — remarkable