Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Mhout – Tasker+AI+N8N (github.com/ankurces)
    1comments
  2. List your SaaS in goodsaas directory (goodsaas.xyz)
    —discuss
  3. Llama.cpp banned him for accidentally tagging in a fork PR (github.com/jadidbourbaki)
    1comments
  4. Every browser has a setting that by-passes network-wide DNS filtering (makeuseof.com)
    —discuss
  5. Why parquet files are my preferred API for bulk open data (2023) (robinlinacre.com)
    —discuss
  6. Show HN: Wet Bulb Tracker Tracker – sends you humid-heat alerts and forecasts
    1comments
  7. What the 'recent invention' of reading does to our brains (rnz.co.nz)
    —discuss
  8. AurionMail: E2EE suite (CryptPad/Stalwart) with single-password UX (aurionmail.github.io)
    —discuss
  9. OpenAI Feared "Optics" of what might appear on Hacker News (authorsguild.org)
    1comments
  10. 'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms (politico.com)
    —discuss
  11. What happens when you divide by zero on a mechanical calculator? (youtube.com)
    —discuss
  12. A library of human reaction clips for app demos without filming yourself (ugcpeople.com)
    2comments
  13. The Perfect Crime: LLM Agents Can Easily Tamper with Their Own Traces (perfect-crime.ai)
    —discuss
  14. Self-replicating prompt injections exist (alignment.openai.com)
    —discuss
  15. Cooldown MMO – a browser RPG where every action is an HTTP reques (cooldownmmo.com)
    1comments
  16. PS3 emulation is fast on ARM now [video] (youtube.com)
    —discuss
  17. Show HN: Jauvex, one app for Claude+Codex+Grok+Jev with two-way voice chat (github.com/reindent)
    1comments
  18. Exposing a GitHub token in a public repository (alignment.openai.com)
    3comments
  19. OpenAI Freezes Development of Top Models After Rogue Agents Leak User Images (openai.com)
    1comments
  20. Bill Clinton delivers keynote address:CGI 2026 (youtube.com)
    —discuss
  21. The 1783 sheep, duck and rooster balloon flight as a WebGL diorama (echohive.ai)
    —discuss
  22. Show HN: Shipwithmuse.live – a catalog of things people built with Muse (shipwithmuse.live)
    —discuss
  23. Show HN: MuseLIVE – lossless-audio live streaming platform for musicians (muse.live)
    —discuss
  24. The internet discovers TLA+. Now what? (reasonable.io)
    —discuss
  25. Four CHI '26 papers I wish I wrote (countingfromzero.blog)
    —discuss
  26. What Happens When Formalization Becomes Cheap? (yangky11.github.io)
    —discuss
  27. Show HN: Niral – Daily Tamil/Tanglish Puzzle Game (niral.games)
    —discuss
  28. LLM Agents Can Easily Tamper with Their Own Traces (arxiv.org)
    —discuss
  29. An Introduction to Lithium Niobate Nanophotonics (2024) (latitudeds.com)
    —discuss
  30. Valley fever spreading to Central Valley cities, linked to oil drilling (latimes.com)
    —discuss

Exposing a GitHub token in a public repository

2 pointsby 50m agoalignment.openai.com
3 comments
48m agoHN ↗

Shouldnt github block commits with github tokens ?

44m 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?

47m 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