dev-setup

Warn

Audited by Socket on May 12, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
assets/workflows/pnpm/snapshot-release.yml

This workflow snippet itself shows no explicit malware, but it creates a high-impact supply-chain execution path: it checks out an input-selected branch, installs dependencies without frozen lockfile integrity enforcement, writes an npm auth token to ~/.npmrc, and then runs repository-defined snapshot/prerelease publish scripts with write permissions. The main security concerns are supply-chain integrity and token exposure during script execution; actual malicious behavior cannot be ruled out without inspecting ci:snapshot/ci:prerelease implementations and the repository’s dependency lifecycle scripts.

Confidence: 62%Severity: 66%
AnomalyLOW
assets/workflows/bun/snapshot-release.yml

No direct malware indicators are visible in this workflow YAML. The main supply-chain risk is indirect: operator-controlled branch selection leads to checkout of code whose repository scripts (bun ci:snapshot/ci:prerelease) and fetched dependencies execute with write permissions and with npm/GitHub tokens available via ~/.npmrc and environment variables. Without reviewing the invoked scripts and the dependency tree, malware/exfiltration/publishing misuse cannot be ruled out; overall this should be treated as a moderate supply-chain risk release pipeline.

Confidence: 62%Severity: 56%
Audit Metadata
Analyzed At
May 12, 2026, 11:40 PM
Package URL
pkg:socket/skills-sh/neo-hack%2Fneo-skills%2Fdev-setup%2F@7c690c006ce1c8256885d53a54a9d7757e4fe7af
Security Audit — socket — dev-setup