<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Cybercraft Labs — Blog</title><description>Patterns we see across engagements, written for the engineers who have to fix them.</description><link>https://cybercraftlabs.org</link><language>en</language><item><title>An LLM with tool access is an execution path</title><link>https://cybercraftlabs.org/blog/llm-tool-access-is-an-execution-path</link><guid isPermaLink="true">https://cybercraftlabs.org/blog/llm-tool-access-is-an-execution-path</guid><description>Prompt injection is not a content-moderation problem. The moment a model can call a function, untrusted text reaching that model is untrusted input reaching your backend — and it should be threat-modelled the same way.</description><pubDate>Sun, 20 Jul 2025 05:00:00 GMT</pubDate><category>Application security</category><author>Gaurav Raj (@thehackersbrain)</author></item><item><title>The authorisation bug you will ship next quarter</title><link>https://cybercraftlabs.org/blog/broken-object-level-authorisation</link><guid isPermaLink="true">https://cybercraftlabs.org/blog/broken-object-level-authorisation</guid><description>Broken object-level authorisation is the finding we report most often, and it is almost never a framework failure. It is a tenancy assumption made once, early, and then trusted everywhere downstream.</description><pubDate>Fri, 18 Jul 2025 05:00:00 GMT</pubDate><category>Application security</category><author>Gaurav Raj (@thehackersbrain)</author></item><item><title>Severity is not a priority</title><link>https://cybercraftlabs.org/blog/severity-is-not-a-priority</link><guid isPermaLink="true">https://cybercraftlabs.org/blog/severity-is-not-a-priority</guid><description>Why we rank findings by reachability and blast radius instead of CVSS, and how that changes the order you fix things in. A report that sorts by score tells you what is bad. It does not tell you what to do on Monday.</description><pubDate>Wed, 16 Jul 2025 05:00:00 GMT</pubDate><category>Engineering practice</category><author>Gaurav Raj (@thehackersbrain)</author></item><item><title>Secure by default: designing systems where the safe path is the easy path</title><link>https://cybercraftlabs.org/blog/secure-by-default-architecture</link><guid isPermaLink="true">https://cybercraftlabs.org/blog/secure-by-default-architecture</guid><description>Security fails when it fights developers. The systems that stay secure are the ones where the default configuration is already the hardened one. This post looks at how we design defaults — deny-by-default networking, short-lived credentials, and guardrails that make the insecure option the harder one to reach.</description><pubDate>Fri, 11 Jul 2025 05:00:00 GMT</pubDate><category>Application security</category><author>Gaurav Raj (@thehackersbrain)</author></item><item><title>Shipping without holding your breath: zero-downtime deployments in practice</title><link>https://cybercraftlabs.org/blog/zero-downtime-deployments</link><guid isPermaLink="true">https://cybercraftlabs.org/blog/zero-downtime-deployments</guid><description>Deploying should be boring. If your team schedules releases for 2am or braces for a maintenance window, the process is broken — not the code. This post walks through the mechanics of zero-downtime deploys: health checks, connection draining, backward-compatible migrations, and the discipline that makes rollback a non-event.</description><pubDate>Tue, 08 Jul 2025 05:00:00 GMT</pubDate><category>Cloud &amp; infrastructure</category><author>Gaurav Raj (@thehackersbrain)</author></item><item><title>Stop hardcoding, start rotating: a practical take on secrets management</title><link>https://cybercraftlabs.org/blog/secrets-management-done-right</link><guid isPermaLink="true">https://cybercraftlabs.org/blog/secrets-management-done-right</guid><description>The average codebase is one careless commit away from leaking a production key. Secrets management isn’t about a fancier vault — it’s about removing secrets from the places they don’t belong and making rotation so cheap that leaks become survivable. Here’s how we think about it.</description><pubDate>Sat, 05 Jul 2025 05:00:00 GMT</pubDate><category>Application security</category><author>Gaurav Raj (@thehackersbrain)</author></item><item><title>Your pipeline is production: why CI/CD is the attack surface nobody guards</title><link>https://cybercraftlabs.org/blog/hardening-ci-cd-pipelines</link><guid isPermaLink="true">https://cybercraftlabs.org/blog/hardening-ci-cd-pipelines</guid><description>Teams spend enormous effort locking down production and then hand a build server the keys to deploy anything, anywhere, unquestioned. CI/CD pipelines run privileged, pull untrusted dependencies, and are trusted implicitly — which makes them one of the highest-value targets in the whole system. This post is about treating the pipeline like the production system it is.</description><pubDate>Wed, 02 Jul 2025 05:00:00 GMT</pubDate><category>Cloud &amp; infrastructure</category><author>Gaurav Raj (@thehackersbrain)</author></item></channel></rss>