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!

Dario Amodei on Anthropic's Pentagon Spat

https://www.businessinsider.com/dario-amodei-pentagon-free-speech-patriots-american-values-2026-2
1•doener•13s ago•0 comments

Show HN: ColdString – An 8-byte (1-word) SSO string for Rust

https://github.com/tomtomwombat/cold-string
1•tomtomwombat•1m ago•0 comments

Show HN: Potatoverse platform for webapps, SQLite and static binary

https://github.com/blue-monads/potatoverse
3•born-jre•4m ago•0 comments

A Year in Reading, 2025

https://sharedphysics.com/a-year-in-reading-2026/
2•goopthink•5m ago•0 comments

FlyTrap: Attract autonomous drones with an adversarial umbrella

https://arxiv.org/abs/2509.20362
1•fainpul•6m ago•1 comments

Drop the Backpack: What $900/Day in AI Costs Taught Us About MCP

https://www.apiphani.io/whitepapers/drop-the-backpack-what-900-day-in-ai-costs-taught-us-about-mcp/
1•sonabinu•10m ago•0 comments

Psychology: Who dont maintain many close friends, learned independence too early

https://www.bolde.com/psychology-says-people-who-dont-maintain-many-close-friends-often-learned-i...
8•gurjeet•12m ago•3 comments

Show HN: Free AI Tools – Email Writer, LinkedIn Posts, Code Review

https://crazeemedia.app.n8n.cloud/webhook/ai-tools
1•armanidev•13m ago•1 comments

Little Free Library Books

https://littlefreelibrary.org/
1•TigerUniversity•15m ago•0 comments

TSArena – Independent blind pairwise testing for AI safety

https://tsarena.ai/
1•solosevn•16m ago•1 comments

Russia's war erasing Kostiantynivka's Soviet era mosaics

https://kyivindependent.com/russias-war-is-erasing-kostiantynivkas-soviet-era-mosaics-this-is-why...
2•markvdb•17m ago•0 comments

WebMCP is available for early preview

https://developer.chrome.com/blog/webmcp-epp
2•andsoitis•19m ago•1 comments

Using AI-driven simulations to identify rules for an ancient board game

https://www.cambridge.org/core/journals/antiquity/article/ludus-coriovalli-using-artificial-intel...
1•geox•29m ago•0 comments

Why CUE for Configuration (2024)

https://holos.run/blog/why-cue-for-configuration/
2•teleforce•33m ago•0 comments

Waymo blocking ambulance during deadly Austin shooting

https://www.mysanantonio.com/news/austin/article/waymo-austin-shooting-21948947.php
14•clydethefrog•34m ago•2 comments

Show HN: Agentchattr – local chat room for Claude Code / Codex / Gemini CLI

https://github.com/bcurts/agentchattr
2•bcurts•35m ago•0 comments

The Corvo Cult (2014)

http://wormwoodiana.blogspot.com/2014/12/the-corvo-cult-by-robert-scoble.html
1•simonebrunozzi•36m ago•0 comments

Creating a Lua sandbox for my LLM tool

https://caioaao.dev/blog/lua-sandboxing-repl/
1•caioaao•36m ago•0 comments

Big Breakfast Alters Appetite, Gut Health

https://www.cambridge.org/core/journals/british-journal-of-nutrition/article/big-breakfast-diet-c...
16•wjb3•37m ago•3 comments

Show HN: Good Til – Track warranties, scan receipts with AI, get claim letters

1•jelvibe25•37m ago•0 comments

I guess we're doing Moon factories now

https://caseyhandmer.wordpress.com/2026/02/10/i-guess-were-doing-moon-factories-now/
3•rmason•40m ago•2 comments

South Korean Police Lose Seized Crypto by Posting Password Online

https://gizmodo.com/south-korean-police-lose-seized-crypto-by-posting-password-online-2000728191
12•WarOnPrivacy•40m ago•1 comments

Show HN: LocalRAG – Ask AI about your own documents (iOS/Android)

https://localrag.app
2•snakaya•42m ago•0 comments

CUE is an exciting configuration language

https://bitfieldconsulting.com/posts/cuelang-exciting
2•teleforce•43m ago•0 comments

Working with memories can reduce fear of failure

https://medicalxpress.com/news/2026-02-memories-failure.html
9•1659447091•44m ago•0 comments

Reverse-Engineering the Wetware: Spiking Networks and the End of Matrix Math

https://metaduck.com/reverse-engineering-the-wetware-spiking-networks-td-errors-and-the-end-of-ma...
2•pgte•45m ago•0 comments

You Don't Have To

https://www.scottsmitelli.com/articles/you-dont-have-to/
3•marginalia_nu•46m ago•0 comments

WebMCP: Chrome 146 turns websites into AI agent tools

https://zeitraum.blog/en/post/019cab4c-a9f6-778f-be9a-d5833a972f41
3•gurkenkoenig•47m ago•1 comments

Medallion Architecture: Lessons from the Hard Way

https://medium.com/@parade4940/medallion-architecture-what-it-will-teach-you-the-hard-way-unless-...
2•Unviable3378•50m ago•0 comments

The World of Dreampolitik

https://novum.substack.com/p/the-world-of-dreampolitik
2•paulpauper•53m ago•0 comments