se-dev-plugin

Warn

Audited by Socket on Mar 6, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
Prepare.md

The described procedure is functionally simple but exposes a moderate-to-high supply-chain risk because it executes an unverified local batch file and relies solely on a writable log sentinel ('DONE') as the success criterion. An attacker who can modify repository files can trivially achieve persistence or arbitrary execution while making the run appear successful. Recommendations: inspect Prepare.bat before running, verify provenance (signed release or checked checksum), run it in an isolated environment (VM/container) or under restricted privileges, and replace the single-line log check with stronger artifact and exit-code validation. Do not run untrusted Prepare.bat files on production or sensitive hosts.

Confidence: 75%Severity: 60%
AnomalyLOW
Prepare.bat

The batch file implements a convenient installer/bootstrapping flow but uses high-risk operations: executing remote PowerShell via 'irm | iex' and downloading an executable without verification. These are classic supply-chain and remote-code-execution risks. The file should be considered a security hazard unless the remote sources are verified and pinned; require integrity checks (signatures/hashes), avoid direct piping of remote scripts into executors, and audit any downloaded Python scripts and binaries before running them.

Confidence: 75%Severity: 65%
Audit Metadata
Analyzed At
Mar 6, 2026, 10:29 AM
Package URL
pkg:socket/skills-sh/viktor-ferenczi%2Fse-dev-skills%2Fse-dev-plugin%2F@8d84f3c40e95ee75192ea2048c4abfea525b1251