Trust Under Scrutiny: Fake Stars, OAuth Fallout, and AI’s Real Costs

NEWSLETTER | Amplifi Labs
Six Million Fake GitHub Stars Are Distorting Open Source Signals
Around the web • April 20, 2026
A peer-reviewed ICSE 2026 study and this investigation identify ~6 million suspected fake stars across 18,617 GitHub repos from ~301,000 accounts, with AI/LLM and crypto projects prominent; paid stars ($0.03–$0.90) can even push repos onto GitHub Trending. Because many VCs scrape star growth (e.g., 2,850 median stars at seed), cheap manipulation can convert into funding, creating regulatory risk under the FTC’s Oct 21, 2024 rule and potential securities-fraud exposure if misused during fundraising. For practitioners, fork-to-star (<0.05) and watcher-to-star ratios plus contributor-activity metrics are stronger health signals; GitHub’s enforcement remains reactive and opaque, leaving much of the manipulation infrastructure intact.
Incident Response and Platform Security
Vercel breach traced to Context.ai OAuth; tighten env var security
Around the web •April 19, 2026
Vercel disclosed a breach impacting a limited set of customers after an employee’s Google Workspace account was compromised via a third‑party Context.ai OAuth app, enabling attackers to pivot into Vercel environments. The intruders enumerated environment variables not marked “sensitive” (thus not encrypted at rest), prompting Vercel to ship dashboard updates and urge customers to audit Workspace OAuth apps, review/mark variables as sensitive, and rotate secrets. Core services and OSS projects (Next.js, Turbopack) remain unaffected; claims of stolen data for sale are unverified.
EU age-check app cracked in minutes, igniting security and privacy backlash
Around the web •April 20, 2026
The European Commission's open-source mobile age-verification app—presented as 'technically ready'—was shown by researchers to have critical flaws, including unprotected on-device storage and bypassable biometric/PIN checks, with one consultant claiming a two-minute compromise. Designed to let platforms verify 'over-18' status via passports, national IDs, or banks using zero-knowledge proofs, the Scytáles/Deutsche Telekom-built app now faces calls for prelaunch security disclosures and may erode trust in upcoming EU digital identity wallets. Developers planning age-gating or eID integrations in Europe should expect tighter audits, shifting requirements, and possible delays as privacy and security baselines are revisited.
NemoClaw vs. Wirken: Tool‑Level Sandboxing for Safer AI Agents
Around the web •April 20, 2026
This piece critiques current agent gateways—highlighting NVIDIA’s NemoClaw/OpenClaw tutorial on DGX Spark—for relying on coarse, whole‑agent sandboxes (e.g., binding Ollama to 0.0.0.0, chat-based pairing, and netns egress approvals). It argues for shrinking trust boundaries: keep inference on loopback, assign per-channel Ed25519 identities, enforce permissions at the tool-dispatch layer, and run risky commands inside hardened, networkless containers (cap_drop ALL, read‑only rootfs, tmpfs /tmp) with hash‑chained audit logs. For developers building local, always‑on agents, the takeaway is to minimize blast radius with per‑action approvals and auditable controls rather than broad, process‑level trust.
AI Infrastructure, Costs, and Access
Swiss AI Initiative fuels open foundation models with Alps compute
Around the web •April 19, 2026
Started in Dec 2023, the Swiss AI Initiative is building open-science foundation models with 10m GPU hours on CSCS’s Alps (10,000+ GH2 GPUs) and a 20m CHF ETH Domain grant. Coordinated by the Swiss National AI Institute (ETH/EPFL), it runs regular compute calls across 10+ institutions and publishes transparent software, models, and datasets for Swiss researchers, startups, and SMEs. For developers, expect expanded access to large-scale training resources and open model releases, with industry backing from Swisscom.
Claude Token Counter adds comparisons; Opus 4.7 inflates token counts
Around the web •April 20, 2026
Simon Willison’s Claude Token Counter now compares tokenization across Claude models (Opus 4.7/4.6, Sonnet 4.6, Haiku 4.5), most useful for 4.7 vs 4.6 due to a tokenizer change. Tests show 4.7 producing 1.46x tokens on the system prompt and 1.08x on a 30‑page PDF versus 4.6—implying up to ~40% higher effective costs despite unchanged $5/$25 per‑million pricing. Image token counts jumped ~3x only when using 4.7’s higher max resolution; at lower resolutions 4.7 and 4.6 are near parity.
Product and API Craft
From seven lines to PaymentIntents: Stripe’s API design lessons
Around the web •April 20, 2026
Stripe traces its evolution from Charges/Tokens to Sources and ultimately to PaymentIntents + PaymentMethods (2018–2020), unifying global, asynchronous payment methods behind a single, predictable state machine. The model standardizes actions (e.g., redirects, 3DS) and preserves backward compatibility by layering Charges and introducing payment_method_details, while offering an easier on-ramp via error_on_requires_action. For developers, it’s a blueprint for large API migrations: prioritize consistency, package complexity for gradual adoption, and support with tooling (Stripe CLI, Samples, revamped docs).
Design Site Chatbots for Answers: Truncated Pyramid, Scannable Replies
Nielsen Norman Group •April 17, 2026
User research shows visitors treat site chatbots like search: they want fast, direct, scannable answers, not pleasantries or long streaming paragraphs. Adopt a 'truncated pyramid' pattern: give the essential answer first with any required caveats, then offer optional, well-formatted detail via bullets, headings, links, or suggested follow-ups; ask clarifying questions only when ambiguity would cause a wrong answer. For teams building chat UIs, handle typos gracefully, be explicit when the bot cannot perform an action, and prioritize specific, actionable responses over sending users to other pages.
Earn Product Influence with a Four-Step Information Pipeline
Nielsen Norman Group •April 17, 2026
Based on interviews with five designers in large organizations, NN/g outlines a four-step “information pipeline” to grow design autonomy: systematically gather org‑wide signals, build domain/dependency relationships, create cross‑functional sharing spaces, and synthesize evidence into clear tradeoff recommendations. Maintenance tactics (trackers, audits, reciprocal sharing) and downloadable templates make it practical for design and engineering teams to anticipate dependencies, align roadmaps, and shift from reactive execution to strategic impact.




