Software

Tools I build for game development, security, and production workflows.

Usentinel

Usentinel is a lightweight Python CLI for auditing Unity projects. It scans C# scripts for risky patterns such as process execution, insecure deserialization, weak cryptography, hard-coded network endpoints, and editor hooks that run automatically.

The scanner uses Semgrep rules when available, falls back to a built-in heuristic engine, detects native binaries by extension and magic number, and writes read-only reports as browser-friendly HTML or raw JSON for automation.

View on GitHub