Skip to content
View poorvith-mp's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report poorvith-mp

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.

Content in all repositories owned by your account will be closed.
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
poorvith-mp/README.md
Poorvith M P — I Foresight before small problems become expensive.



PM Aperture Mark

POORVITH M P

I Foresight before small problems become expensive.

Tools Architect • AI Agent Systems • Local-First & Privacy Engineering
Hassan, Karnataka, India

Foresight Engine Live Status



Portfolio Email LinkedIn X GitHub Repos


🏛️ About Me & The Foresight Principle

I notice the friction people learn to tolerate, turn it into a focused tool, and keep the engineering decisions visible from first check to working proof.

Most software failures don't happen because of complex math — they happen because small warning signs were ignored: a credential pasted into an LLM prompt, a missing environment variable crashing a dev container, or semester grade calculations lost in rigid spreadsheets.

I build browser-local utilities, developer tools, and modular AI agent systems that solve these exact points of friction before they turn into costly emergencies.


🛡️ Foresight First
Catching leaks, conflicts, and decay before staging or production
🔒 Zero-Exposure Privacy
100% browser-local cryptography and offline-capable CLIs
⚡ Useful Before Impressive
Sub-3-second runtimes, zero-config setups, and honest limits
🔍 Visible Trade-Offs
Open documentation, verified benchmarks, and zero telemetry traps

🚀 My Contributions

AIScrubber Cover

Zero-exposure browser privacy desk, CLI, and Model Context Protocol (MCP) server.

  • The Problem: Developers paste credentials, DB strings, and logs into frontier LLMs. Once sent to frontier models or public issue trackers, a secret cannot be un-sent.
  • The Solution: Operates 5 client-side engines: text credential scrubber (8 detector classes + regex), zero-exposure prompt roundtrip with .aiscrub.json reconstruction key, zero-width Unicode watermark remover, C2PA EXIF/metadata wiper, and canvas redactor.
  • Tech Stack: React 19 · TypeScript · Web Crypto API · Vite · Tailwind CSS · MCP Server · Node CLI

Launch AIScrubber AIScrubber GitHub

View architectural highlights
  • 100% in-browser Web Crypto execution with zero network telemetry
  • Claude & LLM invisible watermark remover (\u200B, \u200C, \u200D, \uFEFF, \u2060)
  • Terminal batch execution via npx aiscrubber
  • Native MCP server integration for Claude Desktop, Cursor, and Codex
SafeGen Cover

Browser-local cryptographic credential, passphrase, and pattern generator.

  • The Problem: Online password generators transmit generated secrets across networks or rely on biased pseudo-random implementations.
  • The Solution: Uses browser crypto.getRandomValues() with rejection sampling to eliminate modulo bias. Provides 4 modes: Random Password, Memorable Passphrase, Numeric PIN, and Custom Pattern with live bit-entropy calculation.
  • Tech Stack: React 19 · TypeScript · Web Crypto API · Vite · Tailwind CSS v4 · GSAP

Launch SafeGen SafeGen GitHub

View architectural highlights
  • Cryptographic randomness via Web Crypto API with zero server calls
  • Live bit-entropy scoring and offline brute-force crack time models
  • Local-only searchable copy desk up to 50 items with 1-click purge
  • Fully responsive tactile interface with GSAP micro-interactions
GradeForge Cover

Credit-weighted semester GPA engine & Target What-If degree planner.

  • The Problem: University grading scales vary widely. Ad-filled online calculators fail on custom credits, multi-semester weighting, and forward-looking GPA target forecasting.
  • The Solution: Preloaded with university presets (VTU CBCS, Anna University, Mumbai University, KTU, JNTU, US 4.0) plus a custom scale builder. Includes a Target CGPA What-If planner calculating exact required semester GPAs.
  • Tech Stack: React 18 · TypeScript · Vite · Tailwind CSS · LocalStorage Persistence

Launch GradeForge GradeForge GitHub

View architectural highlights
  • Multi-semester credit-weighted SGPA and cumulative CGPA calculation
  • Target CGPA 'What-If' planner for future semester planning
  • CSV data export, JSON backup, and clean printable transcript renderer
  • 100% offline browser storage with zero account signups
EnvPreflight Cover

Sub-3-second local runtime, service, and environment readiness auditor.

  • The Problem: Developers clone a repository and hit cryptic runtime mismatches, missing .env variables, stopped database daemons, or port collisions.
  • The Solution: Automatically inspects project manifests (.nvmrc, package.json, pyproject.toml, go.mod, docker-compose.yml, .env.example) and generates single-line copyable fixes.
  • Tech Stack: TypeScript · Node.js · pnpm Workspaces · tsup · Vitest · MCP Protocol · VS Code Extension

EnvPreflight GitHub npm package

View architectural highlights
  • Multi-runtime validation for Node.js, Python, Go, and Rust
  • Background daemon checks: Postgres (5432), Redis (6379), MySQL (3306), MongoDB (27017), Docker
  • Strict zero-leakage .env variable key auditor (secret values are never read or logged)
  • Model Context Protocol (MCP) server for Claude Code and Cursor agents
Skillary Cover

The Universal AI Agent Skills Ecosystem — 315 modular agent instructions.

  • The Problem: AI coding agents lack structured, deterministic domain knowledge, resulting in shallow answers and repetitive manual prompting across projects.
  • The Solution: A standardized repository index of 315 agent skills across 12 domain packages compatible with Claude Code, OpenAI Codex, Cursor, and Gemini CLI. Adheres strictly to the Agent Skills Specification.
  • Tech Stack: Markdown Architecture · Agent Skills Spec · Progressive Execution Index · pnpm Workspaces

Explore Skillary Skillary GitHub

View architectural highlights
  • 12 Categorized Domain Packages: Developer, Marketing, Design, Business, Finance, Writing, and more
  • Direct terminal installation via npx skills add poorvith-mp/skills-[category]
  • Built-in multi-sweep anti-AI tell standards and strict execution checklists
  • Seamless interoperability across leading agent frameworks
Crashpack Cover

Everything your bug report needs, in one command. Sub-2-second local diagnostic collector.

  • The Problem: Filing a useful bug report takes 10 minutes of manually gathering logs, git states, package versions, OS info, and env config — developers skip half of it, leaving issues unactionable.
  • The Solution: A zero-config CLI that bundles complete runtime context, sanitizes sensitive secrets with zero network calls, and copies a single markdown report ready to paste into GitHub or AI agents.
  • Tech Stack: TypeScript · Node.js · AST Sanitizer · Vitest · tsup · CLI

Crashpack GitHub npm package

View architectural highlights
  • Zero network calls: completely offline execution with zero telemetry
  • Mandatory redaction pipeline: auto-strips AWS keys, Stripe tokens, private keys, and passwords
  • One-click GitHub Issue pre-fill (npx crashpack --issue)
  • Command wrapper mode (npx crashpack --wrap "command") capturing failed process buffers

🌐 Groundbreaking Open Source Contributions

Upstream core contributions, security hardening, and knowledge graph systems built for the ecosystem.


guillaumemeyer/watermarks-removerCollaborator

  • The Breakthrough: Neutralizes invisible zero-width Unicode tracking vectors (\u200B, \u200C, \u200D, \uFEFF, \u2060) embedded by frontier LLM outputs.
  • Contribution: Hardened the CLI pipeline and designed the AST-level regex sanitizer, transforming experimental code into a production-grade inspection engine with push collaborator access.

PrithvijitBose/Knowledge-AgentContributor

  • The Breakthrough: Hybrid vector-graph retrieval architecture for autonomous local reasoning agents.
  • Contribution: Engineered multi-layer vector graph query pipelines, local embedding index integration, and autonomous reasoning loops for sub-second retrieval without cloud dependencies.

🕸️ graphify

Graphify-Labs/graphifyContributor

  • The Breakthrough: Turns codebases into persistent, queryable knowledge graphs for autonomous AI coding agents.
  • Contribution: Contributed to the core v8 architecture, optimizing god-node detection, multi-file dependency cluster algorithms, and graph query traversal speed.

JuliusBrussee/cavemanContributor

  • The Breakthrough: High-throughput codebase analysis and AST scanning for developer repositories.
  • Contribution: Engineered deep repository scan heuristics and dependency profiling optimizations to eliminate bottlenecks across large monorepos.


📊 GitHub Analytics & Activity

Poorvith's GitHub Activity Graph



Poorvith M P GitHub Contribution Snake



GitHub Streak



🛠️ Technical Arsenal & Core Stack

Layer Technologies
Languages & Runtimes TypeScript JavaScript Python Node.js
Frontend & UI Systems React 19 Tailwind CSS v4 Vite GSAP
Edge & Cryptography Web Crypto API Cloudflare Workers Cloudflare Pages Supabase
AI Agent Ecosystem Model Context Protocol Claude Code OpenAI Codex Antigravity
Tooling & Quality Git GitHub Actions Vitest pnpm

🤝 Connect & Collaborate

Poorvith M P — Profile Card Engineering Collaboration Desk

Email Direct Website LinkedIn X GitHub Repos

Pinned Loading

  1. aiscrubber aiscrubber Public

    Client-side AI privacy scrubber sanitize sensitive data before it reaches any LLM. No servers, no tracking, free forever.

    TypeScript 1

  2. skillary skillary Public

    Hub index for 315 AI agent skills across 12 category repositories. Browse the full skill list and install only the category you need.

    Python 3 1

  3. gradeforge gradeforge Public

    Calculate your SGPA and CGPA in seconds, for any university's grading scale.

    TypeScript

  4. safegen safegen Public

    A secure password generator that never leaves your browser. Zero network calls, zero trust required.

    TypeScript