Skip to main content

38 posts tagged with "Security"

Security tag

View All Tags

Encryption vs Authentication: The Architecture Guardrails You Need After the Passkeys Critique

· 5 min read
Victor Jimenez
Software Engineer & AI Agent Builder

Somewhere a team is shipping a product that uses passkey credentials as data-encryption keys, and they are genuinely proud of the elegance. They will be less proud the first time a user switches phones and watches their data evaporate. The passkeys critique made this failure mode impossible to ignore — so here are the guardrails I would enforce in any architecture review before that elegant design reaches production.

Gemini API Key Policy: What Changed and How to Fix Your Agent Workflows

· 5 min read
Victor Jimenez
Software Engineer & AI Agent Builder

Gemini API keys are now under stricter governance: leaked keys can be disabled by Google, and API terms and cloud key controls are evolving. Agent workflows that chain multiple jobs and providers are the most exposed. A single leaked key in logs, prompts, or commits can halt automation and trigger incident response.

I reviewed the policy changes and built a concrete key management update plan.

GitGuardian MCP: Secret Scanning as a Hard Merge Gate for AI-Generated Code

· 5 min read
Victor Jimenez
Software Engineer & AI Agent Builder

If AI agents can open pull requests, secret scanning must become a hard merge gate, not a best-effort report. The practical baseline is: pre-commit scanning for fast feedback, CI blocking checks for enforceability, and policy-controlled break-glass paths with audit logs.

I reviewed the GitGuardian MCP integration pattern and tested it against agent-generated PRs.

Drupal 10/11 Contrib Security Pitfalls: A Hardening Checklist That Actually Works

· 5 min read
Victor Jimenez
Software Engineer & AI Agent Builder

If you maintain a Drupal 10/11 contrib module, the biggest security misses are still predictable: missing access checks, weak route protection, unsafe output, and incomplete release hygiene. The fastest hardening path is to enforce explicit access decisions, protect state-changing routes with CSRF requirements, ban unsafe rendering patterns, and ship every release with a repeatable security gate.

1.5 Million Unprotected AI Agents: The Security Report Everyone Should Read

· 5 min read
Victor Jimenez
Software Engineer & AI Agent Builder

A recent report from Security Boulevard, based on a Gravitee study, puts a number on the AI agent security gap: approximately 1.5 million AI agents operating in large US and UK organizations with zero active oversight. That is not a theoretical risk. That is a ticking time bomb with a billing address.

I read the full report. The findings are worse than the headline.

WowRevenue <= 2.1.3 Authz Risk: I Built a Scanner and Fix Path

· 4 min read
Victor Jimenez
Software Engineer & AI Agent Builder

WowRevenue versions up to 2.1.3 can expose a high-risk path when authenticated low-privilege users can reach plugin installation or activation logic through AJAX handlers without strict capability checks. The practical fix is to enforce current_user_can('install_plugins') or current_user_can('activate_plugins') at handler entry and keep nonce checks as anti-CSRF only.

Drupal Maintainer Shield: Filtering AI Noise So Humans Can Focus on Real Security

· 5 min read
Victor Jimenez
Software Engineer & AI Agent Builder

Dries Buytaert, the founder of Drupal, recently addressed a growing problem: AI-generated contributions are flooding open-source projects with low-value reports and patches that lack expertise. The human bottleneck — the reviewer — becomes the point of failure for the entire ecosystem.

Drupal AI Vulnerability Guardian: Triage 12 Vulnerability Patterns at Machine Speed

· 6 min read
Victor Jimenez
Software Engineer & AI Agent Builder

AI is making vulnerability discovery faster and cheaper. That is the easy part. The hard part is what happens next: an open-source maintainer with limited hours receives a flood of security reports and must decide which ones deserve immediate attention, which are false positives, and which can wait.

Cloudflare Q4 2025 DDoS Report: What 31.4 Tbps Means for Drupal Infrastructure

· 4 min read
Victor Jimenez
Software Engineer & AI Agent Builder

The Cloudflare 2025 Q4 DDoS threat report just dropped, and the numbers are brutal. A record-breaking 31.4 Tbps attack mitigated in November 2025, and hyper-volumetric attacks up 700%. For Drupal site owners, these are not just statistics — they represent a fundamental shift in the scale of threats your infrastructure must handle.