obsidian-plugin-release
Warn
Audited by Socket on Jul 28, 2026
1 alert found:
AnomalyAnomalyscripts/release.ts
LOWAnomalyLOW
scripts/release.ts
No clear evidence of intentional malware (no exfiltration, credential theft, or payload execution). However, the script uses `spawnSync('sh', ['-c', cmd])` and interpolates non-validated values (notably the git branch name and gh runId) into shell commands. This creates a potential command-injection risk if those values can contain shell metacharacters, which could lead to unintended command execution during the release process. Security risk is therefore primarily about command injection rather than direct malicious payloads.
Confidence: 62%Severity: 55%
Audit Metadata