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

推荐订阅源

D
Docker
F
Fortinet All Blogs
爱范儿
爱范儿
博客园 - Franky
MyScale Blog
MyScale Blog
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
B
Blog
P
Proofpoint News Feed
IT之家
IT之家
宝玉的分享
宝玉的分享
D
DataBreaches.Net
S
SegmentFault 最新的问题
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
M
MIT News - Artificial intelligence
L
LangChain Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
雷峰网
雷峰网
Stack Overflow Blog
Stack Overflow Blog
量子位
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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.