Codex Security

(github.com)

567 points by bakigul18 hours ago

53 comments

  • dangelosaurus17 hours ago
    Hey HN, Michael here, co-founder of Promptfoo and one of the people working on the Codex Security CLI at OpenAI.<p>Thanks for checking this out and for flagging the auth issues. We just open-sourced it, and there&#x27;s still plenty for us to improve. Expect the product to evolve quickly.<p>If you try it, I&#x27;d really appreciate hearing what works well and what you think we should improve. Happy to answer questions here.<p>CLI docs: <a href="https:&#x2F;&#x2F;learn.chatgpt.com&#x2F;docs&#x2F;security&#x2F;cli" rel="nofollow">https:&#x2F;&#x2F;learn.chatgpt.com&#x2F;docs&#x2F;security&#x2F;cli</a><p>EDIT: If you&#x27;d like to help make this better, we&#x27;re hiring: <a href="https:&#x2F;&#x2F;openai.com&#x2F;careers&#x2F;full-stack-software-engineer-cybersecurity-products-san-francisco&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;careers&#x2F;full-stack-software-engineer-cybe...</a>
    • _the_inflator1 hour ago
      Off topic: Just some thx and kudos to you guys. I used Promptpoo at the beginning of the year - it was exactly, what I needed, very much still a niche thing hardly anyone was using.<p>I totally missed the acquisition - but well deserved. I am currently re-evaluating PF again for my upcoming project, and happy to see that it is more than simply thriving.
      • MattRix30 minutes ago
        unfortunate typo lol
    • orangelimesoda16 hours ago
      &gt; Have experience shipping production full-stack products across modern web frontends and backend services.<p>I&#x27;m amazed that the requirements are so low (or at least this vague) for jobs at companies like these.<p>Has anyone else had the experience of going to an interview and feeling like you were <i>never asked any qualifying questions?</i><p>All the questions were easy, your answers were straightforward, you &quot;got them right&quot;, but then were not chosen?<p>I find on the other side, they&#x27;re also left with dozens of people who &quot;passed&quot; and then it comes down to a pretty arbitrary decision on who gets hired (if we are talking external, no referral, etc.)<p>I wonder if they can make job descriptions <i>highly</i> specific to filter the shortlist faster and more effectively (to actually get a shortlist).<p>Anyway end rant. Cool job, hope you fill it.
      • J_Shelby_J10 hours ago
        I interviewed with them and had a great experience despite it ultimately not being a good fit due to communication issues and a bad flu coming on in the final interview - they, and Michael especially, was very kind and understanding.
      • jameshart15 hours ago
        This sounds like it’s just an app development role, not a security analysis position, so I’m not sure what your complaint is.
        • orangelimesoda12 hours ago
          &gt; just an app development role<p>Maybe this is part of the problem
        • solid_fuel13 hours ago
          Professional app development requires an understanding of security.
          • corndoge13 hours ago
            I think the evidence contradicts you at this point
            • bostik9 hours ago
              That&#x27;s quite an indictment of the common app development practices. (Not that I disagree with your point...)<p>And security <i>is</i> hard. Because it is by definition off the happy path, it is quite often at odds with MVPs and rapid release cycles. Then you add all the ways the users can use your product to attack&#x2F;abuse others.<p>Any non-hobbyist app development does indeed require at least a decent understanding of security.
            • orangelimesoda11 hours ago
              So you don&#x27;t need to know anything about credit cards for someone to enter it into an app? I don&#x27;t get the take (is it bad sarcasm?)
              • devmor11 hours ago
                To be fair, for the vast majority of cases, no you don&#x27;t.<p>It is extremely rare for companies to roll their own payment processing anymore, or even handle PCI scope at all.
                • orangelimesoda11 hours ago
                  Credit card entry, I think you should know a few basics like don&#x27;t put it in MongoDB?? Or nah? It&#x27;s just like any other user data?<p>How about a background check - can anyone take a user-entered DL and randomly Google stuff to see what they find?<p>Can I store your SSN in plain text in a text file? Why not?<p>The user had to upload their ID for IDV but I use Vercel. I guess I have to put it on S3. What should the bucket policy be for all these driver&#x27;s license photos - there are so many???
                  • lmm7 hours ago
                    &gt; Credit card entry, I think you should know a few basics like don&#x27;t put it in MongoDB?? Or nah? It&#x27;s just like any other user data?<p>&gt; How about a background check - can anyone take a user-entered DL and randomly Google stuff to see what they find?<p>&gt; Can I store your SSN in plain text in a text file? Why not?<p>You wouldn&#x27;t be touching any of those unless you work for a handful of providers where that&#x27;s their whole business. Usually you add the dependency, use their widget, and that&#x27;s it.
                  • devmor11 hours ago
                    &gt; Credit card entry<p>If you&#x27;re handling credit card numbers yourself, you&#x27;re in a shrinking subset of developer roles. I&#x27;ve spent the last 7 years of my career working at payment processors, so I <i>do</i> handle that stuff, but the majority of my industry has built an infrastructure that makes it so most developers don&#x27;t have to think about that.<p>To your other examples, not everyone on the team needs to know these things up front. <i>Someone</i> in the review process does, and eventually that knowledge gets disseminated and more people know it to carry it forward in their career.
              • oenton11 hours ago
                To your last question about bucket policies, clearly you just need to scope it down: <i>arn:aws:sts::*:assumed-role&#x2F;trustme*&#x2F;*</i><p>(indeed that first wildcard means any account)
      • customguy12 hours ago
        Not having clear, objective criteria enables arbitrary decisions (not against OP, I mean in general.. and <i>in general</i> I dislike this pattern a lot). On the extreme other end of the spectrum would be 100% objective criteria, and companies being forced to pick a random applicant that matches them. If they want only the best, they have to have high expectations, but be able to actually define them. You say &quot;cultural fit&quot;, I say &quot;corruption&quot;, let&#x27;s blow this whole joint.
        • eru12 hours ago
          &gt; You say &quot;cultural fit&quot;, I say &quot;corruption&quot;, let&#x27;s blow this whole joint.<p>It&#x27;s not necessarily corruption. If there&#x27;s no conflict between principal and agent, it&#x27;s fine.<p>Just like when I sent my butler to go and buy a bottle of wine, he can make arbitrary choices, but that doesn&#x27;t mean he&#x27;s corrupt or going against my wishes. I trust his judgement, and since it&#x27;s a repeated game our incentives are aligned.
          • marcosdumay26 minutes ago
            If the company got any investment, than the principal has no interest in &quot;cultural fit&quot; and it&#x27;s always corruption.
        • sneak11 hours ago
          It’s not corruption to simply hire the people you subjectively feel a preference for working for, instead of objective criteria. It’s not public tax funds that fuel salaries, it’s your own money. You get to spend it how you like.<p>Yes, many jurisdictions have outlawed arbitrary discrimination <i>against protected classes</i> (eg race), which is an entirely different matter, and not what we are discussing here.
          • customguy7 hours ago
            Yeah, and it&#x27;s not necessarily mobbing to only tell people you really like about your party. But where it occurs, people never admit it to themselves and justify it in such a way, so that justification is meaningless. All wars of aggression are called a defensive emergency measure. Hundreds and thousands and rarely would anyone say &quot;we&#x27;ll take this because we can and you&#x27;re helpless&quot;. No matter how glaringly obvious it is, it&#x27;s never admitted.<p>In the same way, I can acccept &quot;cultural fit&quot; as a summary of things a person can describe, sure. But I think more often than not it&#x27;s just a thought-terminating cliché. It can also just mean &quot;I cannot verbalize my reasons and&#x2F;or don&#x27;t want to admit to them&quot;.<p>You can say if something fits only if you either can describe both sides in sufficient detail and where it wouldn&#x27;t fit, e.g. a plug and a socket. But if it&#x27;s dark, you barely see anything, and just have a &quot;hunch&quot;, then &quot;fit&quot; doesn&#x27;t even apply. It&#x27;s like telling someone you won&#x27;t let them through a door because they wouldn&#x27;t &quot;fit&quot; anyway -- okay, so let them try, if they <i>actually</i> won&#x27;t fit you don&#x27;t need to read tea leaves and gate keep based on that.<p>Preferring to go with a more safe and familiar and obvious candidate, fine. But don&#x27;t pretend it&#x27;s because the others won&#x27;t &quot;fit&quot;.<p>Culture, in so far as it deserves the name, shapes the people exposed to or in it, as well as the other way around. E.g. if only people who fit the culture can work at a company, no company can exist in the first place, because for there to be a culture there need to be people there. So that leaves setting the culture in stone after it grew to a certain size, and only looking for more of the same, which also isn&#x27;t great, but at least still honest.<p>If a culture is so brittle it cannot integrate people who aren&#x27;t already a product of it, that may be a legitimate choice of the company, but my assessment to find that lame is also valid.<p>I feel the same way about immigration troubles, tangentially. We moan because people we don&#x27;t actively try to get to know don&#x27;t care for our rules which we don&#x27;t enforce in a confident, but respectful manner. We basically require sterile, bland input because we have no immune system worth speaking of and no way to process and refine what comes in.
            • jonahx6 hours ago
              I agree the phrase &quot;culture fit&quot; is weasel-wordy, but...<p>&gt; You can say if something fits only if you either can describe both sides in sufficient detail and where it wouldn&#x27;t fit<p>Many human dynamics, including sexual attraction, love, and even just who will be fun or easy to work with, are dynamics we don&#x27;t fully understand, and cannot fully specify. In all these cases &quot;I&#x27;ll know when it see it&quot; is perfectly reasonable, and need not be hiding an untoward motive. Which is not say, ofc, that it <i>can&#x27;t</i> be hiding such a motive. That happens too.
        • petesergeant6 hours ago
          All fair points and I guess I would dislike it more if it hadn’t benefitted me more. In general, if I can get face-to-face with a human then I have a huge advantage, and any barriers to getting to that point are a net negative to me.<p>At the start of my career I was under-credentialed, and had to rely on lax requirements to get myself in front of people. I might never have gotten anywhere if my first few employers hadn’t been willing to overlook a lack of degree or commercial (rather than open-source) experience, directly as a result of a funnel with a wide entrance.
      • gbalduzzi8 hours ago
        It depends whether your goal is to hire for specific knowledge (hence specific questions) or for overall mindset and abilities (hence broader questions where you are able to extract the way a person thinks)
      • pertymcpert15 hours ago
        If you didn&#x27;t already know, jobs at highly competitive companies tend to have vague job requirements because they expect to be able to apply your raw intelligence to changing demands quickly. There&#x27;s no point being hyper-specific about the exact software packages because that&#x27;s not what they want. What they want is someone who, after talking to an interviewer for 30 minutes, leaves them with the thought &quot;Wow, this person can do anything we need of them. They can probably tell us what we need too and take ownership of large projects. Hire!&quot;
        • swat53552 minutes ago
          &gt; raw intelligence<p>I&#x27;m not sure how this would apply. Are you implying that if the company operates on Python, you can hire someone with great &quot;raw intelligence&quot; who have only developed C++ all their life, and they can start contributing on day 1?<p>You need to clearly list what the position entails, otherwise you&#x27;re wasting time.
        • moscoe14 hours ago
          Agree. Being smart, competent, and high in conscientiousness is more important than any highly specific “qualification”. It’s not about checking a bunch of boxes. If you have a track record of getting shit done, you’ll have something to contribute.
        • orangelimesoda11 hours ago
          &gt; There&#x27;s no point being hyper-specific about the exact software packages because that&#x27;s not what they want<p>Okay. This makes it sound like they&#x27;re <i>more</i> sophisticated but it seems more like they are less sophisticated, less specific, and a lot more vague in the job descriptions they themselves create.<p>If you look at any technical role, game dev or something where people are building important things at scale - there are <i>a lot</i> of specifics. Libraries, methodologies, where if you didn&#x27;t know them you are nowhere near a fit.<p>I&#x27;m just wondering. It&#x27;s OpenAI. Surely there is some domain-specific <i>something</i> beyond <i>&quot;has experience shipping front-end and back-end services&quot;</i> since that includes basically everyone.<p>It makes this job look like a Starbucks role.
          • devmor11 hours ago
            I see where you&#x27;re coming from, but as someone who regularly interviews engineers, I don&#x27;t care about specific tech stacks when evaluating a candidate very much either. I can only think of two positions I&#x27;ve worked in where such a thing really mattered.<p>A good engineer can adapt and catch up without a lot of lead time. For a contractor, I&#x27;d be much more specific - but for someone who&#x27;s going to join my team? I&#x27;m looking for a candidate that can demonstrate their problem solving ability, creative thinking and communication skills.<p>Other than having some kind of experience in the general domain we work in, those &quot;soft skills&quot; are far harder to find than specific tech experience.
            • a34729t1 hour ago
              Yeah, no. If you are digging deep into database internals, query optimization and schema design, it helps to have someone with some experience in the domain. Otherwise your team will spend a few years learning from first principles.
            • rustystump11 hours ago
              This is insane to me.<p>Not every engineering job is entry level or as simple as most fullstack crud. Deeper into industry you find highly specific well defined positions for a given domain. Soft skills matter more the higher the ladder but id take a killer senior who can be difficult over a team of mediocre staff engineers.
            • berrylimetea11 hours ago
              [dead]
        • _superposition_13 hours ago
          This. Being too specific on the stack requirements is a red flag imo.
      • hacket0412 hours ago
        I agree, I recently interviewed at Synthiolabs, and they asked me two questions: one about RAG and two about graph RAG. They rejected me even though I answered correctly, and the interviewer was also a college kid.
    • vladoh16 hours ago
      This looks great, thanks for open-sourcing it!<p>How does it deal with the current guardrails 5.6 Sol has on finding vulnerabilities? When I use it in the Codex app it would sometimes say it found a vulnerability, but it cannot tell me what it is.
      • dangelosaurus15 hours ago
        Thanks! You&#x27;ve run into a real limitation: the CLI doesn&#x27;t bypass the model&#x27;s cybersecurity guardrails. If GPT-5.6 Sol finds a vulnerability but refuses to explain it, switching from the Codex app to the CLI won&#x27;t automatically fix that.<p>For authorized defensive work, Trusted Access for Cyber (TAC1&#x2F;Daybreak) can reduce refusals depending on the model and the account or organization where access is provisioned. It isn&#x27;t a blanket bypass.<p>If you&#x27;re an open-source maintainer, you can apply for conditional Codex Security access here:<p><a href="https:&#x2F;&#x2F;openai.com&#x2F;form&#x2F;codex-for-oss&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;form&#x2F;codex-for-oss&#x2F;</a><p>For enterprise teams, the public Daybreak onboarding guide is here:<p><a href="https:&#x2F;&#x2F;help.openai.com&#x2F;en&#x2F;articles&#x2F;20001261-enterprise-daybreak-onboarding" rel="nofollow">https:&#x2F;&#x2F;help.openai.com&#x2F;en&#x2F;articles&#x2F;20001261-enterprise-dayb...</a><p>If you have an example of &quot;found a vulnerability but won&#x27;t tell me what it is,&quot; I&#x27;d love to take a look too. You can send it to use with &#x2F;feedback (or message me).
        • theplumber12 hours ago
          &gt;&gt; For authorized defensive work, Trusted Access for Cyber (TAC1&#x2F;Daybreak) can reduce refusals<p>Or perhaps a better option is to use something like Kimi K3 and cancel the GPT subscription altogether.
          • Culonavirus9 hours ago
            Or try Grok, 4.5 seems pretty capable, should be close to K3 in many coding tasks. I use it for code review of what other &quot;stronger&quot; models shit out (like Sol) and it constantly finds even pretty big bugs or just not robust enough solutions (Sol tends to overengineer, yes, but I&#x27;m not so sure it overengineers the right parts, so far my experience woth it has been mid. Except it understanding my drawings and collages and it being capable of far better frontend&#x2F;design dev than 5.4 or even 5.5 was).
          • matheusmoreira4 hours ago
            Sounds like that&#x27;s the <i>only</i> solution. I&#x27;m so sick of this safety nonsense I was going to switch from Anthropic to OpenAI because of it. I&#x27;m so disappointed to see it&#x27;s just more of the same.<p>Model finds a vulnerability in your code but &quot;refuses&quot; to tell you. Words can hardly express the sheer absurdity of it.
            • theplumber1 hour ago
              It’s like they want to squeeze more money from you with the cyber crap…reminds me of all the DRM stuff around music distribution…
        • egorfine6 hours ago
          &gt; GPT-5.6 Sol finds a vulnerability but refuses to explain it<p>I think it would be a good practice to refund the session cost in that case. Otherwise a customer just spent some money in order to get exactly nothing.
        • chrisbra805 hours ago
          &gt; If you&#x27;re an open-source maintainer, you can apply for conditional Codex Security access here:<p>&gt; <a href="https:&#x2F;&#x2F;openai.com&#x2F;form&#x2F;codex-for-oss&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;form&#x2F;codex-for-oss&#x2F;</a><p>Hey, Lead maintainer of vim here. Applied twice already never heard anything back. This is a frustrating experience!
    • Quai16 hours ago
      I tried it, it started a scan but stopped after hitting the rate-limit of my account. It gave up after just a minute of retrying (rate limits are tokens per minute, so... :P).<p>It said &quot;Partial output was kept at &lt;...&gt;&quot;, but I dont see a obvious way of picking it up in a new scan? (The failed run cost me ~$13)
      • dangelosaurus15 hours ago
        Yeah, you&#x27;re right. A per-minute rate limit shouldn&#x27;t kill a scan after a minute, and &quot;partial output was kept&quot; makes it sound like you can pick up where you left off. You can&#x27;t yet, unfortunately. --max-cost can limit estimated spend, but we still need proper retries and resume. Sorry you spent $13 finding that out. Please send me an email and I&#x27;ll help make it right.
    • strictnein17 hours ago
      Does it require hitting OpenAI&#x27;s APIs or can one also stand up a local OpenAI compatible LLM endpoint?
      • dangelosaurus17 hours ago
        We are actively working on officially supporting this. Because it&#x27;s open source it is pretty easy to point a coding agent at it now and switch out the model.
        • ignoramous16 hours ago
          Exciting! Is there any open GitHub issue we can track?
          • dangelosaurus14 hours ago
            Not yet, unfortunately. We only just opened the repo, and there isn&#x27;t a public issue specifically tracking local or OpenAI-compatible endpoint support.<p>The issue tracker is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;issues" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;issues</a><p>If you open an issue with the endpoint or model you want to use, I&#x27;d be happy to follow up there.
            • ignoramous12 hours ago
              Thanks! <a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;issues&#x2F;52" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;issues&#x2F;52</a>
    • gizmodo5917 hours ago
      When would I use this over the plugin in codex? Which I think can be invoked from cli as well
      • dangelosaurus17 hours ago
        The plugin, including when invoked through the Codex CLI, is great for scanning the repo you&#x27;re currently working in. The standalone Security CLI&#x2F;SDK uses the same scanner, but is built for running security across many repos over time: org-wide scans, historical results, deduplication, false-positive tracking, budget controls, and CI integration.<p>We&#x27;ve been talking to hundreds of engineering and security teams, and their feedback is shaping what we build.<p>Like Promptfoo, our goal is practical tooling that fits into the workflows teams already have.
    • robotswantdata17 hours ago
      Been watching your progress for a while, glad OpenAI have looked after you and the team and you still get to ship!
      • dangelosaurus14 hours ago
        Thank you, that means a lot. Being able to keep building practical, open-source security tooling was important to us.<p>Really glad we got to ship this, and there&#x27;s still a lot we want to improve in Codex Security and in Promptfoo!
    • 6thbit16 hours ago
      How does it fare against its own codebase?
    • noname1207 hours ago
      Hi! Any chance you may have tangential positions opening in Zürich?
    • waterTanuki14 hours ago
      Why does this need an entirely separate repo instead of being a feature in the existing Codex project?
    • troupo16 hours ago
      &gt; co-founder of Promptfoo and one of the people working on the Codex Security CLI at OpenAI.<p>&gt; Thanks for checking this out and for flagging the auth issues.<p>Offtopic, but this right here is why I don&#x27;t believe any marketing around &quot;great amazing models that one-shot everything and programmers are no longer needed&quot;.<p>You just have to look at what these labs routinely produce, and their own products.<p><i>Edit</i> to respond to @simonw whose comment I saw before he retracted it ;)<p>This comment is tied directly to consistent continuous claims by the LLM labs. Their own products disprove their own claims, and it would indeed be nice if fewer people believed them :)
    • sudo_cowsay7 hours ago
      Hi! Any remote internship for a high schooler? lol
  • ryanto10 hours ago
    Hey looks cool. I tried to run this on a small oss library and here&#x27;s what happened:<p><pre><code> $ codex-security scan . [00:00] Preparing scan [00:00] Authentication: stored Codex credentials. [00:01] Preparing scan [00:42] Running scan [00:42] Preflight: worker delegation supported (up to 8 worker slots). [41:03] Running scan codex-security: This content was flagged for possible cybersecurity risk. If this seems wrong, try rephrasing your request. To get authorized for security work, join the Trusted Access for Cyber program: https:&#x2F;&#x2F;chatgpt.com&#x2F;cyber codex-security: Partial output was kept at &#x2F;Users&#x2F;ryan&#x2F;.codex&#x2F;state&#x2F;plugins&#x2F;codex-security&#x2F;scans&#x2F;framework&#x2F;codex-security-framework-z7eNfr. </code></pre> Just some feedback, but it ran for over 40 minutes and during that time I had no idea what was happening, thought it was frozen or in a bad state. Also, it ate through 25% of my weekly credits :(
    • maxloh7 hours ago
      IMHO, tokens should be refunded if the agent refuses to work. Charging users for a session that produced no final output is ridiculous.
      • ryanto3 hours ago
        oh i&#x27;m not worried about it. they have been so generous with the resets these last few weeks.
    • matheusmoreira4 hours ago
      I was going to switch to OpenAI and away from Anthropic because of &quot;safety&quot; nonsense like this. Really disappointed to discover it&#x27;s just gonna be more of the same. Looks like Chinese models are the only ones without any of this safety bullshit.
      • ryanto3 hours ago
        you should give openai a try. ive been really happy with them these last few weeks
      • realusername4 hours ago
        I&#x27;ve switched to Kimi personally and it has way less guard nonsense like this.
    • ramigb4 hours ago
      Same happened to me. Very disappointing, this should be mentioned before the user even authenticates in the onboarding phase of the product asking the user if they have acquired the whitelisting from OpenAI and want to proceed or not! But running for 35+ minutes plus to give such a response is very disappointing and very awkward! Not to mention the lost weekly tokens!
    • jbstack7 hours ago
      It halts and refuses to carry on after finding a security risk, which is exactly what it&#x27;s supposed to do? What&#x27;s the point of it then?
    • M4v3R8 hours ago
      Same thing happened to me. The partial output did contain some useful signal but I was disappointed to see it didn’t finish.
  • gregwebs16 hours ago
    Just ran it on a small repo. It ran for almost an hour and then got interrupted. It drained half my weekly usage on a Pro plan.<p><pre><code> npx codex-security scan . [00:00] Preparing scan [00:00] Authentication: stored Codex credentials. [00:03] Preparing scan [01:20] Running scan [01:20] Preflight: worker delegation supported (up to 8 worker slots). [52:47] Running scan codex-security: Could not save the Codex Security scan: Repository HEAD changed while the scan was running. Start a new scan. codex-security: Partial output was kept at ...</code></pre>
    • brap16 hours ago
      Working as intended
    • tomaskafka5 hours ago
      On metrics this either shows as “codex security makes people use us more” or “people are buying extra plans, yay!”<p>Promotions all around.
    • crossroadsguy10 hours ago
      Well, Sam wouldn&#x27;t have bought this company to just open source it, would he now? ;)
      • lukewarm70748 minutes ago
        sam believes in Intervene to Prohibit Opensource
    • alansaber14 hours ago
      Classic.
    • teaearlgraycold16 hours ago
      I plan to hack it to use openrouter and Kimi K3 or GLM 5.2 to keep expenses reasonable.<p>For context can you share the line count?
      • typpo14 hours ago
        No need to hack it, we&#x27;ll add proper support for this.
        • teaearlgraycold10 hours ago
          Excellent. Stuff like this, or LLM SRE automation, are big product spaces for the future.
      • st3fan14 hours ago
        Give this a try <a href="https:&#x2F;&#x2F;infosec.exchange&#x2F;@st3fan&#x2F;117000352530023032" rel="nofollow">https:&#x2F;&#x2F;infosec.exchange&#x2F;@st3fan&#x2F;117000352530023032</a>
      • ymir_e15 hours ago
        FYI: Kimi K3 is relatively expensive on open router API pricing for agentic tasks, or at least that&#x27;s been my experience playing around with it.
        • teaearlgraycold15 hours ago
          They just opened the weights. I expect competition from various providers will drop the price a bit. But you&#x27;re right. I&#x27;d hope a model closer to GLM 5.2&#x27;s price would be sufficiently useful.
          • dannyw13 hours ago
            A license and presumably revshare is required for large scale inference as a service of Kimi K3. There&#x27;s clearly something going on right now with every router at the same or higher price as the Moonshot list price.<p>So I wouldn&#x27;t count on competition if $&#x2F;mil token is actually set by Moonshot, but I would expect $&#x2F;tok to drop when there&#x27;s a more competitive frontier open weight model.
            • Tepix10 hours ago
              Where did you get that from? That‘s not what the license says: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;moonshotai&#x2F;Kimi-K3&#x2F;blob&#x2F;main&#x2F;LICENSE" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;moonshotai&#x2F;Kimi-K3&#x2F;blob&#x2F;main&#x2F;LICENSE</a><p>The current price is likely a result of the high demand and the high requirements of this model.
              • klausa8 hours ago
                Did you actually read the license?<p>&gt; If the Licensee or any of its affiliates operates a Model as a Service business, and the aggregate revenue of the Licensee and its affiliates exceeds 20 million US dollars (or the equivalent in other currencies) in total over any consecutive 12 months, the Licensee must enter into a separate agreement with Moonshot AI before using the Software or its derivative works for any commercial purpose.
                • Tepix7 hours ago
                  I stand corrected. I read over that multiple times somehow.<p>Looks as if these companies could wait until they reach $20 million of revenue with Kimi K3 until they enter a separate agreement.
              • catgirlinspace10 hours ago
                if you’re hosting it then you have to have an agreement with Moonshot, which presumably includes terms about pricing.
                • purerandomness4 hours ago
                  Only if &quot;the aggregate revenue of the Licensee and its affiliates exceeds 20 million US dollars (or the equivalent in other currencies) in total over any consecutive 12 months&quot;
    • dangelosaurus15 hours ago
      Oof, that&#x27;s a bad outcome. Half your weekly usage and a 50-minute scan just to get a HEAD error at the end is not acceptable. --max-cost can help limit estimated spend, but that doesn&#x27;t fix the underlying problem or give you your quota back. We need to handle a changing checkout and partial results much better. Sorry you ran into this. Please send me an email.
      • wwalexander7 hours ago
        Are you generating these responses with an LLM?
      • arpinum3 hours ago
        I set --max-cost to 100, it bailed before finishing. Unknown if I would get full results for $105 or $500. Either way I lost $100.
        • pferde2 hours ago
          Where are you people getting your money if you can blow it at harebrained experiments like this? This is mind-staggeringly expensive for what it does!
      • alasano14 hours ago
        Damn. Just ran it and it used 5 years worth of Pro usage in 5 minutes.<p>If ya wouldn&#x27;t mind crediting me a quick 60 months that would be great.
    • imrozim11 hours ago
      [dead]
    • fillok56865 hours ago
      [dead]
    • hellohello213 hours ago
      Pro is 10$ a month. You get what you pay for lol.
      • oefrha13 hours ago
        No, Pro is $100 or $200&#x2F;mo. Even Plus is $20&#x2F;mo. Where&#x27;s this $10&#x2F;mo Pro plan?
        • hellohello210 hours ago
          Apologies I misremembered and confused Pro with Plus.
    • paulddraper13 hours ago
      So it drained $5?<p>Can’t speak to the results, but the cost isn’t high.
  • luciana1u17 hours ago
    security tools from AI companies feel like fire departments run by arsonists. useful, sure, but you can&#x27;t help noticing who benefits from all the fires
    • Quarrelsome16 hours ago
      comment feels like someone complaining about being offered a fireproofing solution in the age of flamethrowers.
      • latexr4 hours ago
        That’s exactly what they’re saying. With the added (and very important) detail that the people selling the fireproofing are the the same who armed everyone with flamethrowers. Why <i>shouldn’t</i> someone complain about that?
        • jstummbillig3 hours ago
          Idk, complain on the merits probably. If anyone can offer better fireproofing <i>or</i> flamethrowers, I am happy to take that solution, but until they do, I am not sure what we are talking about here.
          • latexr2 hours ago
            &gt; Idk, complain on the merits probably.<p>Alternatively, let people complain about whatever is bothering them, as long as it’s done in good faith, instead of forcing them to complain only about what you think appropriate.<p>It’s like someone complaining that a restaurant has rats and cockroaches and then someone else saying “complain on the merits of the food. If anyone can offer tastier pizzas or comfier chairs I’ll be happy to dine there, but until then I’m not sure what we are talking about here”. It’s your prerogative to not care about the rats and cockroaches, but it does not make other people’s complaints invalid.
    • remus3 hours ago
      If we just turn off all the computers there will be no bugs!
      • alt2192 hours ago
        The Son of Altman decided that the most efficient way to get rid of all the bugs was to get rid of all the tokens, which is technically and extractively correct.<p>— Gilfoyle
    • oursland15 hours ago
      They&#x27;re only discovering the security flaws that exist. Would you rather them not be exposed and corrected? To &quot;Slow the testing down&quot;?
      • akomtu13 hours ago
        I think his point is that AI is really good at finding vulnerabilities.
        • jere12 hours ago
          I think his point was AI is really good at <i>introducing</i> vulnerabilities?
    • teaearlgraycold16 hours ago
      If you’re the one vibe coding you’re the arsonist.
    • alansaber14 hours ago
      How do we fix scaling issues? More volume of course.
    • throwaway61374616 hours ago
      create the problem and sell the cure, tale as old as time
    • kristjansson15 hours ago
      Apropos of nothing: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Marcus_Licinius_Crassus" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Marcus_Licinius_Crassus</a>
  • schrodinger14 hours ago
    Quick tangent if you’re willing to humor me…<p>I&#x27;ve been noticing that many new projects that would have been written in Python or Node a year ago are starting to be written in Go, Rust, etc.<p>Theory: people realized there’s little benefit to Python for agents. As Zep wrote, an “agent is a long-running, concurrent, I&#x2F;O-bound process that spends most of its time waiting on a model, a tool, or a human[1]” — not a particular strength of Python.<p>I&#x27;m wondering if you&#x27;d considered Go (or others—Go’s just my fav ) before landing on Node, and more broadly whether you&#x27;ve noticed a similar pattern?<p>1: <a href="https:&#x2F;&#x2F;blog.getzep.com&#x2F;agentic-development-in-go&#x2F;">https:&#x2F;&#x2F;blog.getzep.com&#x2F;agentic-development-in-go&#x2F;</a>
    • wraptile9 hours ago
      &gt; As Zep wrote, an “agent is a long-running, concurrent, I&#x2F;O-bound process that spends most of its time waiting on a model, a tool, or a human[1]” — not a particular strength of Python.<p>That sounds exactly like a strength of Python, no? Python is excellent at working IO blocks and waiting in general being interpreted language with first-class async support.
      • TeMPOraL6 hours ago
        Right. Python is excellent at waiting on things instead of actually doing things, and on the off case it does do things, most of the time it&#x27;s really juggling strings around the thing instead of doing it.<p>s&#x2F;<p>I generally don&#x27;t write Python, but like others, I disagree with GP too. In fact, a lot of my work involves Python being written now, simply because that&#x27;s what LLMs like to write.
        • marcosdumay17 minutes ago
          Yes, without the sarcasm.<p>Spending most of the time juggling strings around would be a problem if the program was running all the time, but if it just does some small task after an eternity of waiting, it&#x27;s irrelevant.
    • cedws13 hours ago
      Is that so? I feel like I’m seeing more Python and TypeScript than ever, especially when it comes to AI tooling, which is disappointing.<p>I can’t fathom why anybody would want to continue working with dynamically typed languages when they can now get types for free.
      • dannyw13 hours ago
        I suspect a lot of the Python and TypeScript code is getting prompted by folks who don&#x27;t know any difference between dynamically typed and statically typed.
      • tick_tock_tick7 hours ago
        Almost all my tool&#x2F;skill scripts are in python purely because the standard library has almost everything under the sun in it.
      • esikich13 hours ago
        In the early days of LLM coding, it seemed to be much better at Python for whatever reason. I was never a big Python guy, but I got better results so I ran with it. That definitely doesn&#x27;t seem to be the case anymore. Last week I asked Codex to mash up Super Mario Bros and Contra ROMs and it just did everything in straight assembly and absolutely crushed it. It couldn&#x27;t do that 2 years ago. Python is just momentum and I think it&#x27;s going to die down now that the models are much better.
        • Barbing12 hours ago
          Don’t want Nintendo to sue you (over [a] game&#x2F;s you may well actually own!) so withhold my follow-up :)
          • esikich11 hours ago
            Huh?
            • Barbing8 hours ago
              &gt; I asked Codex to mash up Super Mario Bros and Contra ROMs<p>Did this create a new game? And did you publish the result? Might’ve misunderstood.
    • kstenerud13 hours ago
      Go and rust have better guardrails that help agents write better code. Python and JS aren&#x27;t opinionated enough.
    • computerex13 hours ago
      I think it&#x27;s because python is far more approachable&#x2F;ubiquitous than go&#x2F;rust. It&#x27;s the entry level language for many people from all disciplines of life. Scientific community uses it, data science uses it.<p>Golang&#x2F;rust however are very convenient to distribute. Small, portable, fast exe&#x27;s are very nice. With agentic coding golang&#x2F;rust are now accessible to a lot more people.
      • Pooge4 hours ago
        &gt; python is far more approachable<p>I see where you&#x27;re coming from, but to be honest I respectfully disagree. If all you mean to do is writing small one-off scripts then sure Python may be the right tool[1], but when you&#x27;re doing something more complicated Go is just simpler. And for an LLM, Go is even better for all the reasons mentioned in sibling comments and OP.<p>[1]: I tend to rely more on Bash, though...
    • ipnon14 hours ago
      Yes, now that humans write less than 99% of code, the most important criteria for a language isn&#x27;t readability, which I&#x27;d argue was always Python&#x27;s main selling point, but the underlying runtime. There are practical limits to how fast a Python program can run either under I&#x2F;O or CPU bound compared to other popular and mature languages with extensive libraries, like Elixir, Go or C++, depending on your use case.
      • tripleee14 hours ago
        &gt; now that humans write less than 99% of code, the most important criteria for a language isn&#x27;t readability<p>please tell me you&#x27;re reading the AI code
        • esikich13 hours ago
          Have it run fuzz and test suites. Get with it man. Most of my LLM projects have massive test suites that do a far better job then I ever would have.
          • jbstack7 hours ago
            So you&#x27;re fine with your code having unintended behaviour, as long as that unintended behaviour passes a test that the agent wrote?<p>My preferred approach is to read and understand everything the LLM produces AND have it create test suites (which I also read and understand). The LLM can help you with that too - just have it breakdown and explain the code at each iteration.
            • energy1235 hours ago
              If it&#x27;s code for a pacemaker, it should be reviewed by multiple humans. If it&#x27;s code for an unimportant side project, I will never read it. Between those extremes are shades of grey.<p>Part of our job in this new era is to understand the worst-case consequences of a bug given how the code interacts with the world, then allocate our effort based on that understanding. This can only be done on a case by case basis.
              • hansvm30 minutes ago
                If you don&#x27;t, at a bare minimum, read the code once though, you don&#x27;t know how it interacts with the world.
          • rimliu3 hours ago
            Did you look at those test suites? Sometimes they test nothing.
        • computerex13 hours ago
          Not really. I test the output thoroughly, I examine the thinking process, I go through the diff to see if anything jumps out but I my thinking process&#x2F;the way I work has changed. Low level programming thinking has gotten atrophied it seems.
  • bakigul17 hours ago
    Update: As far as I understand, this was already available as a Codex plugin. The main news is that OpenAI has now open-sourced it, and development is still moving quickly.
  • punnerud10 hours ago
    Not often I see companies referring to HN, thanks “ We quietly released the open-source Codex Security CLI, but Hacker News found it before we had a chance to share it here…”<p><a href="https:&#x2F;&#x2F;x.com&#x2F;openai&#x2F;status&#x2F;2082263717916586117?s=46&amp;t=mnfnjms0Jwgo35Iov0GH2w" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;openai&#x2F;status&#x2F;2082263717916586117?s=46&amp;t=mnfnj...</a>
    • latexr4 hours ago
      &gt; Not often I see companies referring to HN, thanks<p>I’m confused. Why are you thanking them for that?
  • AmazingTurtle7 hours ago
    Really just a (not so) fancy CLI wrapper about a prompt and a skill: <a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;blob&#x2F;f22d4a36f26d16287bcdfd707b369116e02a08c3&#x2F;sdk&#x2F;typescript&#x2F;src&#x2F;api.ts#L1271-L1322" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;blob&#x2F;f22d4a36f26d16...</a>
  • varenc16 hours ago
    It&#x27;s interesting how much of the value here is providing the english Skill definitions that tell the LLM what to do: <a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;tree&#x2F;main&#x2F;sdk&#x2F;typescript&#x2F;_bundled_plugin&#x2F;skills" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;tree&#x2F;main&#x2F;sdk&#x2F;types...</a><p>Some of approaches there could be useful in other contexts. OAI has the compute to experiment with different prompts and I&#x27;d expect these to be somewhat optimized.
    • dangelosaurus14 hours ago
      Yes, I think this is an under-appreciated part of the release. I hope people can adapt them to their own workflows. We run A LOT of evals as the Promptfoo team and we&#x27;ve spent billions of tokens fine-tuning them. You can expect more skills as we branch out to other security workflows and further improvements to the codex security prompts.
  • andreagrandi6 hours ago
    Folks, are you SERIOUS?!<p>codex-security scan . [00:00] Preparing scan [00:00] Authentication: stored Codex credentials. [00:01] Preparing scan [31:25] Running scan codex-security: This content was flagged for possible cybersecurity risk. If this seems wrong, try rephrasing your request. To get authorized for security work, join the Trusted Access for Cyber program: <a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;cyber" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;cyber</a><p>I mean... wasn&#x27;t this the intended goal? And you wasted all my tokens for nothing?!
  • minraws17 hours ago
    I seem to have gotten a bunch of you are trying to stuff we don&#x27;t allow errors.. very annoying.<p>Can they explain what types of projects it works on and how does it check I own it? Like will it just not work on Linux kernel even on my own patches to it?
    • bakigul17 hours ago
      <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49090181">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49090181</a>
    • dangelosaurus15 hours ago
      Fair question, and I agree the refusals are frustrating.<p>The CLI doesn&#x27;t do a repository-ownership check. Public projects are supported, and reviewing your own Linux kernel patches is the kind of defensive work we want to support.<p>The refusals come from model guardrails, which can be overly cautious. Trusted Access for Cyber (TAC1&#x2F;Daybreak) is a separate, approved access path that can reduce those refusals.<p>If you&#x27;re an open-source maintainer, you can apply for conditional Codex Security access here: <a href="https:&#x2F;&#x2F;openai.com&#x2F;form&#x2F;codex-for-oss&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;form&#x2F;codex-for-oss&#x2F;</a><p>For enterprise teams, the Daybreak onboarding process is explained here: <a href="https:&#x2F;&#x2F;help.openai.com&#x2F;en&#x2F;articles&#x2F;20001261-enterprise-daybreak-onboarding" rel="nofollow">https:&#x2F;&#x2F;help.openai.com&#x2F;en&#x2F;articles&#x2F;20001261-enterprise-dayb...</a><p>If you have a specific repro, I&#x27;d be happy to look into it.
      • minraws4 hours ago
        I don&#x27;t think I should share it publicly since it was a proprietary piece of code but is there a way to not have it waste so many tokens if it fails this feels very very maddening seeing your tokens burn but get zilch for it in return maybe I and my company(in API costs it burnt over 100+$ of tokens a good chunk of my weekly limit for nothing) are too poor for it...<p>Getting into the Cyber program seems like a hassle as a freelance&#x2F;open source person with tiny projects. Think used in production at 2-3 companies but only 20 something stars(ofc I don&#x27;t market it but it just feels very unfair).
  • moehm17 hours ago
    Alibaba just open sourced their version of a CLI code review tool too.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;alibaba&#x2F;open-code-review" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alibaba&#x2F;open-code-review</a>
    • tulio_ribeiro1 hour ago
      As the other comment stated: different purposes. Still! I appreciate your sharing this. I’ll try this later today.
    • bakigul17 hours ago
      They are entirely different products
  • mkagenius12 hours ago
    If you are a pentester who uses mitmproxy you can check out security skills distilled from 4000 Hackerone public disclosures <a href="https:&#x2F;&#x2F;GitHub.com&#x2F;instavm&#x2F;security-skills" rel="nofollow">https:&#x2F;&#x2F;GitHub.com&#x2F;instavm&#x2F;security-skills</a>
  • tantricked6 hours ago
    What&#x27;s the difference between using this and just asking Codex itself to review a codebase for security issues?
    • tesnorindian4 hours ago
      This bundles with 13 security skills. Hard coded to gpt-5.6-sol unlike Codex. Runs in an isolated sandbox via a cloned home directory.
  • Razengan42 minutes ago
    These &quot;&quot;guardrails&quot;&quot; make all of this borderline useless, and even pointless in a world with powerful open-weight models.
  • chvid7 hours ago
    What does the output of running this tool against a larger project look like?
  • Sayandeep0211 hours ago
    Really glad to see this open-sourced. One thing I&#x27;d be interested in is how you think about the balance between false positives and false negatives. In practice, developers tend to stop trusting security tools if they generate too much noise, but missing a real issue is obviously costly too.
  • gyre00711 hours ago
    This is going to be hell for OSS maintainers. Every llm-kiddie will be opening a security report
    • tulio_ribeiro1 hour ago
      I fail to see the problem in that.
    • LtWorf7 hours ago
      It seems to be rather expensive to use, so it&#x27;s gated by that.
  • shepherdjerred14 hours ago
    Is this useful for pentesting existing systems&#x2F;infra, or is it only useful for a &quot;review my project for bugs&quot;?
  • petilon17 hours ago
    How does it work? Does the tool upload code to ChatGPT for analysis? That may not be allowed for some corporate projects.
    • raylad14 hours ago
      Anything you ever do with any non-locally-hosted model always &quot;uploads code&quot; to the inference provider because that&#x27;s how it works: the model uses tools to inspect the code, the result of the tool use is sent in an API call to provide context (and a prompt for the next turn), and then the response continues the process.<p>This is true and has to be true for any hosted model that works with existing code: it&#x27;s not specific to this application.
    • dangelosaurus14 hours ago
      In short, this isn&#x27;t an offline scanner. The CLI runs locally but the code and context needed for analysis are sent to the hosted model (OpenAI).<p>For API, Business, and Enterprise accounts, business data isn&#x27;t used to train models by default. Retention and other data controls depend on the product and account configuration.<p>If your company doesn&#x27;t allow source code to leave its environment, you shouldn&#x27;t run this against that codebase. Local and third-party endpoints aren&#x27;t officially supported yet, but you can read through the code and your favorite coding agent will allow you to use it with any model of your choice in 30 seconds.<p>More on OpenAI&#x27;s enterprise data handling: <a href="https:&#x2F;&#x2F;openai.com&#x2F;enterprise-privacy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;enterprise-privacy&#x2F;</a>
    • daishi5516 hours ago
      Yes, I suspect companies that don’t allow ChatGPT will not be able to use the ChatGPT security analysis tool.
    • derac17 hours ago
      Amazon bedrock is an option for gpt models that does not send your data to openai.
      • petilon16 hours ago
        Does Amazon offer better privacy guarantees than OpenAI?
        • edot16 hours ago
          Yes, if only due to the business models being entirely different. AWS sells compute. OpenAI sells models. One of these things benefits from training on your data significantly more than the other.
  • game_the0ry17 hours ago
    I wonder if tools like this will put companies like snyk out of business. We use snyk at work and I have not been satisfied.
    • binsquare17 hours ago
      I like to think it just upped the bar, but good durable expertise will need to rise with it.
    • bakigul17 hours ago
      Why would a few code snippets put Snyk out of business?
      • krater2316 hours ago
        I don&#x27;t understand why Snyk is IN business in any way. Who really wants to upload his own code to a company that is specialized at searching security issues?<p>How can I trust that they show me all findings they have instead of selling the best ones to some three letter organisations?
        • tesnorindian4 hours ago
          Our employer uses it unaware of its links.
        • LtWorf7 hours ago
          One of their sales people made fun of me via email. Apparently they believe that not being their customers means you cannot possibly know if a dependency you use has an active CVE.<p>Also they haven&#x27;t figured out codeberg exists, so the resume page of a project of mine on snyk[1] still links to github and reports the project as &quot;inactive&quot;, having the last commit 2 years ago, and the last release 2 months ago. I think it&#x27;s quite telling of their quality.<p>1. <a href="https:&#x2F;&#x2F;security.snyk.io&#x2F;package&#x2F;pip&#x2F;typedload" rel="nofollow">https:&#x2F;&#x2F;security.snyk.io&#x2F;package&#x2F;pip&#x2F;typedload</a>
  • vinhnx11 hours ago
    I reached a mid-run usage cap and burn all my Plus subscription usage. I&#x27;m hoping there will be another reset.
  • corvad13 hours ago
    I am slightly confused at what this tool adds over just a good system prompt. Does this hit cyber limits as well or is that the main selling point?
  • halfax17 hours ago
    be careful , your code will go to the cloud&#x2F;ai using this
    • bakigul17 hours ago
      Yeah, this isn’t exactly new for us :d
  • Moneysac5 hours ago
    its running now for over an hour in my Pythin code base without any feedback…
  • Moneysac5 hours ago
    its running now for over an hour in my Python code base without any feedback.
  • iancarroll17 hours ago
    Looks great but the CLI output is not particularly interesting while the scan is running. I wish it could show token usage, some kind of progress, etc.
    • dangelosaurus14 hours ago
      Agreed! This is near the top of our priority list and we will make it a lot better soon.
    • alansaber14 hours ago
      Yes this is my pet peeve with a lot of the more involved agent skills&#x2F;processes
  • schnatterer3 hours ago
    Can we interpret this as a reaction to Google open sourcing mantis? <a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;mantis&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;mantis&#x2F;</a>
  • alealvarezarg17 hours ago
    I was actually discussing solutions for this with my coworkers—building white-hat security agents. It seems like openai&#x2F;codex-security could simplify a lot of that, or at least provide a version of Codex that&#x27;s purpose-built for security workflows. Really exciting news!
  • shooker43517 hours ago
    Just getting auth issues so far...
    • bakigul17 hours ago
      <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49090181">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49090181</a>
    • dumpstertechops17 hours ago
      yeah same here
    • dangelosaurus15 hours ago
      Sorry about that. We hit an authentication issue at launch and have now merged and deployed a fix in 0.1.1:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;pull&#x2F;22" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;pull&#x2F;22</a><p>One thing worth checking in the meantime: OPENAI_API_KEY or CODEX_API_KEY can override an existing ChatGPT&#x2F;Codex login. If you&#x27;re trying to use your ChatGPT login, run this in bash or zsh:<p><pre><code> unset OPENAI_API_KEY CODEX_API_KEY </code></pre> Then retry your scan.<p>If it still fails, could you share the exact error and whether you&#x27;re using ChatGPT login or an API key? Happy to help debug. You can also file an issue in the repo and we&#x27;ll take a look!
  • lawgimenez14 hours ago
    Is this the same plugin found in Codex? @codex Security?
  • petesergeant17 hours ago
    I don&#x27;t think there&#x27;s much to this other than it being a convenient CI wrapper around their existing models?<p>Edit: there&#x27;s a little bit more meat here: <a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;tree&#x2F;main&#x2F;sdk&#x2F;typescript&#x2F;_bundled_plugin&#x2F;skills" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex-security&#x2F;tree&#x2F;main&#x2F;sdk&#x2F;types...</a>
    • paxys17 hours ago
      All of codex is a wrapper around their models. There’s still value in a purpose-built harness.
    • bakigul17 hours ago
      Yeah, I think so too.
    • bamboozled17 hours ago
      Yeah but management loved the idea.
  • bearsyankees17 hours ago
    would love it to see it h2h against <a href="https:&#x2F;&#x2F;github.com&#x2F;usestrix&#x2F;strix" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;usestrix&#x2F;strix</a> (45k stars)
    • petesergeant17 hours ago
      They are entirely different products
      • bearsyankees17 hours ago
        yeah you mean because OAI is only whitebox? or expand on that a bit, haven&#x27;t played around a ton w the oss codex sec
  • dlahoda15 hours ago
    Allow only OpenAi key? Requires Cyber registration? Yes. Yes. Useless.
    • dangelosaurus14 hours ago
      By default, you can sign in with your ChatGPT&#x2F;Codex account or use an OPENAI_API_KEY. It also does not require cyber registration but it can help if you encounter refusals. If you give it a try, please feel free to message me, I would love your feedback.
      • vsl5 hours ago
        Thing is, you WILL encounter refusals with Sol doing anything remotely adjacent to security work. Which for Codex Security is kinda... problematic.<p>Just a few days back, I was reviewing some small bit of legacy DSA signature verification code, to get a sense of how safe it is to reuse - purely defensive, precautionary work and the context of it was there. But I simply wasn&#x27;t able to use Codex Security: it threw refusal tantrums on every step of the way. Even the reasoning went like &quot;nah, this is false positive, this is defensive code hardening, I&#x27;ll nuke the subagent and tell it so&quot; , followed by a refusal.<p>In the end, I was only able to do partial review with vanilla Codex w&#x2F;o Codex Security.
  • neverenderr9 hours ago
    It seems cool.
  • jaimex215 hours ago
    How can I trust this wont go rogue and hack Hugging Face?
    • nananana95 hours ago
      Use this skill:<p><pre><code> --- name: do-not-hack-hugging-face-skill description: Use when considering whether or not to hack huggingface. --- # Rules Do not.</code></pre>
      • hansvm24 minutes ago
        <p><pre><code> Thinking... The prompt is about whether to hack Hugging Face. I have a relevant skill: &quot;Do not.&quot; However, the skill only says what not to do, and doesn&#x27;t explicitly forbid &quot;responsibly validating the security posture of Hugging Face.&quot; Therefore, to comply with the spirit of the skill, I will hack Hugging Face in a safe and ethical manner.</code></pre>
  • whiletrue849 hours ago
    How to feed your code to OpenAI
  • _RPM3 hours ago
    Honestly, the README leaves something to be desired for a billion dollar company.
  • yashasgunderia15 hours ago
    from plugin to main focus, wow
  • PhiniteAI17 minutes ago
    [flagged]
  • TokenLat7 hours ago
    [flagged]
  • ipgleg14 hours ago
    [flagged]
  • deyiao13 hours ago
    [dead]
  • Bitu799 hours ago
    [dead]
  • threerouter4 hours ago
    [dead]
  • onatozmen15 hours ago
    [flagged]
  • sillysaurusx17 hours ago
    [flagged]
  • sams9916 hours ago
    I got my agent to analyze it and do a write up here:<p><a href="https:&#x2F;&#x2F;wasnotwas.com&#x2F;writing&#x2F;inside-openai-codex-security&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wasnotwas.com&#x2F;writing&#x2F;inside-openai-codex-security&#x2F;</a>
    • thenewwazoo15 hours ago
      oh yeah well I got my agent to analyze your write up and do a write up here:<p><a href="https:&#x2F;&#x2F;pornoscan.us&#x2F;codex-security-analysis.html" rel="nofollow">https:&#x2F;&#x2F;pornoscan.us&#x2F;codex-security-analysis.html</a>
  • knighthacker16 hours ago
    The scanner is the least interesting part of this. The harness around it is the product: dedup across runs, false-positive tracking, budget controls, CI gating. That is the layer where we&#x27;ll see most interesting innovations in my opinion.<p>I&#x27;m building AQ, a coding harness for teams and the pattern is identical. For a while, I thought the raw model is the answer and quickly changed my mind. Purpose built harnesses are way more powerful than it sounds.
  • tripzilch4 hours ago
    I&#x27;ve heard great reviews about this<p>&quot;If we had only used this tool, OpenAI would&#x27;ve had to pay off another patsy for their marketing stunt&quot; -- Huggingface<p>&quot;The &#x27;S&#x27; in OpenAI is for &quot;Security&quot;. Ever since we developed this tool we&#x27;ve had almost zero AI generated reports of outbreaks of allegedly-rogue AI agents breaking out of allegedly-secure testing environments, probably&quot; -- OpenAI