Skip to content
View StressTestor's full-sized avatar

Block or report StressTestor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
StressTestor/README.md

a black hole event horizon, gravitationally lensed accretion disk around it

rendered from scratch by starforge. python + numpy, no ml, just math.



i build tools that break things and tools that fix things.
security, AI agents, developer tools.

x · linkdrift · crates.io · npm

agent security

CLI agents have shell access, file access, and no runtime defense layer. these three are my fix.

sentinel runtime defense for CLI AI agents. blocks dangerous commands before they run. rust
ghost chaos + visibility layer on top of sentinel. see what your agent actually does when things go wrong
seance read-only desktop observer for sentinel/ghost sessions. tauri
claude code decides to run: cat ~/.aws/credentials
     │
     sentinel intercepts the tool call
     │
     policy says: ~/.aws/* → BLOCK
     │
     tool call denied. that read never happens.

developer tools

pr-prism triage for repos drowning in PRs. duplicate detection with local embeddings, quality ranking. npm i -g prism-triage
agora desktop app for watching claude code multi-agent debates live
galaxy-graph fly through your obsidian vault as a 3d galaxy
starforge deterministic black-hole art. gravitational lensing in python/numpy. see banner

oss

27 merged PRs in other people's repos, mostly bugfixes in static analysis and security tooling: pylint, gosec, flake8-bugbear, mvdan/sh, pyscn, lizard, pydoclint, git-branchless, deepeval, OpenHands SDK. security triage on odysseus.

bug bounty

active on hackerone. every report ships with a working PoC or it doesn't ship.

apps

linkdrift (AI-curated link aggregator, live) · calibratediq (free IQ test) · CapyIDE Mobile (KMP mobile IDE)


rust go typescript python kotlin tauri next.js sqlite

@onespookyboi

Pinned Loading

  1. sentinel sentinel Public

    runtime defense for CLI AI agents

    Rust 1

  2. ghost ghost Public

    chaos + visibility layer for sentinel. see what your CLI agent actually does

    Rust

  3. seance seance Public

    read-only desktop observer for sentinel/ghost sessions. tauri

    Rust

  4. pr-prism pr-prism Public

    triage tool for repos drowning in PRs. finds duplicates, ranks quality, checks vision alignment.

    TypeScript 4

  5. Agora-ai-agent-visualizer Agora-ai-agent-visualizer Public

    desktop app for watching claude code multi-agent debates in real time. also runs debates between any combination of models.

    Rust 2

  6. galaxy-graph galaxy-graph Public

    fly through your obsidian vault as a 3d galaxy. notes are stars, folders are colors, the core is a black hole.

    TypeScript