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!

Quick Map Tools

https://www.quickmaptools.com
1•dango2506•1m ago•1 comments

Geo Hound

https://www.geohound.app/
1•dango2506•2m ago•1 comments

What Happened to HackerOne?

https://blog.teknogeek.io/posts/what-happened-to-hackerone/
2•hipparchus•4m ago•0 comments

DeepSeekV4SSD: DeepSeek-V4-Flash-0731 on an M-series Mac

https://github.com/yanun0323/deepseek_ssd
2•JKCalhoun•4m ago•0 comments

Hundreds rally at site where Haitians required to check-in, get monitors

https://www.springfieldnewssun.com/local/hundreds-rally-at-site-where-haitians-required-to-check-...
1•petethomas•5m ago•0 comments

What are they building at the frontier?

https://ironheartsystems.com/
1•dullpebble•8m ago•0 comments

Why.com Launches as Side Project

https://www.reddit.com/r/SideProject/comments/1vjqjoz/just_launched_whycom/
1•jawns•11m ago•1 comments

A Memory Design for Local SLM

https://linuxrebel.github.io/rastro-real/
1•linuxrebe1•12m ago•1 comments

Taylor Farms recalls salsa and guacamole over salmonella risk

https://www.cnbc.com/2026/08/09/taylor-farms-recalls-salsa-and-guacamole-over-salmonella-risk.html
1•cramer4next•13m ago•0 comments

Computers Are Just a Tool

1•DesaiAshu•18m ago•0 comments

Neovim Colorscheme: Luna.nvim

https://github.com/WTFox/luna.nvim
1•wtfox•18m ago•0 comments

Show HN: Ask your coding agent to subtitle, translate, and clip video (FFmpeg)

https://github.com/perso-ai/perso-dubbing-plugin
2•remyships•24m ago•0 comments

3 in 4 European businesses fear their US tech provider could cut them off

https://proton.me/business/blog/business-continuity-survey
4•billybuckwheat•25m ago•1 comments

Neutrinos from Deep Inside Earth Provide a New Picture of the Mantle

https://www.quantamagazine.org/neutrinos-from-deep-inside-earth-provide-a-new-picture-of-the-mant...
2•pseudolus•28m ago•0 comments

Multi-Agent Coach Adversarial Eval. Passed Designed Traps and Basics Failed

https://i.brandanthonymcdonald.com/multi-agent-eval-teardown
1•aweful•28m ago•0 comments

Shimg: AppImage Shell Script

https://github.com/mgord9518/shappimage
1•jcbhmr•34m ago•0 comments

Stream PS Plus Games to Steam Deck

https://www.eurogamer.net/steam-deck-ps5-streaming-app-asobi
1•slowhadoken•35m ago•0 comments

Why the Kaggle API Gave Me the Wrong Private Leaderboard

https://medium.com/@alanscottencinas/why-the-kaggle-api-gave-me-the-wrong-private-leaderboard-d2e...
1•encinas88•37m ago•0 comments

A Drone 'Hellscape' Might Stop a Chinese Invasion of Taiwan

https://www.nytimes.com/2026/08/09/world/asia/taiwan-drone-china-invasion.html
1•mikhael•38m ago•1 comments

A Generation on Antidepressants Searches for the Exit

https://www.nytimes.com/2026/08/07/opinion/antidepressants-ssris-side-effects-drugs-maha.html
1•cwwc•40m ago•0 comments

Tearable UI

https://pushmatrix.github.io/tearable/
2•yen223•46m ago•1 comments

Avoid "Eatslop"

https://soups.vercel.app/articles/avoid-eatslop.html
1•convolutedsoup•48m ago•0 comments

Quantum advantage for simulating Floquet dynamics

https://arxiv.org/abs/2607.24937
1•nsoonhui•59m ago•0 comments

Show HN: CtxRay – see and lock what Codex loads before a task

https://github.com/FramY2/ctxray
1•framy2•1h ago•0 comments

China became the great oil power

https://www.economist.com/finance-and-economics/2026/08/09/how-china-became-the-worlds-great-oil-...
3•toomuchtodo•1h ago•1 comments

MatrAIx: Simulating the World with 8.3B Persona Agents

https://arxiv.org/abs/2608.04205
1•birriel•1h ago•1 comments

Show HN: SynapsCLI – lightweight agent runtime in Rust, control an agent swarm

https://github.com/HaseebKhalid1507/SynapsCLI
2•0x04am•1h ago•0 comments

LLMs Get Lost in Evolving User Intent

https://arxiv.org/abs/2607.20734
2•Anon84•1h ago•0 comments

How We Pushed CDC into Postgres

https://www.snowflake.com/en/blog/engineering/postgres-to-snowflake-replication-mirroring/
22•craigkerstiens•1h ago•0 comments

Blender MCP maintainer GitHub account hacked

https://twitter.com/sidahuj/status/2086445625147793503
7•babuskov•1h ago•1 comments