17 blog available in the DeepSeek directory
Articles, tutorials, and deep dives on this AI platform β from getting-started guides to advanced techniques and real-world use cases.
securityLast year I was doing a code review for a startup. Everything looked fine on the surface, clean code,...
securityExposing a web service to the public internet typically involves assigning a public IP address to the...
securityHow a forged github-actions commit planted a credential-stealing worm in five of my repos, why opening one in an AI editor detonates it, and how the same worm hit 73 Microsoft repos that GitHub disabled in 105 seconds while mine stayed live.
securityAI coding agents are showing up in CI/CD pipelines more often. They can review code, run tests,...
securityEight accounts, six years of creation dates, following counts within a range of 25. Here's how following-list overlap analysis exposed a coordinated inauthentic network that cross-follow detection completely missed.
securityevery LLM app you ship has three attack surfaces. confidentiality, integrity, availability. the...
securityA recruiter pitched me a remote engineering role and asked me to review their codebase before the technical interview. The repo turned out to be a five-stage trojan that exfiltrates your environment variables and gives the attacker arbitrary code execution. Here's exactly what was in it, and the simple precaution that defeats the whole class.
securityNobody is perfect! Even the most seasoned developers have made mistakes β itβs all just part of the...
securityI analyzed 16,000 production packages. Half have lifecycle risk your scanner can't see. Here's uzomuzo β the open-source tool I built to find and fix it.
securityRecently, I switched to another bank, and after setting up the online banking credentials and trying...
securityHow a conference demo turned into a full bug bounty lab with Claude Desktop, Discord remote access,...
securityThe UK's AI Security Institute confirmed this week that Claude Mythos, an Anthropic model, became the...
securityA defense layer against increasing supply chain attacks that read your .env files
securityIf you manage TLS certificates for anything beyond a single server, the next three years are going to...
securityA /security-audit slash command for Claude Code that runs white-box and gray-box security analysis mapped to OWASP 2025, NIST CSF 2.0, MITRE ATT&CK, PCI DSS 4.0, ISO 27001 and more. One command, one report.
securityAI agents are installing tools, running MCP servers, and executing third-party code on your behalf. But who's checking whether that skill file is safe before it runs?
securityEven if you delete a secret, Git never forgets. This article explores how the .git directory, git commands, and malicious AI tools or plugins can expose sensitive data β plus practical defenses you should implement today.