The thing about things like this is that they're shop jigs. You can buy a crosscut sled if you really want to, but most woodworkers just make their own. It was a different situation 2 years ago, when there was significant cost to building your own harness (but then: you probably weren't doing AI vuln research 2 years ago). Today, I think your best bet is to look at something like this for ideas, and then just ask for…
[flagged]
Anthropic's open-source framework for AI-powered vulnerability discovery
41–50 of 177 posts
Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#42Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#43Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#44Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#45The thing about things like this is that they're shop jigs. You can buy a crosscut sled if you really want to, but most woodworkers just make their own. It was a different situation 2 years ago, when there was significant cost to building your own harness (but then: you probably weren't doing AI vuln research 2 years ago). Today, I think your best bet is to look at something like this for ideas, and then just ask for…
[flagged]
Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#46The thing about things like this is that they're shop jigs. You can buy a crosscut sled if you really want to, but most woodworkers just make their own. It was a different situation 2 years ago, when there was significant cost to building your own harness (but then: you probably weren't doing AI vuln research 2 years ago). Today, I think your best bet is to look at something like this for ideas, and then just ask for…
0: https://redfloatplane.lol/blog/17-why-share/ (and related posts, I guess)
Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#47I wonder how this sort of product is going over at Coverity and others like it. Proper SAST vendors I mean. Is it an existential threat?
Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#48Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#49I wonder how much this thing costs to run. https://github.com/anthropics/defending-code-reference-harne... says: > As a rough guideline, expect ~10K uncached input tokens/min and ~2K output tokens/min per agent. You can scale parallelism up to your account's ITPM limit (roughly 10 agents per 100K ITPM). My guess would be hundreds of dollars with Opus and thousands of dollars with Mythos.
Re: Anthropic's open-source framework for AI-powered vulnerability discovery
#50Earlier quoted context omitted.
It's becoming apparent that it requires more tokens to secure code than it does to write it May even be an order of magnitude more
For now, maybe, yes? But the most important targets of this kind of work aren't AI outputs; it's legacy code, particularly (but not exclusively) old memory-unsafe code. In those situations the figure of merit isn't the token cost of recreating the target code; it's the cost of finding the same bugs with humans or preexisting tools. Those costs can be extremely high.