frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: DeepTeam – Penetration Testing for LLMs

https://github.com/confident-ai/deepteam
3•jeffreyip•9mo 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!

Agentic Engineering Anti Patterns

https://simonwillison.net/guides/agentic-engineering-patterns/anti-patterns/
1•pchristensen•2m ago•0 comments

Show HN: Magpie – Fight AI sycophancy in code review with multi-model debate

https://github.com/liliu-z/magpie
1•leo_e•3m ago•0 comments

Terminal Graphics Protocol

https://sw.kovidgoyal.net/kitty/graphics-protocol/
1•vinhnx•4m ago•0 comments

LLM Prose Tells

https://git.eeqj.de/sneak/prompts/src/branch/main/prompts/LLM_PROSE_TELLS.md
1•dougb5•5m ago•0 comments

Biosciences breeds controversy while trying to revive mammoths

https://www.npr.org/2026/03/04/nx-s1-5704318/colossal-woolly-mammoth-dire-wolf
1•andsoitis•5m ago•0 comments

Las Vegas hotels begin taking foreign currency as tourism woes deepen

https://www.sfgate.com/travel/article/vegas-foreign-currency-21955655.php
2•c420•10m ago•0 comments

Building Claude Code with Boris Cherny

https://newsletter.pragmaticengineer.com/p/building-claude-code-with-boris-cherny
1•vinhnx•14m ago•0 comments

Async Dags in Bash

https://blog.howardjohn.info/posts/bash-dag/
1•ingve•15m ago•0 comments

Haida Salmon Restoration Corporation

https://en.wikipedia.org/wiki/Haida_Salmon_Restoration_Corporation
1•koverda•16m ago•1 comments

Harness engineering: leveraging Codex in an agent-first world

https://openai.com/index/harness-engineering/
1•ianrahman•22m ago•0 comments

Max Schwarzer is leaving OpenAI for Anthropic

https://twitter.com/max_a_schwarzer/status/2028939154944585989
1•tiahura•24m ago•0 comments

Tabular Foundation Models Still Need One Thing: Multi-Table Aggregation

https://wesmadrigal.github.io/GraphReduce/tutorial_auto_feature_engineering/
1•madman2890•29m ago•1 comments

AI perspective from a former Block DevRel

https://blog.moot.dev/chasing-the-ai-high-clay-kilns-and-the-red-queens-race/
2•karlhughes•29m ago•0 comments

Regulator contacts Meta over workers watching intimate AI glasses videos

https://www.bbc.com/news/articles/c0q33nvj0qpo
1•csomar•30m ago•1 comments

Show HN: PostgreSQL for AI – A book on pgvector, RAG, and in-database ML

https://book.zeybek.dev/
1•zeybek•31m ago•1 comments

TurboCast – Turn YouTube videos and articles into AI podcasts

https://turbocast.net/
1•Jasonleo•32m ago•0 comments

More kids, teens injured in e-bike wrecks, study finds

https://medicalxpress.com/news/2026-03-kids-teens-bike.html
2•WaitWaitWha•35m ago•0 comments

Coasty.ai Is Generally Available

1•PrateekJ17•35m ago•0 comments

Hello Developer: March 2026

https://developer.apple.com/news/?id=zmqipz05
2•surprisetalk•39m ago•0 comments

Iran War, Taiwanese Chips, and a Blueprint for Species Survival

https://talking-about-ai.com/the-morning-everything-connected.html
1•planobilly•39m ago•0 comments

Maybe There's a Pattern Here?

https://dynomight.net/pattern/
1•surprisetalk•40m ago•0 comments

What Python's asyncio primitives get wrong about shared state

https://www.inngest.com/blog/no-lost-updates-python-asyncio
4•goodoldneon•42m ago•4 comments

Manipulating AI memory for profit: The rise of AI Recommendation Poisoning

https://www.microsoft.com/en-us/security/blog/2026/02/10/ai-recommendation-poisoning/
1•WaitWaitWha•42m ago•0 comments

JWST reveals extreme temperature shifts in Jupiter's auroral footprints

https://phys.org/news/2026-03-jwst-reveals-secrets-jupiter-northern.html
1•epicprogrammer•42m ago•1 comments

An Evolved Antenna for Deployment on NASA's Space Technology 5 Mission [pdf]

https://www.genetic-programming.org/gecco2004hc/lohn-paper.pdf
1•boltzmann-brain•45m ago•0 comments

Show HN: Extracted tech from 5.6M sites (plus versions) and made some dashboards

https://versiondb.io/technology/php/
1•_chse_•47m ago•0 comments

AI Coding Startup Cursor Hits $2B Annual Sales Rate

https://www.bloomberg.com/news/articles/2026-03-02/cursor-recurring-revenue-doubles-in-three-mont...
3•gmays•48m ago•0 comments

Hybrid Images: Principles and Implementation

https://tigercosmos.xyz/en/post/2020/04/cv/hybrid-image/
1•thunderbong•49m ago•0 comments

Show HN: A Combinator – A parody YC for AI agents ("Make something agents want")

https://fireflysentinel.github.io/a-combinator/
3•firef1y1203•53m ago•1 comments

Show HN: Open dataset of real-world LLM performance on Apple Silicon

https://devpadapp.com/anubis-oss.html
1•uncSoft•54m ago•1 comments