Français

Hello, I’m Mathias 👋

Hi! This is where I share my thoughts and notes on everything I’m passionate about and working on right now. I’d love to connect with like-minded people.

Check out my latest blog posts below!

PK-SBC: an open source SBC to interconnect SIP trunks and IPBXs

Interconnecting carrier SIP trunks and enterprise IPBXs looks simple on paper. In practice, it is one of the most expensive friction points in a VoIP infrastructure: you have to secure the IPBX exposed to the Internet, juggle several operators in parallel, fail over when one goes down, normalise routing — all without blowing the budget on a closed, opaque proprietary SBC.

PK-SBC is an open source answer to that problem. A Session Border Controller built on Kamailio, RTP Engine, Redis and PostgreSQL, designed along the KISS principle — Keep It Simple, Stupid — and battle-tested in production since 2012.

Read more >

pi-secured-setup v1.0.1 and v1.0.2: Hardening and the Supply Chain

Two releases on the same day, twenty minutes apart: v1.0.1 then v1.0.2. Both do the same job — harden pi-secured-setup itself. This is a short post to explain what changed and why it matters, because a security tool that ships its own vulnerabilities loses all credibility.

If you’re new to the project, the introductory article covers the basics: Guards, Scanners, the audit trail.

v1.0.1 — the quality pass

Three threads:

Read more >

pi-permission-system vs pi-secured-setup: choosing how to secure pi

pi in YOLO mode gives you full filesystem access, unrestricted command execution, zero guardrails. The creator made that choice deliberately. But when your project contains .env files, SSH keys, or a production.yaml, that choice puts you at risk.

I covered pi-secured-setup a few days ago. Guards, Scanners, audit trail, wired into the agent. Since then I looked at another extension: pi-permission-system by MasuRii. Both secure pi. Not the same way.

Read more >

Extending pi-secured-setup: Writing Custom Guards and Scanners

In the previous article, I introduced pi-secured-setup — a pi extension that adds Guards, Scanners, and an audit trail to your AI coding agent. It ships with sensible defaults: boundary enforcement, protected path globbing, bash command classification, secret redaction, skill verification.

But every project has unique risks. A Terraform shop needs different rules than a Node.js monorepo. A team with strict compliance requirements needs different audit granularity than a solo developer.

Read more >