All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Introducing vet: A Safer Approach to Remote Script Execution

By

mooreds

10mo ago· 3 min readenCode

Summary

vet is a command-line tool that provides a safety net for the risky curl | bash pattern by allowing users to inspect, diff against previous versions, and lint remote scripts before executing them. It promotes a more secure and transparent approach to handling remote code execution.

Key quotes

· 2 pulled
Don't just run it, vet it.
This is dangerous. The script could be malicious, the server could be compromised, or a transient network error could result in executing a partial script.
Snippet from the RSS feed
vet is a command-line tool that acts as a safety net for the risky curl | bash pattern. It lets you inspect, diff against previous versions, and lint remote scripts before asking for your explicit ...

You might also wanna read