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.

sentinelruntime defense for CLI AI agents. blocks dangerous commands before they run. rust
ghostchaos + visibility layer on top of sentinel. see what your agent actually does when things go wrong
seanceread-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-prismtriage for repos drowning in PRs. duplicate detection with local embeddings, quality ranking. npm i -g prism-triage
agoradesktop app for watching claude code multi-agent debates live
galaxy-graphfly through your obsidian vault as a 3d galaxy
starforgedeterministic 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)


rustgotypescriptpythonkotlintaurinext.jssqlite

@onespookyboi

Pinned Loading

  1. sentinelsentinelPublic

    runtime defense for CLI AI agents

    Rust 1

  2. ghostghostPublic

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

    Rust

  3. seanceseancePublic

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

    Rust

  4. pr-prismpr-prismPublic

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

    TypeScript 4 2

  5. Agora-ai-agent-visualizerAgora-ai-agent-visualizerPublic

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

    Rust 1

  6. galaxy-graphgalaxy-graphPublic

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

    TypeScript