┌──(archit㉿kali)-[~]
└─$ whoami
$ cat /etc/passwd | grep archit
archit:x:1337:1337:AI Security Researcher:/home/archit:/bin/zsh$ id
uid=1337(archit) gid=1337(security) groups=1337(security),0(root),31(ai),27(sudo)$ ps aux | grep archit
archit 1337 99.9 -- Building AI Prompt Injection Firewall
archit 1338 80.0 -- Breaking LLMs (ethically)
archit 1339 60.0 -- Drinking coffee, writing Python[*] prompt-guard .............. AI Prompt Injection Firewall
├── language .............. Python
├── dependencies .......... zero (core)
├── detection rate ........ 100% precision on bundled corpus
├── latency ............... ~0.1ms per scan
└── status ................ active | open for contributions
→ github.com/i-archit-gupta/prompt-guard
[+] AI Security ............... Prompt Injection · LLM Red Teaming · Adversarial ML
[+] Cloud ..................... AWS · DigitalOcean · infrastructure that shouldn't be public but is
[+] Languages ................. Python · JavaScript · C++ · Shell
[+] Web ....................... Django · TailwindCSS · MongoDB · MySQL
[+] Tools ..................... Git · Docker · Figma · Linux
tcp 0.0.0.0:443 → linkedin.com/in/archit-gupta-339499198 OPEN
tcp 0.0.0.0:80 → x.com/iarchitX OPEN
tcp 0.0.0.0:22 → i.architgupta07@gmail.com OPEN
tcp 0.0.0.0:8080 → linktr.ee/iarchitgupta OPEN
$ echo "If you've got a crazy idea at the intersection of AI and security — ping me."
If you've got a crazy idea at the intersection of AI and security — ping me.
$ █