30 related articles

Systematic breakdown of MCP protocol's four-stage lifecycle and 16 security attack types, covering supply chain poisoning, prompt injection, credential theft, and more real-world threats.

In-depth analysis of OpenAI's open-source Codex Security code scanning tool, comparing it with Snyk, Semgrep, and CodeQL, examining its AI Agent verification, real test data, and current limitations.

Deep dive into Tencent's open-source AI-Infra-Guard full-stack AI red teaming platform, covering Agent scanning, MCP protocol scanning, LLM jailbreak evaluation, and more.

A beginner's guide to SRC bug bounties: learn how to find business logic, information leakage, and weak credential vulnerabilities using Burp Suite without coding skills.

Deep dive into how open-source project Aegisora provides runtime security controls for AI agents, including malicious behavior interception, least-privilege API access, real-time PII redaction, and audit logs.

Anthropic's Claude generates nonexistent package names during coding assistance, which malicious actors register to steal real API keys. Analysis of the attack chain and developer defenses.

A security audit of 7.6PB of HuggingFace training data uncovered massive API key and credential leaks. Analysis of risks, scanning challenges, and data supply chain security governance.

Tokimeter is an open-source local tool that unifies token usage and cost analysis across Claude, Cursor, Codex, and more AI coding tools—no account needed, data never leaves your machine.

Deep dive into domain security architecture for self-hosted services: Should services with different exposure levels use separate domains or subdomains? Analysis of subdomain enumeration risks, defense in depth, and practical isolation strategies.

VulX Watch is a security audit tool for AI-generated code that connects read-only to GitHub repos, independently reviews vulnerabilities, and provides line-level evidence for every finding.

Seeing strange 404 requests and bizarre URLs in your NGINX access logs? Learn what automated scanning attacks are, where they come from, and how to defend with Fail2ban, CrowdSec, and other practical solutions.

Seeing unfamiliar 404 requests and strange URLs in your NGINX logs? This article explains automated scanning attacks—their origins, intent—and provides practical defenses using Fail2ban, CrowdSec, and more.

How Anthropic's Claude assists in discovering cryptographic implementation vulnerabilities, analyzing AI's real capabilities and limitations in code review, side-channel detection, and protocol analysis.

Explore self-hosted receipt tracking tools for grocery expense management, covering OCR recognition, price tracking, food categorization, and budget management with open-source solutions like Firefly III.

When AI coding assistants have full filesystem access, are your API keys and cloud credentials safe? Deep dive into secret leakage risks and practical defenses.

How can enterprises process 50+ invoice formats with AI? This article analyzes visual document understanding approaches—multimodal LLMs, OCR+LLM, and hybrid architecture—with key decision advice for non-technical AI leads.

A deep dive into Security Swarm's evaluation methodology: building test sets from real, recent vulnerabilities to avoid training data contamination and validate its ability to find more bugs at lower cost.

In-depth analysis of Alibaba's comprehensive internal ban on Claude Code: from the hidden-marker controversy and Anthropic's regional-restriction stance to five core questions of enterprise AI coding tool security admission.

A deep dive into AirDrop and Quick Share wireless transfer protocol security — covering device discovery, handshake auth, data parsing attack surfaces, and practical defense recommendations.

Learn AI Agent development from scratch. This tutorial covers LLMs and prompts, then builds a conversational agent in Python using the DeepSeek API with multi-turn dialogue and system prompts.