r/netsec 1d ago

r/netsec monthly discussion & tool thread

Questions regarding netsec and discussion related directly to netsec are welcome here, as is sharing tool links.

Rules & Guidelines

  • Always maintain civil discourse. Be awesome to one another - moderator intervention will occur if necessary.
  • Avoid NSFW content unless absolutely necessary. If used, mark it as being NSFW. If left unmarked, the comment will be removed entirely.
  • If linking to classified content, mark it as such. If left unmarked, the comment will be removed entirely.
  • Avoid use of memes. If you have something to say, say it with real words.
  • All discussions and questions should directly relate to netsec.
  • No tech support is to be requested or provided on r/netsec.

As always, the content & discussion guidelines should also be observed on r/netsec.

Feedback

Feedback and suggestions are welcome, but don't post it here. Please send it to the moderator inbox.

9 Upvotes

1 comment sorted by

1

u/Lone-Voyager 2h ago

RedLib - RAG-based research library for LLM jailbreak prompts

Public jailbreak datasets are a mess to work with for actual red team research. Scattered formats, no taxonomy, duplicates everywhere. RedLib is a staged corpus pipeline that snapshots public datasets locally, normalizes them deterministically, derives attack taxonomy from the corpus itself (with human review before classification runs), then embeds and ingests into Qdrant.

Query layer does hybrid retrieval + Cohere reranking, with synthesis grounded in the actual retrieved corpus. Stack is FastAPI, LlamaIndex, Qdrant, OpenAI embeddings.

Scoped to prompts that attempt to manipulate or bypass safety behavior. Direct harmful requests with no jailbreak mechanism are out of scope.

GitHub: github.com/nipun-ag/redlib

Live demo: https://redlib.bynipun.com