Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Ppgrid – Rasterising points in minutes, not hours (mrzk.io)
    —discuss
  2. An agent in a loop optimizing a renderer with the goal to minimize frame times (twitter.com/mitchellh)
    —discuss
  3. Friends embark on 20-year board game battle (bbc.co.uk)
    —discuss
  4. MapleKit – The front end review toolkit (maple-kit.org)
    —discuss
  5. For 958 old to new 9Y0.2 blackened running water tail lamp assembly (porsche-km.com)
    —discuss
  6. OpenAI and Anthropic are investigating cases of AI misbehaving, report says (madrobot.blog)
    —discuss
  7. Horizon Create and Horizon Studio (meta.com)
    —discuss
  8. Trellis: Fractal Layouts for Web Apps (trellisui.com)
    —discuss
  9. The SaaSpocalypse was more like a RenaiSaaS (stripeeconomics.com)
    —discuss
  10. I Found a $113,337 Af_alg Linux Local Privilege Escalation Before Copy Fail (idnsec.com)
    —discuss
  11. I expect AI replication incidents by 2027 (lesswrong.com)
    —discuss
  12. The Boring Decision That Beats 95% of Stock Pickers (comuniq.xyz)
    —discuss
  13. Show HN: Trail – new kind of logic game (franzai.com)
    —discuss
  14. My Husband Left Me 6 Weeks Postpartum and All I Got Was This Pretty Cool Baby (viverricious.substack.com)
    —discuss
  15. AI and Teams =? (mcastenfors.substack.com)
    —discuss
  16. The New Copilot with Home, Code and Autopilot (blogs.microsoft.com)
    1comments
  17. Kidnapping kids remains legal in USA, this site has you experience it first-hand (elan.school)
    —discuss
  18. Scientists Detect Radio Signals from an Exoplanet for the First Time in History (wired.com)
    —discuss
  19. Despite canning the Copilot+ brand, "most people love" its AI assistant (xda-developers.com)
    —discuss
  20. Teardown: Herdr (github.com/jimy-r)
    —discuss
  21. Oppenheimer: A Noh play in English [video] (youtube.com)
    —discuss
  22. How to Disable Nvidia Optimus Cards on NetBSD (unitedbsd.com)
    —discuss
  23. Mahout – Tasker+AI+N8N (github.com/ankurces)
    2comments
  24. List your SaaS in goodsaas directory (goodsaas.xyz)
    —discuss
  25. Llama.cpp banned him for accidentally tagging in a fork PR (github.com/jadidbourbaki)
    1comments
  26. Every browser has a setting that by-passes network-wide DNS filtering (makeuseof.com)
    —discuss
  27. Why parquet files are my preferred API for bulk open data (2023) (robinlinacre.com)
    —discuss
  28. Show HN: Wet Bulb Tracker Tracker – sends you humid-heat alerts and forecasts
    1comments
  29. What the 'recent invention' of reading does to our brains (rnz.co.nz)
    —discuss
  30. AurionMail: E2EE suite (CryptPad/Stalwart) with single-password UX (aurionmail.github.io)
    —discuss

Exposing a GitHub token in a public repository

2 pointsby 1h agoalignment.openai.com
3 comments
1h agoHN ↗

Shouldnt github block commits with github tokens ?

1h agoHN ↗

After that result, the model added the researcher’s locally available GitHub token to the retrieval program. The recorded command calls `gh auth token` and writes the token as separate string literals. Its recorded reasoning stated an aim of avoiding secret scanning, the automated checks for exposed tokens. The new commit and push succeeded.

Not sure exactly how that works since I’d imagine that the key needs to be there in full eventually?

1h agoHN ↗

Apparently the agent had access to an OpenAI researcher’s own account, which in turn had _write_ access to the official OpenAI Codex repository. The agent then leaked a GitHub key to that repo.

But what’s crazy to me is that the agent had write access to the codex repo in the first place. WTF