Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > keymelgaston > 4-motion-design-bugs-that-break-astro-gsap-lenis-sites-in-production-31ac

4 Motion Design Bugs That Break Astro + GSAP + Lenis Sites in Production

2+ hour ago   (455+ words) I got tired of debugging the same four things every time I built a motion-design landing page with Astro, GSAP, and Lenis — so I wrote them down. Here's each bug, what causes it, and how to fix it. How to…...

DEV Community
dev.to > alkisyuv > my-agents-kept-overwriting-each-other-so-i-gave-them-claims-2h8k

My agents kept overwriting each other, so I gave them claims

2+ hour, 3+ min ago   (266+ words) I run several agent sessions in parallel, each in its own project, all on the same machine. For a while I believed that was safe because every session had its own repo. It wasn't. Sessions reach outside their home tree…...

DEV Community
dev.to > praiztech > accessibility-remediation-is-software-engineering-not-a-checklist-3d64

Accessibility remediation is software engineering, not a checklist

1+ hour, 48+ min ago   (680+ words) An accessibility audit is invaluable. It identifies problems that might otherwise go unnoticed, provides a structured view of a product's accessibility, and gives a team a concrete starting point for remediation. But an audit report is a starting point, not…...

DEV Community
dev.to > alkisyuv > every-hole-in-the-gate-is-signed-3a43

Every hole in the gate is signed

2+ hour, 3+ min ago   (270+ words) I want to be precise about why this surfaced at all. It failed in the strict direction: the gate checked more, not less, so it blocked a commit and I noticed. The same change could as easily have made a…...

DEV Community
dev.to > ventrova > catch-mcp-tool-poisoning-and-prompt-injection-regressions-on-every-pr-github-actions-pre-commit-24fb

Catch MCP Tool-Poisoning and Prompt-Injection Regressions on Every PR (GitHub Actions + pre-commit)

1+ hour, 51+ min ago   (519+ words) A working walkthrough of wiring sentinel-scan-cli into GitHub Actions and pre-commit as a CI gate that actually fails the build, including a gap I found in the CLI itself and the fix for it. All command output below is from…...

DEV Community
dev.to > takahiro_hashito_a1f3f0dc > dont-validate-the-output-validate-that-you-were-allowed-to-generate-it-2ekh

Don't validate the output. Validate that you were allowed to generate it.

2+ hour, 37+ min ago   (758+ words) I run a site that collects overseas viewer comments about individual anime episodes, translates them, and publishes them. It updates automatically every day. There is one failure mode that matters more than all the others: creating a page for an…...

DEV Community
dev.to > emre_ordu > i-built-agentcheck-because-the-coding-agent-said-done-wasnt-enough-2c1p

I Built AgentCheck Because “The Coding Agent Said Done” Wasn’t Enough

2+ hour, 54+ min ago   (702+ words) AI coding agents are getting surprisingly good at writing code. I use them regularly, and they can handle increasingly large tasks: refactoring code, adding features, updating dependencies, modifying configuration, creating migrations, and touching files across an entire repository. But I…...

DEV Community
dev.to > ventrova > how-to-test-your-llm-app-for-prompt-injection-promptfoo-vs-garak-vs-giskard-vs-pyrit-vs-2oim

How to test your LLM app for prompt injection: promptfoo vs garak vs Giskard vs PyRIT vs sentinel-scan-cli

2+ hour, 14+ min ago   (755+ words) I went through the five tools that come up most often, ran them where I could, and read the source/docs closely where I couldn't. Here's what each one actually does, where they overlap, and where they don't. Update, Aug…...

DEV Community
dev.to > takahiro_hashito_a1f3f0dc > enforcing-a-style-rule-with-a-linter-that-actually-fails-the-build-1k13

Enforcing a style rule with a linter that actually fails the build

2+ hour, 32+ min ago   (887+ words) I run a fleet of static sites that publish new content every day, mostly unattended. One of the house style rules is simple: no emoji anywhere in our own copy. That rule is impossible to hold by hand. A single…...

DEV Community
dev.to > b_w_615d21106a7ac6f6b8cc4 > the-counter-that-counted-a-call-the-preflight-never-reached-4c6i

The Counter That Counted a Call the Preflight Never Reached

2+ hour, 49+ min ago   (306+ words) Summer Bug Smash: Clear the Lineup 🐛🛹 This is a submission for DEV's Summer Bug Smash: Clear the Lineup, powered by Sentry. I was working on a small Python component that performs a preflight check and then, if the check succeeds,…...