> daily_signal(2026_08_03)

A city switched its surveillance vendor before the public was told, a cheap TV stick shipped a backdoor, and the volunteers and AI meant to keep software and science honest ran thin.

PickBits Daily Signal · Monday, August 3, 2026

By Mark Pickering · 8 min read · August 3, 2026

// tl;dr

Start in Syracuse, where the surveillance dragnet we began tracking in June, when we covered the license-plate camera networks quietly blanketing whole towns, just changed hands to Axon before the public was told. On a $30 shelf at Amazon, the streaming stick we flagged back in June as a fraud relay node is still shipping with its backdoor pre-installed. Both work the same way: the tracking gets cheaper and quieter, and it lands on you whether you agreed to it or not. The volunteers and reviewers who normally catch this kind of thing are stretched thin right now. A handful of curl volunteers closed their security inbox for a month because AI "slop" made triage impossible, and the pipeline meant to keep cancer research honest turned out to be so overrun with paper-mill fakes that it took a machine to even measure the damage. My read on the day is that the surveillance keeps getting cheaper while the people paid to push back keep getting fewer, and the one genuinely good thing here is that, for once, a machine did some of the pushing back itself.

The cameras went up in Syracuse before anyone was told, and the only thing guarding your software and your medicine this week was a few tired volunteers and one useful algorithm.

1. Syracuse switched on a warrantless license plate dragnet, and the only thing that changed was the logo on the camera.

Swapping the surveillance vendor is not the reform it gets sold as.

Your car's movements are being logged by a company you never chose, and the cameras were reading plates before the public was told the system was on. On July 28, the Syracuse Police Department switched on the first 14 of 26 new Axon automatic license plate readers, and the department's own transparency portal had already recorded 697,104 plate reads before public activation. Assemblymember Pam Hunter calls it "a constant, warrantless surveillance system," and says "it's the same tech, and it serves the same purpose" as the Flock Safety cameras it replaces. The NYCLU and the Melt Coalition are on record against it.

Bruce Schneier wrote last week that switching from Flock to Axon is like a gambling addict swapping one betting app for another: Axon's cameras still hoover up personal details far beyond a plate number, and Axon carries deeper ties to the federal government than Flock does. So a town that "switched vendors" has not reduced the dragnet by an inch. It is the same warrantless record of everyone who drives, now held by the firm with deeper federal ties than the one it replaced.

Screenshot of Central Current's report on Axon license plate readers going live in Syracuse
centralcurrent.org · July 2026
Why this matters: We started tracking this exact dragnet in June. The cameras always go up before the public is told, and any promise about deleting the footage later arrives after the reads are already logged. Syracuse captured almost 700,000 plates before it told anyone the system was on, which is the whole game in one number. My own read is that the vendor fight is a distraction, because Flock and Axon are interchangeable and the missing piece is the same either way: the public found out after the cameras were already logging plates. Action this week: If your town is weighing one of these contracts, the lever that actually works is boring, and it is paperwork. The thing I would get into the procurement record before any vote is the written data-retention and data-sharing policy, in plain words, so the retention and query-access rules cannot hide in a footnote. And if you just want to see the reach of what is already running, most jurisdictions with a transparency portal will show you the retention schedule and the list of agencies with query access if you ask for it, which is how you find out who can pull your car's history.

centralcurrent.org: Axon license plate readers go live in Syracuse; state legislator calls it a "constant, warrantless surveillance system" (July 2026)
schneier.com: Axon is another license plate surveillance company (July 28, 2026)
govtech.com: Axon to debut license plate reading after a year of input (2026)

2. The internet's most-used transfer tool closed its security inbox for a month, because AI slop burned out the volunteers.

The people guarding the code inside your product just ran out of patience for AI-written fakes.

The free library holding your product together just closed its security inbox for a month, and the reason should change how your whole team consumes open source. curl, the ubiquitous data-transfer tool whose libcurl ships inside countless apps, phones, cars, and servers, accepted zero vulnerability reports from July 1 through today, a "summer of bliss" its maintainer Daniel Stenberg took because triaging AI-generated "slop" reports had become unsustainable for a handful of volunteers. It follows Stenberg shutting curl's bug bounty, which it had run since 2019, in January 2026, after the year's first twenty submissions produced a 0% confirmed-vulnerability rate: every one an LLM-written report that looked like a real CVE but cited code that never existed or bugs long since fixed.

An AI can now spit out a report that looks exactly like a real vulnerability in a few seconds, and a human still has to read every single one to find out it is fake. Twenty of them in a row were fake. The companies paying for a support contract kept full service through the freeze. Everyone else waited a month for the free thing they had been treating as infinite.

Screenshot of LWN's report on curl pausing vulnerability reports for July 2026
lwn.net · June 15, 2026
Why this matters: My read is that this bill has been coming for years. The free software your product depends on is held up by a few people, and now anyone with a chatbot can flood them with fake reports for nothing. When I have watched maintainers talk about this, the exhaustion is never about one bad report. It is about the twentieth plausible-looking fake in a week that cites a function the code never had. Action this week: The question I would put in writing this week is the plain one: which of the volunteer-maintained projects we ship inside our product are we leaning on for free, and are we paying to support a single one of them. Stenberg's paying customers kept service through the freeze, which tells you what a support contract is actually buying. And if your people are pointing AI at code to hunt for bugs, the rule I would insist on is that a human confirms the flaw and reproduces it before anyone files it upstream, because dumping unread AI output on a volunteer is now a denial of service on the supply chain itself.

lwn.net: curl's "summer of bliss" and the pause on vulnerability reports (June 15, 2026)
itpro.com: curl scraps its open-source bug bounty after a wave of AI slop (January 22, 2026)

3. That $30 Android TV stick on Amazon ships with a factory backdoor that rents out your home internet.

You do not get hacked later; the device arrives already enrolled in someone else's crime operation.

The $30 streaming stick you plugged into your TV may be renting your home internet to criminals, and it was doing it before you opened the box. In a July 30 report, Brian Krebs detailed how cheap Android TV sticks, including the H96 model still sold on Amazon, arrive with a backdoor built into the firmware at the factory, no hacking required. Bitsight researcher Pedro Fale traced roughly 38,000 still-active boxes to Zhejiang Fengwo IoT Technology Ltd, and found the malware disguises each device as a name-brand phone to run click fraud on AI-generated sites, then rents the buyer's home internet out as a residential proxy, flipping to ad-fraud mode when the TV is off. One old domain was pulling in an estimated $50,000 a day.

The reason to treat this as more than a cheap-gadget warning is where the compromise lives: at the supply chain, not in some download you clicked. The FBI warned in 2025 that exactly these devices turn a home network into criminal infrastructure, and the boxes keep selling because they show up next to legitimate gear on mainstream retailers, so people reasonably assume they are safe. They are not. A device that arrives pre-enrolled in a botnet is a different problem from one you can avoid with good habits, because there was no moment you could have done anything differently.

Screenshot of Brian Krebs's report on backdoored cheap Android TV streaming sticks
krebsonsecurity.com · July 30, 2026
Why this matters: Brian Krebs has been on this beat for years, and we covered these boxes ourselves back in June as fraud relay nodes, so the pattern is not new; what is new is the scale and the honesty of the numbers, with 38,000 devices still phoning home to one expired domain. The part that should bother you is that the buyer did everything a normal person does, which is buy a cheap thing from a big store, and still ended up hosting crime. Action this week: The move I would make tonight is the simple one: do not buy a no-name box that promises free TV for a one-time fee, and stick to a Roku, an Apple TV, or a Fire Stick, something that ships verified firmware updates. If you already own one, the thing I would actually go check is whether a device on your network is calling itself a phone brand you have never bought, and if it is, put the box on a guest Wi-Fi that cannot see the rest of your network, or just unplug it and treat it as compromised.

krebsonsecurity.com: Read this before you buy that TV streaming stick (July 30, 2026)
foxnews.com: How a cheap streaming box can hijack your home internet (July 2026)

4. An AI "spam filter" for science screened 2.6 million cancer papers and flagged more than 250,000 as likely fakes.

The rot in the cancer literature was invisible at scale; a free tool finally makes it measurable.

If your care, or the care of someone you love, rests on cancer research, some of the studies underneath it are fabricated, and an AI just measured how many. A team at Queensland University of Technology, led by Professor Adrian Barnett and publishing in The BMJ, built what Barnett calls "a scientific spam filter": a machine-learning model that read 2.6 million cancer research papers from 1999 to 2024 and flagged more than 250,000 of them, about one in ten, as carrying the same linguistic fingerprints as known paper-mill and retracted fraudulent work. The tool matched suspicious papers about 91% of the time against verified examples, and showed the share of flagged papers climbing from roughly 1% in the early 2000s to a peak above 16% in 2022, worst in gastric, liver, bone, and lung cancer.

The good news here comes with a caveat the authors put right in front, and it is the part that keeps this honest. A flag is a warning signal, not a verdict; every paper the screen catches still needs a human expert to confirm actual misconduct. What the tool changes is not the truth of any single paper but the scale of the problem, which until now nobody could see. Paper mills mass-produce fabricated studies, and the peer-review pipeline that is supposed to catch them runs on unpaid, exhausted reviewers. Now there is at least a way to triage which studies to check first.

Screenshot of ScienceDaily's report on a BMJ machine-learning screen for paper-mill cancer studies
sciencedaily.com · July 16, 2026
Why this matters: A patient or a guideline committee cannot check 2.6 million papers by hand, and the fraud in that pile has been growing for two decades while staying invisible, so a measurement at this scale genuinely matters. And the same kind of AI that helps paper mills mass-produce plausible fakes is now the thing catching them, a spam filter for exactly the spam other models generate. Action this week: The thing worth watching is whether journals and guideline committees adopt this as a routine triage filter, the way your email spam folder just quietly runs in the background, rather than as a one-off headline. If a cancer finding you are relying on rests on a single study in one of the hardest-hit fields, the move I would make is to check it against Retraction Watch and look for an independent replication before acting on it, because the screen found the share of flagged cancer papers peaking above 16% in 2022, with gastric, liver, bone, and lung among the hardest hit.

sciencedaily.com: AI "spam filter" for science flags scale of paper-mill fraud in cancer research (July 16, 2026)
the-scientist.com: Nearly ten percent of cancer papers flagged as potentially fake (July 2026)
ecancer.org: New tool exposes scale of fake research flooding cancer science (July 2026)

» What to watch this week

Tomorrow's signal lands here.