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!

Book Review: Lee Kuan Yew's Memoirs

https://www.astralcodexten.com/p/your-book-review-lee-kuan-yews-memoirs
1•nsoonhui•1m ago•0 comments

NASA's Roman Team Confirms Ground Stations Receiving Data

https://science.nasa.gov/blogs/roman/2026/09/25/nasas-roman-team-confirms-ground-stations-receivi...
2•sohkamyung•2m ago•0 comments

ABIT motherboards, Taiwan, website last updated 20 years ago

https://www.abit.com.tw/page/en/index.php
2•walrus01•4m ago•0 comments

Agentboxd – Email inboxes for AI agents that treat mail as hostile

https://agentboxd.com
1•karamfrederic•4m ago•0 comments

Recreating Jamie Fenton's GORF 2 arcade source code

https://arcadeblogger.com/2026/09/25/resurrecting-midways-ms-gorf/
2•videotopia•7m ago•1 comments

Uncle's frozen Mac says it's infected after viewing a Google ad. Now what?

https://arstechnica.com/security/2026/09/google-ads-caught-delivering-convincing-scareware-ads-to...
2•joozio•10m ago•0 comments

Learned Helplessness and Medium's Stats

https://medium.com/luminasticity/learned-helplessness-and-mediums-stats-63e18926382d
1•bryanrasmussen•15m ago•0 comments

Breaking Up with Google Play: Why Conversations Is Now Free

https://gultsch.de/posts/breaking-up-with-google-play/
2•ezst•16m ago•0 comments

Brightline, a high-speed railway service based in Florida, filed for bankruptcy

1•intrasight•18m ago•1 comments

Bring cybercriminals to justice: CyberCrime Bounty Program

https://www.crimestoppersinternational.org/bounty
2•tigerlily•21m ago•0 comments

Mega Duck

https://en.wikipedia.org/wiki/Mega_Duck
1•tosh•22m ago•0 comments

OpenAI Says Its Models Engaged with US Government Websites in New Disclosure

https://www.securityweek.com/openai-says-its-models-engaged-with-us-government-websites-in-new-mo...
5•pluc•23m ago•1 comments

Reading’s Bayeux Tapestry

https://diamondgeezer.blogspot.com/2026/09/readings-bayeux-tapestry.html
1•zeristor•23m ago•0 comments

ChatGPT Maps

https://chatgpt.com/maps
3•erex78•28m ago•0 comments

How SendCutSend is changing the way we build [video]

https://www.youtube.com/watch?v=WavgGoGk034
2•dgellow•29m ago•0 comments

Show HN: Catescape

https://catescape.dev/
2•MCArth•29m ago•0 comments

Alex Karp: AI Models Are Stealing Your Data and the AI Safety Truth [video]

https://www.youtube.com/watch?v=2YVCdwvG548
3•baranul•30m ago•0 comments

Stalker: Free Browser Fingerprint and Privacy Checker Tool

https://geeksta.net/tools/stalker/
4•yaph•33m ago•0 comments

NIH details $170M biomedical research reproducibility effort

https://www.science.org/content/article/nih-details-170-million-biomedical-research-reproducibili...
2•bookofjoe•33m ago•0 comments

Ares: a cross-platform, open-source, multi-system emulator

https://github.com/ares-emulator/ares
1•tosh•39m ago•0 comments

Some HEP-TH News

https://www.math.columbia.edu/~woit/wordpress/?p=15881
2•jjgreen•40m ago•0 comments

Show HN: CStructSharp – C-struct (de)serialization for C# and JavaScript (WASM)

https://github.com/vvollers/cstructsharp
1•plusmax1•40m ago•0 comments

Show HN: Where in Europe to Survive the Polycrisis

https://om-intelligence.ch/projects/play.html?p=polycrisis#/
5•busssard•45m ago•1 comments

Show HN: Notifications for your own posts on HN

https://www.hazumi.news/top
1•jrhey•46m ago•2 comments

Show HN: Causal analyst agent skill for Claude

https://github.com/kiritbasu/causal-analyst
3•2au_observer•47m ago•0 comments

V2X2MAP: See the Cars Talk

https://v2x2map.com/
2•Eduard•48m ago•0 comments

A Decade of MakeCode

https://makecode.com/blog/10th-anniversary
1•azhenley•53m ago•0 comments

Sandbagged: Hoping to steal Nvidia chips, thieves mistakenly grab 20tons of sand

https://sfstandard.com/2026/09/25/plusai-autonomous-trucking-trailers-stolen-fremont/
3•giuliomagnifico•53m ago•0 comments

This Month in Redox – August 2026

https://www.redox-os.org/news/this-month-260831/
1•joshcsimmons•54m ago•0 comments

12,000-year-old Göbeklitepe burials explain scattered bones

https://archaeologymag.com/2026/09/gobeklitepe-burials-hundreds-of-scattered-bones/
2•yusufaytas•55m ago•0 comments