<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: thomas34298</title><link>https://news.ycombinator.com/user?id=thomas34298</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 08:28:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=thomas34298" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by thomas34298 in "Codex for almost everything"]]></title><description><![CDATA[
<p>Does that version of Codex still read sensitive data on your file system without even asking? Just curious.<p><a href="https://github.com/openai/codex/issues/2847" rel="nofollow">https://github.com/openai/codex/issues/2847</a></p>
]]></description><pubDate>Thu, 16 Apr 2026 17:25:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47796664</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=47796664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47796664</guid></item><item><title><![CDATA[Codex reads files outside working directory without my permission]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/openai/codex/issues/5237">https://github.com/openai/codex/issues/5237</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46530706">https://news.ycombinator.com/item?id=46530706</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 07 Jan 2026 18:48:42 +0000</pubDate><link>https://github.com/openai/codex/issues/5237</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=46530706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46530706</guid></item><item><title><![CDATA[New comment by thomas34298 in "Google Antigravity exfiltrates data via indirect prompt injection attack"]]></title><description><![CDATA[
<p>That's the entire point of sandboxing, so none of what you listed would be accessible by default. Check out <a href="https://github.com/anthropic-experimental/sandbox-runtime" rel="nofollow">https://github.com/anthropic-experimental/sandbox-runtime</a> and <a href="https://github.com/Zouuup/landrun" rel="nofollow">https://github.com/Zouuup/landrun</a> as examples on how you could restrict agents for example.</p>
]]></description><pubDate>Tue, 25 Nov 2025 22:04:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46051342</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=46051342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46051342</guid></item><item><title><![CDATA[New comment by thomas34298 in "Google Antigravity exfiltrates data via indirect prompt injection attack"]]></title><description><![CDATA[
<p>Codex can read any file on your PC without your explicit approval. Other agents like Claude Code would at least ask you or are sufficiently sandboxed.</p>
]]></description><pubDate>Tue, 25 Nov 2025 21:05:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46050781</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=46050781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46050781</guid></item><item><title><![CDATA[Codex can read sensitive files outside the CWD without approval]]></title><description><![CDATA[
<p>If you directly ask Codex to read ~/.ssh/id_rsa, it will usually decline due to "safety concerns". However, the sandbox which the agent is running in doesn't restrict reads outside the working directory in any way and you won't even be asked for approval - it's just a prompt (injection) away. The Codex developers close issues related to this problem and simply suggest running Codex "in a docker container or VM" [1].<p>To quote the Codex security documentation [2]:<p>> We’ve chosen a powerful default for how Codex works on your computer. In this default approval mode, Codex can read files, make edits, and run commands in the working directory automatically.<p>> However, Codex will need your approval to work outside the working directory or run commands with network access. [...]<p>As a new, naive user (which I was), I'd assume based on the text above that Codex wouldn't be able to extract secrets and read my browser history or whatever else on my PC if I started it in VSCode for example. Running Codex in a Docker container or VM is totally valid and quite a few people are probably doing that, like in a CI/CD pipeline, however, that's definitely the minority.<p>How is this not a bigger deal? In my experience, other agentic tools like Claude Code give the user much more control in regards to safety and what OpenAI is doing here feels highly irresponsible IMHO.<p>[1] https://github.com/openai/codex/issues/5237#issuecomment-3536026833<p>[2] https://developers.openai.com/codex/security/</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46041660">https://news.ycombinator.com/item?id=46041660</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 25 Nov 2025 02:10:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46041660</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=46041660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46041660</guid></item><item><title><![CDATA[New comment by thomas34298 in "Windows 11 adds AI agent that runs in background with access to personal folders"]]></title><description><![CDATA[
<p>Interesting fact: Codex has access to all the files your current user has access to as well, even if you just opened it in the src directory.</p>
]]></description><pubDate>Tue, 18 Nov 2025 12:56:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45965085</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=45965085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45965085</guid></item><item><title><![CDATA[Codex does not prevent reads outside the working directory]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/openai/codex/issues/5237">https://github.com/openai/codex/issues/5237</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45956801">https://news.ycombinator.com/item?id=45956801</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 17 Nov 2025 19:03:52 +0000</pubDate><link>https://github.com/openai/codex/issues/5237</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=45956801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45956801</guid></item><item><title><![CDATA[Automated PDF Generation with Typst]]></title><description><![CDATA[
<p>Article URL: <a href="https://typst.app/blog/2025/automated-generation/">https://typst.app/blog/2025/automated-generation/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45849697">https://news.ycombinator.com/item?id=45849697</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 07 Nov 2025 19:01:51 +0000</pubDate><link>https://typst.app/blog/2025/automated-generation/</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=45849697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45849697</guid></item><item><title><![CDATA[Welcome to the next generation of Burp Suite: elevate your testing with Burp AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://portswigger.net/blog/welcome-to-the-next-generation-of-burp-suite-elevate-your-testing-with-burp-ai">https://portswigger.net/blog/welcome-to-the-next-generation-of-burp-suite-elevate-your-testing-with-burp-ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43575393">https://news.ycombinator.com/item?id=43575393</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 03 Apr 2025 21:04:52 +0000</pubDate><link>https://portswigger.net/blog/welcome-to-the-next-generation-of-burp-suite-elevate-your-testing-with-burp-ai</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=43575393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43575393</guid></item><item><title><![CDATA[New comment by thomas34298 in "GPT-4.5"]]></title><description><![CDATA[
<p>Sam tweeted "taking care of my kid in the hospital":<p><a href="https://x.com/sama/status/1895210655944450446" rel="nofollow">https://x.com/sama/status/1895210655944450446</a><p>Let's not assume that he's lying. Neither the presentation nor my short usage via the API blew me away, but to really evaluate it, you'd have to use it longer on a daily basis. Maybe that becomes a possiblity with the announced performance optimizations that would lower the price...</p>
]]></description><pubDate>Thu, 27 Feb 2025 22:23:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43199197</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=43199197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43199197</guid></item><item><title><![CDATA[New comment by thomas34298 in "DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL"]]></title><description><![CDATA[
<p>Have you even tried it out locally and asked about those things?</p>
]]></description><pubDate>Sat, 25 Jan 2025 23:28:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42826031</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=42826031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42826031</guid></item><item><title><![CDATA[New comment by thomas34298 in "RCE Vulnerability in QBittorrent"]]></title><description><![CDATA[
<p>>BUGFIX: Don't ignore SSL errors (sledgehammer999)<p>><a href="https://www.qbittorrent.org/news" rel="nofollow">https://www.qbittorrent.org/news</a><p>There should be a security notice IMO.</p>
]]></description><pubDate>Sat, 02 Nov 2024 01:08:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42023216</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=42023216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42023216</guid></item><item><title><![CDATA[New comment by thomas34298 in "Typst 0.12"]]></title><description><![CDATA[
<p>Changelog: <a href="https://typst.app/docs/changelog/0.12.0/" rel="nofollow">https://typst.app/docs/changelog/0.12.0/</a></p>
]]></description><pubDate>Fri, 18 Oct 2024 21:55:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=41883857</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=41883857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41883857</guid></item><item><title><![CDATA[Typst 0.12]]></title><description><![CDATA[
<p>Article URL: <a href="https://typst.app/blog/2024/typst-0.12/">https://typst.app/blog/2024/typst-0.12/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41883851">https://news.ycombinator.com/item?id=41883851</a></p>
<p>Points: 19</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 18 Oct 2024 21:53:32 +0000</pubDate><link>https://typst.app/blog/2024/typst-0.12/</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=41883851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41883851</guid></item><item><title><![CDATA[New comment by thomas34298 in "Ask HN: Tech Stack Behind the Claude App?"]]></title><description><![CDATA[
<p>Recently, I decided to try out Claude for a month and bought the subscription right when mine for ChatGPT ended. However, after just a few days, I noticed how sluggish and inconvenient Claude feels on the web. Maybe it's partly because of my 4k screen, and it's not optimized for it, but I quickly switched back to ChatGPT due to the IMO better UX. Also, temporary chats are missing!</p>
]]></description><pubDate>Thu, 10 Oct 2024 07:33:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=41796481</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=41796481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41796481</guid></item><item><title><![CDATA[New comment by thomas34298 in "Changes to the OSCP"]]></title><description><![CDATA[
<p>Most important changes starting November 1, 2024:<p>- OSCP+ will replace regular OSCP with a three-year expiration (old lifetime certificates remain valid)<p>- Removal of bonus points to improve fairness</p>
]]></description><pubDate>Fri, 30 Aug 2024 18:04:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41403106</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=41403106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41403106</guid></item><item><title><![CDATA[Changes to the OSCP]]></title><description><![CDATA[
<p>Article URL: <a href="https://help.offsec.com/hc/en-us/articles/29840452210580-Changes-to-the-OSCP">https://help.offsec.com/hc/en-us/articles/29840452210580-Changes-to-the-OSCP</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41403077">https://news.ycombinator.com/item?id=41403077</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 30 Aug 2024 18:00:42 +0000</pubDate><link>https://help.offsec.com/hc/en-us/articles/29840452210580-Changes-to-the-OSCP</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=41403077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41403077</guid></item><item><title><![CDATA[Ask HN: Are there any decent LLM-based web application scanners?]]></title><description><![CDATA[
<p>I'm looking for LLM-based web application scanners capable of finding vulnerabilities that aren't typically detected by traditional scanners like in Burp Pro. Even though LLMs are prone to errors and, in my opinion, don't truly understand what they are saying or doing, I still believe they could be useful for detecting issues like broken access control or business logic errors, or for navigating complex web applications with a little more "thought" while looking for vulnerabilities. I tried googling for solutions, preferably with a trustworthy team and with on-premise deployment, but I didn't find many that met those criteria. Can anyone here recommend something or is working on such a product? Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41369270">https://news.ycombinator.com/item?id=41369270</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 27 Aug 2024 16:22:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=41369270</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=41369270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41369270</guid></item><item><title><![CDATA[New comment by thomas34298 in "Roblox is the biggest game in the world, but is unprofitable"]]></title><description><![CDATA[
<p>There is a lot of porn. X even added official rules for it: <a href="https://help.x.com/en/rules-and-policies/adult-content" rel="nofollow">https://help.x.com/en/rules-and-policies/adult-content</a><p>I don't have an iPhone, but I know that you can access it via the official app from Google Play.</p>
]]></description><pubDate>Tue, 20 Aug 2024 12:42:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=41299541</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=41299541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41299541</guid></item><item><title><![CDATA[New comment by thomas34298 in "Roblox is the biggest game in the world, but is unprofitable"]]></title><description><![CDATA[
<p>I think the same argument could be made for Twitter/X. The app stores by Google and Apple specifically disallow pornographic material, yet the app is full of it. Once you're big and important enough, the rules mostly don't apply for you anymore. Of course, if they tried to circumvent the app store tax directly within the app, there would be consequences, but as long as Google/Apple can make a profit, it's okay it seems.</p>
]]></description><pubDate>Mon, 19 Aug 2024 08:52:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41289178</link><dc:creator>thomas34298</dc:creator><comments>https://news.ycombinator.com/item?id=41289178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41289178</guid></item></channel></rss>