frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: DeepTeam – Penetration Testing for LLMs

https://github.com/confident-ai/deepteam
3•jeffreyip•1y ago
Hi HN, we’re Jeffrey and Kritin, and we’re building DeepTeam (https://trydeepteam.com), an open-source Python library to scan LLM apps for security vulnerabilities. You can start “penetration testing” by defining a Python callback to your LLM app (e.g. `def model_callback(input: str)`), and DeepTeam will attempt to probe it with prompts designed to elicit unsafe or unintended behavior.

Note that the penetration testing process treats your LLM app as a black-box - which means that DeepTeam will not know whether PII leakage has occurred in a certain tool call or incorporated in the training data of your fine-tuned LLM, but rather just detect that it is present. Internally, we call this process “end-to-end” testing.

Before DeepTeam, we worked on DeepEval, an open-source framework to unit-test LLMs. Some of you might be thinking, well isn’t this kind of similar to unit-testing?

Sort of, but not really. While LLM unit-testing focuses on 1) accurate eval metrics, 2) comprehensive eval datasets, penetration testing focuses on the haphazard simulation of attacks, and the orchestration of it. To users, this was a big and confusing paradigm shift, because it went from “Did this pass?” to “How can this break?”.

So we thought to ourselves, why not just release a new package to orchestrate the simulation of adversarial attacks for this new set of users and teams working specifically on AI safety, and borrow DeepEval’s evals and ecosystem in the process?

Quickstart here: https://www.trydeepteam.com/docs/getting-started#detect-your...

The first thing we did was offer as many attack methods as possible - simple encoding ones like ROT13, leetspeak, to prompt injections, roleplay, and jailbreaking. We then heard folks weren’t happy because the attacks didn’t persist across tests and hence they “lost” their progress every time they tested, and so we added an option to `reuse_simulated_attacks`.

We abstracted everything away to make it as modular as possible - every vulnerability, attack, can be imported in Python as `Bias(type=[“race”])`, `LinearJailbreaking()`, etc. with methods such as `.enhance()` for teams to plug-and-play, build their own test suite, and even to add a few more rounds of attack enhancements to increase the likelihood of breaking your system.

Notably, there are a few limitations. Users might run into compliance errors when attempting to simulate attacks (especially for AzureOpenAI), and so we recommend setting `ignore_errors` to `True` in case that happens. You might also run into bottlenecks where DeepTeam does not cover your custom vulnerability type, and so we shipped a `CustomVulnerability` class as a “catch-all” solution (still in beta).

You might be aware that some packages already exist that do a similar thing, often known as “vulnerability scanning” or “red teaming”. The difference is that DeepTeam is modular, lightweight, and code friendly. Take Nvidia Garak for example, although comprehensive, has so many CLI rules, environments to set up, it is definitely not the easiest to get started, let alone pick the library apart to build your own penetration testing pipeline. In DeepTeam, define a class, wrap it around your own implementations if necessary, and you’re good to go.

We adopted a Apache 2.0 license (for now, and probably in the foreseeable future too), so if you want to get started, `pip install deepteam`, use any LLM for simulation, and you’ll get a full penetration report within 1 minute (assuming you’re running things asynchronously). GitHub: https://github.com/confident-ai/deepteam

Excited to share DeepTeam with everyone here – let us know what you think!

O'Reilly Animal Menagerie

https://www.oreilly.com/animals.csp
1•skogstokig•41s ago•0 comments

Story Lab

https://story-lab.ai/
1•Aftermidn8•3m ago•0 comments

China plans to spend $295B on AI buildout

https://www.bloomberg.com/news/articles/2026-06-09/china-prepares-295-billion-plan-to-fund-nation...
1•loandbehold•3m ago•0 comments

Plane Launch Week Gallery

https://plane.so/launch-week/q2-2026
1•bbor•3m ago•1 comments

Nearly Everyone, Everywhere, Veers Left When Walking

https://www.nytimes.com/2026/06/10/science/humans-walking-veer-left-counterclockwise.html
1•donohoe•6m ago•0 comments

The Device Paradigm [pdf]

https://web.cs.ucdavis.edu/~rogaway/classes/188/spring04/projects/5.pdf
1•burnto•6m ago•0 comments

Fable 5 creates full Swiss lever watch movement in Three.js

https://twitter.com/quanghuynt14/status/2064509430650065278
2•mhb•6m ago•0 comments

Nuts – pip/NPM for Java with first-class workspaces and JDK provisioning (9y+)

https://github.com/thevpc/nuts
1•thevpc•7m ago•0 comments

AI-review: reviewing AI code before it lands

https://www.jackfranklin.co.uk/blog/ai-review-plan/
1•mooreds•7m ago•0 comments

Whole Earth Garden

https://wholegarden.falso.net/
1•gdss•8m ago•0 comments

How to enter side doors: guide to jobs, cold emails, and making yourself legible

https://velvetnoise.substack.com/p/how-to-enter-side-doors
1•nowflux•8m ago•0 comments

Who runs the ransomware group 'The Gentlemen?'

https://krebsonsecurity.com/2026/06/who-runs-the-ransomware-group-the-gentlemen/
2•krebsonsecurity•9m ago•0 comments

T9 Texting Is Back on iPhone

https://apps.apple.com/us/app/t9-keyboard-text-like-its-04/id6765738931
1•ItsMeDavidV•9m ago•0 comments

Ongoing attempt to standardise a DOM Templating API in browsers

https://github.com/justinfagnani/dom-templating-api-proposal
1•llcooliovice•12m ago•0 comments

Show HN: Kctx – A read-only Kubernetes context engine for SREs and AI Agents

https://github.com/lucasepe/kctx
2•lucasepe•14m ago•0 comments

Anthropic's Self Governance Is an Act of Social Violence

https://cezarbabin.com/notes/anthropic-self-governance-is-an-act-of-social-violence.html
1•nibab•14m ago•1 comments

Google Liable for Hallucinations (In Germany)

https://garymarcus.substack.com/p/breaking-google-liable-for-hallucinations
1•PaulDavisThe1st•15m ago•1 comments

The maths behind a leopards spots

https://www.bbcearth.com/news/the-maths-behind-a-leopards-spots
2•marysminefnuf•18m ago•0 comments

Jumping spiders inspire ultra-efficient 3D camera

https://news.northwestern.edu/stories/2026/06/jumping-spiders-inspire-ultra-efficient-3d-camera
1•gmays•20m ago•0 comments

US stock market to stop shrinking for first time in 23 years

https://www.ft.com/content/f7dae4e1-d650-45ab-ac97-043c7a965d24
4•JumpCrisscross•21m ago•0 comments

Ask HN: What are your thoughts on your critical thinking abilities and AI?

2•ciwolex•22m ago•5 comments

Piano Learning App focused on Sight-reading

http://virtuoso.host.eco.br/app/
2•ltouro•22m ago•2 comments

Show HN: LocksBet – a price comparison tool for prediction markets

https://locksbet.com
1•at-w•23m ago•0 comments

What Is It Like to Be a Bat? [pdf]

https://www.sas.upenn.edu/~cavitch/pdf-library/Nagel_Bat.pdf
5•shadow28•24m ago•0 comments

Apple Announces Maps Feature That Could Bring CarPlay to Tesla

https://www.notateslaapp.com/news/4278/could-this-new-apple-feature-finally-bring-carplay-to-tesla
2•dabinat•24m ago•0 comments

The Music Understanding framework [video]

https://developer.apple.com/videos/play/wwdc2026/253/
2•gok•25m ago•0 comments

Show HN: CtxGov – a local claim firewall for AI memory claims

https://ctxgov.github.io/ctxgov/try-in-5-minutes.html
1•LuxBennu•26m ago•0 comments

Beyond Enumerable: For Want of Better Windows

https://baweaver.com/writing/2026/05/31/beyond-enumerable-for-want-of-better-windows/
1•kurinikku•26m ago•0 comments

Breaking the Ice: Analyzing Cold Start Latency in vLLM

https://arxiv.org/abs/2606.07362
2•matt_d•28m ago•0 comments

They Tried to Catch a Predator. They Trapped Themselves Instead

https://www.nytimes.com/2026/06/10/technology/predator-catcher-vitaly-mistake.html
3•_tk_•30m ago•0 comments