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!

OpenAI chips could potentially outperform Nvidia?

https://www.bloomberg.com/news/articles/2026-08-25/openai-claims-its-new-chips-can-outperform-nvi...
1•ltononro•2m ago•0 comments

A Mutation Is Making It Easier for Drug-Resistant Malaria to Spread

https://www.wired.com/story/genetic-mutation-drug-resistant-malaria-spread/
1•Brajeshwar•3m ago•0 comments

Show HN: TexLite – A lightweight self-hosted LaTeX workspace

https://github.com/SWUFE-DB-Group/TexLite
2•thisispi•4m ago•0 comments

OpenAI is "80% of the way" to AGI

https://time.com/article/2026/08/26/openai-sam-altman-interview/
2•eyehurtsme•5m ago•2 comments

Running out of runway: migrating Temporal Cloud's billing store to ClickHouse

https://temporal.io/blog/migrating-temporal-clouds-billing-store-to-clickhouse
2•gk1•6m ago•0 comments

Meta Agrees to Fork over $16B Settlement in Landmark Child Safety Case

https://www.mediaite.com/media/news/meta-agrees-to-fork-over-16-billion-settlement-in-landmark-ch...
2•ilamont•6m ago•0 comments

Commercially Available Bike Generators Are Not Sustainable

https://solar.lowtechmagazine.com/2011/05/bike-powered-electricity-generators-are-not-sustainable/
2•baud147258•7m ago•0 comments

Passkeys in Node.js Without Locking Users Out – Whoooop Ltd

https://whoooop.co.uk/blog/passkeys-nodejs
3•cashy•8m ago•0 comments

Nebula Sans

https://www.nebulasans.com
5•GavinAnderegg•8m ago•0 comments

Round Rects Are Everywhere

https://folklore.org/Round_Rects_Are_Everywhere.html
3•romanhn•8m ago•0 comments

Show HN: PairBook – correlation and holdings overlap for +4,700 US stocks/ETFs

https://www.pairbook.io/
3•vincentjouanne•9m ago•0 comments

How we made scalable long-horizon RL environments for Browser Use

https://twitter.com/Alezander9/status/2092613031381656019
3•Alexander9•9m ago•0 comments

WebMCP: Teaching Your Website to Talk to AI Agents

https://sreenathmenon.com/blog/2026-08-04-webmcp-teaching-websites-to-talk-to-ai-agents/
9•sreenathmenon•10m ago•1 comments

Show HN: BumbleTap – Bind a key to any element, or automate the whole sequence

https://bumbletap.com
2•umershahzeb•10m ago•0 comments

Email Verification API

https://github.com/WICG/email-verification
3•carlos-menezes•11m ago•0 comments

AurionMail: E2EE suite (CryptPad/Stalwart) with single-password UX

https://github.com/AurionMail/docs
5•polo46•11m ago•0 comments

Notes on Private Trackers

https://www.jenn.site/notes-on-private-trackers/
3•surprisetalk•11m ago•0 comments

Chinese Hackers Broke into Justice Department, NASA, Federal Reserve, Senate

https://www.reuters.com/world/china/china-sponsored-hacking-platforms-seized-by-us-justice-depart...
4•thisisauserid•12m ago•1 comments

Boost Your WordPress Site with the Fastest APCu Object Cache Available

https://medium.com/@chris.ahrweiler/boost-your-wordpress-site-with-the-fastest-apcu-object-cache-...
2•docjojo•12m ago•0 comments

I had some free time, so I tried to pwn V8

https://blog.himanshuanand.com/2026/08/i-had-some-free-time-so-i-tried-to-pwn-v8/
2•unknownhad•12m ago•0 comments

GLM-5.3-Flash Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/glm-5-3-flash
2•theanonymousone•13m ago•0 comments

Show HN: Splitright – split group expenses without anyone making an account

https://apps.apple.com/us/app/splitright-split-expenses/id6608980374
2•sleipner42•15m ago•0 comments

Beetles AI

https://beetles-ai.streamlit.app/
2•MaryamRashid•16m ago•0 comments

Show HN: Bury.lol – a $2 pixel-art graveyard for things that died

https://bury.lol/
2•alertcubes•17m ago•0 comments

Is it safe to call print in a Python signal handler?

https://iafisher.com/2026/08/sigprint
2•hellerve•18m ago•0 comments

MicroLighter – A zero-dep syntax highlighter

https://davatron5000.github.io/microlighter/
3•ibobev•18m ago•1 comments

Hover Proximity Using Modern CSS

https://blog.master.dev/hover-proximity-using-modern-css/
3•ibobev•20m ago•0 comments

Show HN: Neoswarm – Neovim for controlling AI agents

https://neoswarm.dev/
2•meszmate•20m ago•1 comments

Debugging Ubiquiti's 5G Backup on AT&T

https://www.jeffgeerling.com/blog/2026/unifi-u5g-backup-debugging/
2•Brajeshwar•21m ago•0 comments

An API proxy that trims redundant LLM tokens using AST pruning

https://driftwatchproxy.com/
1•HueBosh•21m ago•0 comments