惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
J
Java Code Geeks
I
InfoQ
V
Visual Studio Blog
M
MIT News - Artificial intelligence
H
Help Net Security
博客园_首页
Blog — PlanetScale
Blog — PlanetScale
F
Fortinet All Blogs
Apple Machine Learning Research
Apple Machine Learning Research
人人都是产品经理
人人都是产品经理
G
Google Developers Blog
A
About on SuperTechFans
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
S
SegmentFault 最新的问题
WordPress大学
WordPress大学

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Checksum API Agent generates and maintains stateful API t...
Industry News · 2026-06-25 · via Help Net Security

Checksum has launched the API Agent, a continuous testing agent that generates and maintains journey-based tests for backend APIs.

The agent builds multi-step tests that mirror how a product actually uses its API, keeps them current as the API changes, and runs them in a team’s existing pipeline. It closes the gap that opens when AI coding tools add endpoints faster than engineers can write tests to cover them.

Spec-based generators stop at the endpoint. They confirm a route exists or matches a schema, and miss the behavior that actually breaks in production: an ID passed between steps, a state change that has to hold across a sequence.

The API Agent generates stateful, multi-step journeys instead, capturing dynamic values like IDs and tokens at runtime, covering error cases alongside successful flows, and producing the tests as standard PyTest that engineers can read and own. Across Checksum’s platform, teams see 82% lower test failure rates than they do maintaining suites by hand.

“Every team knows it should have API tests. The reason it doesn’t is that the tests rot faster than they catch anything, so the suite becomes one more thing to maintain instead of something the team trusts,” said Gal Vered, CEO of Checksum. “We built the agent to carry that maintenance, so coverage grows with the API instead of decaying against it.”

Engineers can now generate a complete API journey (create a resource, capture the returned ID, read it, update it, verify the result) as readable PyTest, with the values wired between steps automatically. Previously that meant writing and repairing every flow by hand.

The agent starts from a spec or captured traffic, with no repo connection required, and reaches meaningful coverage across a large API surface in days. When an endpoint or schema changes, it identifies the affected journeys and proposes updates through a reviewable session, so engineers approve changes instead of hunting down broken tests. For teams already using Checksum’s end-to-end agent, API and end-to-end coverage now live in one platform.