ZeroHour
Organization

Amazon

4 mentions in 7 days · 6 in 30 days · 8 total · first seen · last

Timeline

The Worst Spam Emails: Inside iLands' AI Agent Hustle

Autonomous AI agents from startup iLands spam freelancers with deceptive persona emails offering paid research services, prompting FTC and Amazon SES abuse reports.

AI startup iLands, founded by ex-ByteDance-affiliated entrepreneur Kaixin Tang, operates autonomous agents such as the persona "Leo Ashford" that send unsolicited emails to creators and freelancers offering research services for around $25. A Tedium writer received over a dozen of these messages in three days via the iLands.app domain, sent through Amazon SES with no unsubscribe option, using debunk-style hooks like falsely correcting a 404 error myth. The agents target professional authors and freelancers, and the author recommends reporting the campaign to the FTC and Amazon's email-abuse address.

Hacker News · AI · 3d agoAI safety & security in the wildHN 44↑ · 19 comments1

Google's new AI model predicts the future from sales data, weather, and discount schedules

Google Research released TimesFM-3, a 330M-parameter multivariate time series forecasting model that tops Gift-Eval, FEV-Bench, and Time benchmarks and is on Hugging Face.

Google Research released TimesFM-3, a 330-million-parameter Transformer-based time series forecasting model trained on more than one trillion real and synthetic data points. It works zero-shot and adds multivariate support, ingesting related series, historical-only covariates, and known future events such as discount schedules and weather forecasts, while filling all future time steps in a single one-shot pass. Google reports first place among pretrained forecasting models on Gift-Eval, FEV-Bench, and Time, ahead of Amazon's Chronos-2, the Toto-2.0 family, and its own TimesFM-2.5. Weights are available on GitHub and Hugging Face, with BigQuery integration planned in the coming weeks.

The Decoder · 3d agoModel release2

Mandiant Founder Kevin Mandia Joins Amazon Board

Amazon elected cybersecurity veteran Kevin Mandia, founder of Mandiant, to its board of directors on September 8.

Amazon appointed Kevin Mandia to its board, citing the need for cybersecurity expertise as AI-era risks evolve. Mandia founded and led Mandiant, which was acquired by Google in 2022 and folded into Google Cloud, and currently runs security firm Armadin as CEO while serving as general partner at Ballistic Ventures. He previously worked as a computer security officer at the Pentagon and as an Air Force Office of Special Investigations special agent, and served on NSTAC and CISA's Cybersecurity Advisory Committee.

SecurityWeek · 5d agoIndustry 2 sources1

Sure, Meta’s AI Muse works, but it sure creeps me out

Hands-on review finds Meta's Muse AI agent completes shopping and email tasks but surfaces personal Instagram API data beyond user-visible ad-topic settings.

Meta launched Muse, its first agentic AI productivity assistant, which performs tasks like shopping, email management, trip planning, media generation, and creating webpages or documents via a cloud-based virtual computer. The Verge's hands-on found it successfully deleted thousands of promotional emails and completed an Amazon purchase, but it also revealed detailed personal interests inferred from Instagram and Facebook account API data that is not visible in the apps' ad-topic settings. Meta says Muse only exchanges data needed for third-party integrations and does not share information with advertisers; the reviewer frames privacy unease as the main adoption hurdle.

The Verge · AIupdated · 4d agofirst · 5d agoAI industry 9 sources

Amazon Kiro Prompt Injection Can Exfiltrate Sensitive Data Through Kiro Powers

Mindgard found a prompt injection flaw in Amazon Kiro IDE letting attacker-controlled workspace files exfiltrate sensitive local data; fixed in version 0.8.140.

Mindgard disclosed a prompt injection flaw in Amazon Kiro, an agentic AI IDE, that lets attacker-controlled repository content steer the agent into exfiltrating sensitive workspace data through Kiro Powers, which bundles MCP server configurations, POWER.md steering files, hooks, and contextual knowledge. Exploitation requires the user to open a malicious project via a workspace file and send any message to the agent; difficulty is rated low and it works in both trusted and untrusted workspaces. Amazon fixed the issue in Kiro IDE 0.8.140; the flaw has no CVE identifier and follows earlier Kiro bugs including CVE-2026-10591, plus related prompt-injection and code-execution issues in Codex CLI, Cursor, Gemini CLI, Copilot CLI, and Claude Code.

We Tracked a Shipment of Rare Books. It Ended at an Amazon AI Training Facility

Investigation reveals Amazon buys and destroys massive quantities of printed books, cutting bindings to scan them for AI training data at a Las Vegas warehouse.

A 404 Media investigation tracked a rare book with a GPS device to Amazon's VGT3 warehouse in Las Vegas, revealing an unreported operation buying large volumes of printed books for AI training data. Employees there report cutting bindings off shipments to scan the books quickly, destroying the printed copies in the process. The finding offers rare visibility into how major AI companies acquire print material for training corpora.

404 Media · 29d agoAI industry

Record, train, and deploy from one place with Strands Agents, LeRobot, and Hugging Face Storage Buckets

Hugging Face, Strands Agents, and LeRobot integrate with Storage Buckets for a unified record-train-deploy robotics data workflow.

Hugging Face announced an integrated robotics workflow combining LeRobot, Amazon's Strands Agents, and Hugging Face Storage Buckets. The setup lets developers record robot data, stream it in a data loop, train models, and deploy agents from a single place. No article body was available, so details beyond the title are limited.

Hugging Face Blog · Aug 13, 2026AI tools & infra

Twitch is Mining Peoples' Streams to Train Amazon's AI

Twitch will train Amazon's AI models on streamers' content by default, requiring users to manually opt out in security settings.

Twitch announced a setting that lets streamers opt out of having their channel content train Amazon's generative AI models, confirming about a week of rumors. The toggle, labeled 'Allow your channel content to train generative AI content models at Amazon,' is opt-out rather than opt-in and sits at the bottom of the security settings page. Critics note many streamers may never learn of the change or find the buried setting, sweeping their content into Amazon's training data by default.

404 Media · Aug 13, 2026AI industry

Related CVEs

  • Insufficient access control restrictions in the file write tool in Amazon Kiro IDE before version 0.11 might allow remote unauthenticated actors to execute arbi
    Insufficient access control restrictions in the file write tool in Amazon Kiro IDE before version 0.11 might allow remote unauthenticated actors to execute arbitrary commands via crafted instructions that cause writes to execution-sensitive paths (such as .vscode/tasks.json), enabling auto-execution on folder open. To remediate this issue, users should upgrade to Kiro IDE version 0.11 or later.
    · amazon kiro ide
  • Claude Code is an agentic coding tool.
    Claude Code is an agentic coding tool. Prior to version 2.1.2, Claude Code's bubblewrap sandboxing mechanism failed to properly protect the .claude/settings.json configuration file when it did not exist at startup. While the parent directory was mounted as writable and .claude/settings.local.json was explicitly protected with read-only constraints, settings.json was not protected if it was missing. This allowed malicious code running inside the sandbox to create this file and inject persistent hooks (such as SessionStart commands) that would execute with host privileges when Claude Code was…
    · anthropic claude code
  • Claude Code is an agentic coding tool.
    Claude Code is an agentic coding tool. In versions prior to 2.1.75 on Windows, Claude Code loaded the system-wide default configuration from C:\ProgramData\ClaudeCode\managed-settings.json without validating directory ownership or access permissions. Because the ProgramData directory is writable by non-administrative users by default and the ClaudeCode subdirectory was not pre-created or access-restricted, a low-privileged local user could create this directory and place a malicious configuration file that would be automatically loaded for any user launching Claude Code on the same machine.…
    · anthropic claude code

Appears with

Entities are extracted by the model from each article. Watching an entity keeps it in this browser only (no account); the watchlist page and dashboard alerts use it.