Skip to content

overtrust v0.1.0 — AI-era workstation security scanner

Latest

Choose a tag to compare

@cheese-cakee cheese-cakee released this 03 May 11:00
· 7 commits to master since this release
864803d

First production release. Single-binary, zero-dependency builds for Windows and Linux.

Download

Platform File
Windows overtrust.exe
Linux overtrust

One-click install

Windows (PowerShell as admin):
powershell irm https://raw.githubusercontent.com/cheese-cakee/overtrust/master/install.ps1 | iex

Linux / macOS:
bash curl -fsSL https://raw.githubusercontent.com/cheese-cakee/overtrust/master/install.sh | bash

What's new

  • 29 secret patterns (AWS, GitHub, OpenAI, Anthropic, Stripe, etc.)
  • VS Code / Cursor extension auditing (terminal, auth, debug detection)
  • npm package script inspection (curl|bash, preinstall hooks)
  • Dockerfile root-container detection
  • Process privilege scanning (Linux capabilities + Windows token)
  • Interactive TUI with trust score, live findings, graph views
  • Headless JSON mode for CI/CD (--no-tui)
  • Exit codes for pipeline integration (--exit-code)
  • .overtrustignore support
  • Cross-platform signal handling
  • Windows system32 process whitelist (no false-positive noise)