← Back to tools
View AGENTS.md for checksum.sh
checksum.sh
Download, review, and verify install scripts with checksum verification
Description
checksum.sh is a simple way to download, review, and verify install scripts. If the checksum is OK the script will be printed to stdout, which can be piped to sh or elsewhere.
AI Summary
A tool for safely downloading and verifying install scripts using checksums before execution.
Capabilities
- + Download and verify script checksums
- + Review scripts before execution
- + Pipe verified scripts to sh
- + Protect against tampered install scripts
Use When
- → You want to verify install scripts before running
- → You pipe install scripts from the internet
Avoid When
- x You trust the source completely
- x You prefer manual verification