This directory contains security verification tools for the PomodoroCastle project.
Run the security check using PowerShell:
.\security-check.ps1Run the security check using Bash:
chmod +x ./security-check.sh # Make executable (first time only)
./security-check.shThese scripts check for modifications to security-critical files in the anti-cheat system:
- Client hashing implementation
- Server hashing implementation
- Test files for the anti-cheat system
If changes are detected, the scripts will:
- Alert you about which files were changed
- Remind you to update version numbers
- Offer to run verification tests
- Remind you to update the security changelog
From the PomodoroCastle directory, you can also run:
npm run security-checkFor more details about the anti-cheat system, see: