4 comments

  • mappu1 hour ago
    The off-the-shelf player in this space (structured red-team search) is probably <a href="https:&#x2F;&#x2F;github.com&#x2F;usestrix&#x2F;strix" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;usestrix&#x2F;strix</a> (no affiliation). But any frontier model, if you tell it &quot;here&#x27;s how the authentication system works, go looking for bugs&quot; will probably do a good job.
    • jhalloran18 minutes ago
      Curious how Strix&#x2F;Shannon&#x2F;Deepteam all stack up against one another
  • atgreen1 hour ago
    VISA open sourced an expense-to-run harness they developed under glasswing, and I used that as the basis of a skill that I&#x27;ve found to be pretty effective with Claude Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;atgreen&#x2F;secscan-skill" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;atgreen&#x2F;secscan-skill</a>
  • joshka1 hour ago
    If I was doing this at scale, I&#x27;d be looking at two features in particular. Cached input tokens - leveraging the LLM&#x27;s token cache to get a 10:1 cost advantage, and batch tokens, 2:1 cost saving.<p>The benefits of doing your own harness here is that you get to explicitly program around those specific things to optimize cost. And they both heavily benefit you in the way that these sorts of jobs work - at least for the hunt side of things.<p>TLDR - context management is pretty important for cost management when you&#x27;re doing something repetitive in bulk.
    • TacticalCoder39 minutes ago
      &gt; The benefits of doing your own harness here is that you get to explicitly program around those specific things to optimize cost.<p>I&#x27;ve toying with <i>pi.dev</i> to do something like that.<p>It&#x27;s nearly as if, in the end, we&#x27;ll still be coding after all.
  • jerf1 hour ago
    This whole vulnerability thing is the first time I&#x27;m really feeling like AI tech is a shakedown more than a value-add to my job. So I have to take multiple different frontier models, burn tokens constantly scanning all my code bases with complicated harnesses that eat tokens by the hundreds of millions, burn tokens cross-checking the cross-checks of the cross-checks in some eight-phase process made out of non-deterministic agents, to feed them into another multi-stage multi-agent pipeline to try to turn them into actionable vulnerabilities, and if I ever stop or slow down this process I can expect to be explaining why I did that in a court case someday.<p>That&#x27;s ridiculous.<p>And yet, presumably, the vulns are real.<p>What are businesses supposed to actually do with this?<p>What happens to the whole AI value proposition when instead of it being a way to pump out lines of code for crazy cheap it becomes a way for each line of code to become vastly <i>more</i> expensive than it was before?<p>I can&#x27;t help but notice that in the section headed &quot;What it costs&quot; the $ symbol is conspicuously absent. I would definitely like to hear a much more concrete number on some sort of per-100k-line basis or something. I know that per-line isn&#x27;t great but at least it would be something.<p>Maybe if the models get a lot better we wouldn&#x27;t need all this cross-checking. And maybe they&#x27;d write fewer vulnerabilities for the other models to laboriously and expensively figure out in the first place.<p>But good gracious does this sound like the AI industry just asking for you to hand the a blank check, because it sure would be a shame if something happened to your code base, wouldn&#x27;t it?<p>I don&#x27;t have a solution to this. This is stricly a <i>cri de coeur</i>.<p>Except maybe to say that if this is going to be the way in the future that it becomes vastly, <i>vastly</i> more important to work out how to write more secure code from the very beginning. We&#x27;ve certainly been trending this way for the last few decades, hand-wringing aside security has gotten a lot better than it used to be, it&#x27;s just the world has gotten more complicated and harsh as well so it doesn&#x27;t always look like it. But it takes over a decade for things like &quot;use parameters in your SQL query instead of concatenation&quot; to go from some crazy guy&#x27;s idea in some obscure open source package somewhere to common practice that can almost be counted on. That loop is going to have to close much faster and there&#x27;s a lot of things that are barely registering on people&#x27;s radars, like, the *at APIs for files (openat, etc.) need to be the default much, much sooner than their current trajectory has them on.
    • elevation54 minutes ago
      &gt; What are businesses supposed to actually do with this?<p>A responsible business should increase an attacker&#x27;s cost above the likely benefit. If your current threat model accepts the risk of a particular attack because &quot;it would be too costly&quot; and this model changes that, then you need to consider mitigating rather than accepting that risk.
    • TZubiri20 minutes ago
      Did you see the article about how security is becoming PoW? Whoever spends more tokens wins