> Markdown version of [/videos/1331-wearedevelopers-live-chrome-for-sale-comet-the-upcoming-perplexity-browser-stealing-and-leaking](https://www.wearedevelopers.com/videos/1331-wearedevelopers-live-chrome-for-sale-comet-the-upcoming-perplexity-browser-stealing-and-leaking). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # WeAreDevelopers LIVE - Chrome for Sale? Comet - the upcoming perplexity browser Stealing and leaking Treat AI like an untrusted junior developer. Blindly relying on "vibe coding" exposes infrastructure to catastrophic vulnerabilities, massive data leaks, and advanced prompt injection attacks. - **Speakers:** [Chris Heilmann](https://www.wearedevelopers.com/@chris-heilmann), [Daniel Cranney](https://www.wearedevelopers.com/@daniel-cranney), [Ramona Schwering](https://www.wearedevelopers.com/@ramona-schwering) - **Event:** WeAreDevelopers LIVE - **Published:** April 30, 2025 - **Duration:** 56:03 - **URL:** https://www.wearedevelopers.com/videos/1331-wearedevelopers-live-chrome-for-sale-comet-the-upcoming-perplexity-browser-stealing-and-leaking ## Summary Security considerations are losing ground to convenience as developers increasingly rely on AI tools and "vibe coding" to generate applications. While LLMs accelerate prototyping, blind trust in AI outputs introduces severe vulnerability risks, from flawed regular expressions that allow regex injection attacks to accidentally hardcoding and committing API keys. Attack vectors are evolving rapidly alongside these tools, with skyrocketing hardware-straining DDoS attacks and prompt injection frameworks like "policy puppetry" easily bypassing standard conversational safeguards. Mitigating these risks requires returning to robust zero-trust principles, utilizing physical hardware like YubiKeys instead of easily phished cloud passkeys, and maintaining strict visibility into cloud architectures. Failing to map this infrastructure can lead to disastrous exposures, such as the recent leak of 21 million employee surveillance screenshots from a completely open AWS instance. Beyond application-level weaknesses, the broader software ecosystem faces massive structural shifts. The potential mandated split of Google Chrome from its parent company software stack raises existential questions about the future funding of Chromium, potentially accelerating a pivot toward highly tracking, AI-first browsers that fundamentally alter the open web. Culturally, developers are pushing back against the "sycophantic" house style of AI generators, leveraging advanced prompt engineering to mandate "model obsolescence by user self-sufficiency" and force models to deliver facts without robotic flattery. Ultimately, securing the modern software supply chain hinges on treating AI not as an infallible oracle, but as an untrusted junior developer—scrutinizing every generated line of code, managing API keys carefully, and recognizing that software security is not a choice, but an infrastructural must. **Keywords:** ai vulnerability mitigation, vibe coding dangers, regex injection attacks, prompt injection exploits, policy puppetry jailbreaks, websocket hijacking risks, cloud infrastructure mapping, AWS bucket exposure, hardware authentication keys, yubikey MFA, chrome browser monopoly, chromium open web funding, chatgpt sycophancy instructions, DDoS threat intelligence, LLM enterprise safeguards, API key leakage ## Chapters 1. **Introduction to security advocacy and automation testing** (00:07) — How automated testing and community feedback loop bridge the gap between product development and actual security needs. 1. **AI adoption and unintentional data exposure risks** (02:40) — Integrating generative models without auditing input workflows exposes proprietary data to widespread malicious extraction. 1. **Security risks of trusting AI-generated code and regex** (05:51) — Relying unconditionally on generated regular expressions introduces severe injection vulnerabilities and sudden compute overloads. 1. **Surge in actively exploited vulnerabilities in 2025** (09:54) — How the proliferation of untested generative code creates a drastic increase in successful cyber attacks. 1. **The dangers of vibe coding and exposed API keys** (12:12) — Drafting programmatic concepts largely through prompts leads to exposed tokens and massive provider bills. 1. **Prompt injections and extracting locked API keys from LLMs** (15:09) — Bad actors exploit indexed linguistic models using jailbreaks and policy puppetry to harvest sensitive environment variables. 1. **Hardware keys and mitigating persistent password vulnerabilities** (19:48) — Transitioning from traditional access constraints to localized hardware authenticators minimizes reliance on easily compromised cloud platforms. 1. **Rising DDoS attacks and evaluating CDN mitigation strategies** (24:02) — Mitigating drastic spikes in localized traffic streams requires specialized firewall tooling independent of host networks. 1. **Monitoring AWS traffic with endpoint auditing tools** (25:53) — Utilizing precise HTTP auditing tools exposes unexpected outbound traffic behaviors from newly provisioned cloud instances. 1. **Employee surveillance data leaks and hardware policies** (28:37) — An open storage bucket leak of millions of employee screenshots highlights widespread corporate hardware privacy violations. 1. **Discovering and mitigating WebSocket hijacking exploits** (33:13) — Securing bidirectional events requires manual network validation because sockets inherently lack standard domain sandboxing guardrails. 1. **Over-filtering inputs and XSS prevention in web editors** (34:51) — Implementing aggressive sanitization measures inadvertently hinders developers from writing valid configuration strings during content creation. 1. **Potential Chrome divestment and the future of open web** (36:27) — A mandated browser divestment introduces severe privacy risks surrounding third-party trackers and targeted advertising networks. 1. **Overcoming sycophantic LLM responses with custom system prompts** (42:29) — Applying persistent semantic memory instructions overrides conversational padding patterns to deliver immediate technical responses. 1. **Assessing authenticity in AI-generated podcasts and virtual avatars** (46:46) — Deploying completely synthetic audiovisual personalities negatively impacts consumer trust compared to genuine human interaction. 1. **Irony in anti-piracy videos using stolen digital assets** (52:38) — Investigators discovered unauthorized font licenses injected inside foundational broadcasting commercial assets. 1. **Final takeaways on verifying code generated by LLMs** (54:25) — Treating generative inputs identically to unproven junior pull requests establishes a baseline barrier against catastrophic logical failures. ## Related Moments - [Security integration and AI skepticism in developer tooling](https://www.wearedevelopers.com/videos/1830-wearedevelopers-live-speculaitions) (from "WeAreDevelopers LIVE - SpeculAItions") - [Navigating web element APIs and emerging software vulnerabilities](https://www.wearedevelopers.com/videos/1362-wearedevelopers-live-our-world-congress-2025-code100-highlights-with-jack-barber-and-marco-podien) (from "WeAreDevelopers LIVE - Our World Congress 2025 & CODE100 Highlights with Jack Barber and Marco Podien") - [The rise and risks of agentic software development](https://www.wearedevelopers.com/videos/100290-how-to-govern-vibe-coding-for-the-enterprise) (from "How to govern Vibe Coding for the Enterprise") - [The impact and risks of AI generated code](https://www.wearedevelopers.com/videos/1280-navigating-the-future-of-junior-developers-in-tech) (from "Navigating the Future of Junior Developers in Tech") - [The necessity of developer intelligence amidst automated attack generation](https://www.wearedevelopers.com/videos/1004-let-s-write-an-exploit-using-ai) (from "Let’s write an exploit using AI") - [Risks of malicious VS Code extensions and AI assistants](https://www.wearedevelopers.com/videos/1794-wearedevelopers-live-from-javascript-to-webassembly-high-performance-charting-and-more) (from "WeAreDevelopers LIVE – From JavaScript to WebAssembly, High-Performance Charting and More") ## Related Articles - [Dev Digest 138 - Are you secure about this?](https://www.wearedevelopers.com/magazine/486-dev-digest-138-are-you-secure-about-this) - [Dev Digest 132 - Binging WADFlix?](https://www.wearedevelopers.com/magazine/473-dev-digest-132-binging-wadflix) - [Exploring AI: Opportunities and Risks for Developers](https://www.wearedevelopers.com/magazine/522-exploring-ai-opportunities-and-risks-for-developers) - [Dev Digest 137 - AI'm not sure about this](https://www.wearedevelopers.com/magazine/485-dev-digest-137-ai-m-not-sure-about-this) ## Related Jobs - [Staff Developer Advocate, GitHub Security Lab](https://www.wearedevelopers.com/jobs/ext/1921051-staff-developer-advocate-github-security-lab) at **GitHub** - [Senior Engineer, Infrastructure Platform](https://www.wearedevelopers.com/jobs/ext/328836-senior-engineer-infrastructure-platform) at **Intercom, Inc.** - [AI Software Engineer (Germany)](https://www.wearedevelopers.com/jobs/48317-ai-software-engineer-germany) at **Sunhat** - [Engineer, Offensive Security Organization](https://www.wearedevelopers.com/jobs/ext/1992296-engineer-offensive-security-organization) at **Twilio** - [Security Architect - AI](https://www.wearedevelopers.com/jobs/ext/1581899-security-architect-ai) at **ZEISS Group** - [Senior Software Engineer](https://www.wearedevelopers.com/jobs/ext/15942-senior-software-engineer) at **GitHub**