Skip to content

CodeCubicle-Org/script-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script-Validator - A WorkHorz Project @workhorz

This is a small prototype to validate your scripts before executing them, to make sure they haven't been tampered with.

Features

  • Hashes all files in directory
  • Stores hashes in list in JSON file
  • Reads hashlist and produces new hashes and compare to stored list of hashes
  • If not matching produce error and abort loading process

Purpose

  • Secure your scripts by comparing to saved list at deployment time
  • Detect all unwanted or accidental changes at runtime without fail

Usage

Libraries

Contributors

Created with the help of Martin and Stefania at Hackergarten in April 2025, thanks a lot!

About

Validate your scripts before executing them to make sure they haven't been tampered with.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages