SMRTR ProgrammingJun 28, 2025Hacker News

Vet – A tool for safely running remote shell scripts

SMRTR summary

vet is a new tool that enhances security when running remote scripts. It downloads scripts, shows changes, performs linting, and requires user approval before execution. This approach addresses the dangers of blindly piping commands to bash, such as potential malware or incomplete downloads. vet offers a safer way to install software by adding checks and user confirmation steps.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 24, 2026

Programming Paradigms

A structured roadmap for experienced developers to move beyond language familiarity and genuinely master the four core programming paradigms.