
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
ultrastar-cli
Advanced tools
UltraStar CLI is the fastest way to build your UltraStar song library. Search the biggest UltraStar database, preview results, and download complete, ready-to-sing folders in one go — lyrics, cover, and video included. No manual stitching. No messy files. Just search, hit Enter, and sing.
Why it’s awesome:
yt-dlp with a smooth progress barsong.txt headers and saves cover.jpg + video.mp4brew install yt-dlp or pipx install yt-dlpwinget install yt-dlp.yt-dlp or choco install yt-dlp or pipx install yt-dlpapt install yt-dlp, dnf install yt-dlp, pacman -S yt-dlp) or pipx install yt-dlpIf you need more options, see https://github.com/yt-dlp/yt-dlp#installation.
https://github.com/nvm-sh/nvmcurl -fsSL https://bun.sh/install | bash or see https://bun.shRun directly with your favorite package runner:
npx ultrastar
bunx --bun ultrastar
The first run will check yt-dlp and initialize a session. Use the search form, pick a song, and press Enter to download. Your songs will be saved under ./songs/Artist - Title/.
song.txtsong.txt, cover.jpg, video.mp4This project uses Bun. You can still run the built CLI with Node, but development is Bun-first.
bun install
bun run start
bun run build
# Artifacts are written to ./build/dist
node build/dist/index.js
# or
bun build/dist/index.js
# or on Unix systems (shebang-enabled):
./build/dist/index.js
bun run lint
bun run format
src/ui/ – TUI (Ink) components and interactionssrc/api/ – USDB and YouTube integrations (search, download, auth)src/storage/ – Local cache: credentials, downloaded song listsrc/build.ts – Build script (Bun bundler)FAQs
Download songs from UltraStar biggest database
We found that ultrastar-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.