Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Security: Blodroed/PomodoroCastle

Security

SECURITY.md

PomodoroCastle Security Tools

This directory contains security verification tools for the PomodoroCastle project.

Security Check Scripts

PowerShell (Windows)

Run the security check using PowerShell:

.\security-check.ps1

Bash (Linux/macOS)

Run the security check using Bash:

chmod +x ./security-check.sh  # Make executable (first time only)
./security-check.sh

What These Scripts Do

These 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:

  1. Alert you about which files were changed
  2. Remind you to update version numbers
  3. Offer to run verification tests
  4. Remind you to update the security changelog

NPM Script

From the PomodoroCastle directory, you can also run:

npm run security-check

Security Documentation

For more details about the anti-cheat system, see:

There aren't any published security advisories