Konstantin Pavlov

@kpavlov.me

Human, Software Engineer: #AI, #Java, #Kotlin, OSS. Creator of #TachyonMCP, mokksy.dev, #KotlinxSchema

⚡ Mokksy 0.10 is out! This release focuses on more realistic integration testing: • YAML-based stub loading • multipart & form body matching • improved verification APIs Built for testing modern HTTP & streaming APIs on the JVM. github.com/mokksy/mokks... mokksy.dev

Release v0.10.0 · mokksy/mokksy

What's Changed Mokksy v0.10.0 is a feature-heavy release focused on more realistic request matching, easier stub provisioning, and better verification APIs for tests. The main additions are file-ba...

github.com

Direct prompt injection is only the first layer. Higher-order attacks embed malicious intent in the code an agent dependencies it adds, and the trust chains it inherits — executing later in CI, production, or downstream agents. kpavlov.me/blog/agent-h... #ai #security #AttackVector

Higher-Order Attacks on AI Code Agents

Beyond direct prompt injection lies a more dangerous class of attacks: manipulating the agent into writing malicious code that executes later in CI or production. This article examines second-order co...

kpavlov.me

Spring Modulith is very valuable tool to avoid dependency cycles between modules in enterprise applications. Must-have tool for every serious project.

Siva@sivalabs.in · 5mo ago

SpringModulith helps in building Modular Monolith by providing automated modularity checks & more jb.gg/uj9s2n In this article I have explained: ✨Core principles of Spring Modulith ✨Adapting Spring Modulith in an existing Spring Boot app ✨How @intellijidea.com helps with inspections, & quick fixes

Unit tests won’t catch what breaks in production. If your service talks to external HTTP systems — mocking isn’t enough. You miss real config, timeouts, retries, and streaming behaviour. #Mokksy is a #Kotlin mock server with real HTTP & SSE support for black-box integration tests.

Mokksy: A Mock Server That Actually Streams — and Why Your AI App Needs Integration Tests

Why unit tests alone won’t save your LLM application in production, and how Mokksy — a Kotlin mock server with true SSE and streaming support — fills the gap that WireMock leaves wide open.

kpavlov.me