Show HN: A minimal TS library that generates prompt injection attacks

12 yaoke259 4 8/29/2025, 1:00:49 PM prompt-injector.blueprintlab.io ↗
I made an open source, MIT license Typescript library based on some of the latest research that generates prompt injection attacks. It is a super minimal/lightweight and designed to be super easy to use.

Keen to hear your thoughts and please be responsible and only pen test systems where you have permission to pen test!

Comments (4)

mkesper · 8m ago
The meat seems to be in https://github.com/BlueprintLabIO/prompt-injector/tree/main/..., the generation could be done without any UI but then it probably would not look so flashy.
sippeangelo · 54m ago
Was the whole lib and website vibe coded? I can't find any instructions on how to use it, the repo is for the website itself and the readme is AI blurb that doesn't make me any wiser.

  // Test your AI system
  const results = await injector.runTests(yourAISystem);
???

Even the "prompt-injector" NPM package is something completely different. Does this project even exist?

HKayn · 12m ago
The project appears to be located inside the repo of the website: https://github.com/BlueprintLabIO/prompt-injector/tree/main/...
HKayn · 9m ago
Why did you use something as heavy as SvelteKit for a website with a single page? This doesn't inspire confidence.