Skip to content
View 0xelitesystem's full-sized avatar

Block or report 0xelitesystem

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
0xelitesystem/README.md

0xelitesystem

Solo operator. I build small tools that do one thing, run anywhere, and phone nobody.

Search all 338 repos on one page: 0xelitesystem.github.io

Hub: elitesystem.ai - AI/dev channel: @0xelitesystem - Podcast: @SalmanAhsan

What's in this account

The agent accountability suite. Five zero-dependency Python CLIs that audit a finished AI coding-agent session from five angles, by mining the transcript it left behind:

Tool The question it answers
agent-receipts Did the agent's claims ("tests pass") match reality?
agent-leaks Did it leak secrets into the transcript?
agent-blast-radius What irreversible actions did it take?
agent-rules Did it actually follow your CLAUDE.md?
agent-cost Where did the tokens and money go?

181 single-file browser tools. One HTML file each. Inline CSS and JS, no frameworks, no CDN, no analytics, no build step. Every tool has a live demo at 0xelitesystem.github.io/<repo>. Start with jwt-inspector, csv-to-anything, or og-image-generator.

157 plain-language references. Short, factual, self-contained explainers on security, AI/LLM practice, SEO, indie operations, and market literacy. Written to be cited, not skimmed. Start with incident-response-runbooks or prompt-injection-defense-reference.

The rules these repos follow

  • Zero runtime dependencies wherever possible. A tool you can read in one sitting is a tool you can trust.
  • Everything runs locally. No tracking, no signup, no key leaves your machine.
  • MIT licensed, all of it.
  • Real claims only. If a README says the tool does X, the code does X.

Elsewhere

  • elitesystem.ai, the operator hub: AI architecture audits, the Operator OS, and what I'm shipping now.
  • digitaldfy.com, 100+ free browser tools and paid BYOK tool bundles.

Pinned Loading

  1. agent-blast-radius agent-blast-radius Public

    Reconstruct every irreversible action an AI agent took in a session, from the transcript you already have. Forensics for unattended agents.

    Python

  2. agent-failure-modes agent-failure-modes Public

    The recurring ways LLM agents fail in production, with detection signals and mitigations for each.

  3. agent-leaks agent-leaks Public

    Scan and redact leaked secrets sitting in your AI agent session transcripts. Your agent ran `cat .env` once, and that key is in ~/.claude/projects forever.

    Python 1

  4. agent-receipts agent-receipts Public

    Audit what your coding agent claimed against what it actually did. Your agent says 'all tests pass', so prove it.

    Python

  5. jwt-inspector jwt-inspector Public

    Decode and verify JSON Web Tokens in your browser. No server, no tracking, no third-party scripts.

    HTML

  6. single-file-saas-template single-file-saas-template Public template

    A complete BYOK SaaS scaffolded into one HTML file. Free tier with daily limit, Pro tier unlocked by license code, key never leaves the user's browser.

    HTML 1