Tagged
#RAG
2 posts
Technical · 9 min
I Pentested My Own Ask Bot
I put the 'Ask Me' bot on this site through a real security pass — prompt injection, jailbreaks, input fuzzing, and an automated LLM scanner from a Kali box. Here's what held, what surprised me, and the one latent bug I found.
Read Technical · 8 min
How the "Ask Me" Bot on This Site Actually Works
A small RAG-style assistant that answers questions about me, built with no vector database, no framework, and a model bill measured in cents — here's the whole architecture, and the guardrails that keep a public endpoint from spending my money.
Read