Latest
AI agentsHow to install and configure an MCP server (the safe way)
Install steps for MCP servers plus the security checks most guides skip.
2026-07-07
AI agentsHow to install the openai-agents SDK and use it without footguns
Install, a minimal working agent, and the tool-safety mistakes to avoid.
2026-07-06
AI agentsInstalling Claude Code: setup, settings.json, and hardening
Install, first-run config, and the settings/hooks that shrink your blast radius.
2026-07-06
APIHow to authenticate an agent tool with an API (OAuth, API keys, Azure)
The credential patterns that keep agent tools working without leaking secrets.
2026-07-05
Supply chainIs this npm or PyPI package safe? A repeatable evaluation
A concrete workflow — with commands — to vet a dependency before you add it.
2026-07-04
Supply chainHow to check the latest version of a package without getting burned
'latest' is a moving target an attacker can hit. Check versions deliberately.
2026-07-03
AI agentsVetting an MCP server before you connect an agent to it
MCP servers run with your agent's trust. The checklist before you add one.
2026-07-02
AI agentsHow indirect prompt injection actually reaches your agent
The web page your agent reads can carry instructions. Mechanism and defenses.
2026-07-01
LLMSecuring a RAG pipeline against poisoned context
Retrieved documents are model input. If an attacker can write to your corpus, they can steer answers.
2026-06-30
VulnerabilitiesReading a CVE advisory: what actually matters for your risk
A CVE ID alone tells you little. Focus on version, vector, reachability, fix.
2026-06-29
Supply chainIs your React app's dependency tree safe? How to lock it down
React itself is well-maintained; the risk is the hundreds of transitive deps around it.
2026-06-28
Supply chainInstalling Vite securely: supply-chain notes for your build tooling
Build tools run code on your machine and in CI — treat them like the privileged deps they are.
2026-06-27
Supply chainTypeScript toolchain security: keeping your build honest
tsc, ts-node, and type packages all run or inject code. Verify the ones you add.
2026-06-26
LLMIs LangChain safe? Prompt injection and tool risks in chains
The framework is fine; chains that feed untrusted content into tools are where it breaks.
2026-06-25
AI agentsSetting up Cursor safely: AI IDE security considerations
An AI IDE can read your codebase, run commands, and browse — configure those deliberately.
2026-06-24
Supply chainIs requests / pandas safe? Verifying popular Python packages before install
Popular names are exactly what typosquatters mimic. A quick PyPI provenance check.
2026-06-23
npmHow to install react safely — and check it's the real npm package
Install react, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-01
npmHow to install vue safely — and check it's the real npm package
Install vue, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-02
npmHow to install next safely — and check it's the real npm package
Install next, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-03
npmHow to install express safely — and check it's the real npm package
Install express, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-04
npmHow to install axios safely — and check it's the real npm package
Install axios, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-05
npmHow to install lodash safely — and check it's the real npm package
Install lodash, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-06
npmHow to install vite safely — and check it's the real npm package
Install vite, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-07
npmHow to install vitest safely — and check it's the real npm package
Install vitest, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-08
npmHow to install webpack safely — and check it's the real npm package
Install webpack, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-09
npmHow to install eslint safely — and check it's the real npm package
Install eslint, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-10
npmHow to install prettier safely — and check it's the real npm package
Install prettier, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-11
npmHow to install tailwindcss safely — and check it's the real npm package
Install tailwindcss, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-12
npmHow to install jest safely — and check it's the real npm package
Install jest, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-13
npmHow to install zod safely — and check it's the real npm package
Install zod, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-14
npmHow to install dotenv safely — and check it's the real npm package
Install dotenv, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-15
npmHow to install prisma safely — and check it's the real npm package
Install prisma, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-16
npmHow to install mongoose safely — and check it's the real npm package
Install mongoose, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-17
npmHow to install jsonwebtoken safely — and check it's the real npm package
Install jsonwebtoken, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-18
npmHow to install socket.io safely — and check it's the real npm package
Install socket.io, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-19
npmHow to install react-router-dom safely — and check it's the real npm package
Install react-router-dom, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-20
npmHow to install @sentry/node safely — and check it's the real npm package
Install @sentry/node, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-21
npmHow to install chalk safely — and check it's the real npm package
Install chalk, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-22
npmHow to install commander safely — and check it's the real npm package
Install commander, confirm it's the genuine npm package (not a typosquat), and pin it.
2026-06-23
PyPIHow to install requests safely — and check it's the real PyPI package
Install requests, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-24
PyPIHow to install pandas safely — and check it's the real PyPI package
Install pandas, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-25
PyPIHow to install numpy safely — and check it's the real PyPI package
Install numpy, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-26
PyPIHow to install flask safely — and check it's the real PyPI package
Install flask, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-27
PyPIHow to install django safely — and check it's the real PyPI package
Install django, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-01
PyPIHow to install fastapi safely — and check it's the real PyPI package
Install fastapi, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-02
PyPIHow to install pydantic safely — and check it's the real PyPI package
Install pydantic, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-03
PyPIHow to install openai safely — and check it's the real PyPI package
Install openai, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-04
PyPIHow to install anthropic safely — and check it's the real PyPI package
Install anthropic, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-05
PyPIHow to install transformers safely — and check it's the real PyPI package
Install transformers, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-06
PyPIHow to install boto3 safely — and check it's the real PyPI package
Install boto3, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-07
PyPIHow to install sqlalchemy safely — and check it's the real PyPI package
Install sqlalchemy, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-08
PyPIHow to install pytest safely — and check it's the real PyPI package
Install pytest, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-09
PyPIHow to install httpx safely — and check it's the real PyPI package
Install httpx, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-10
PyPIHow to install pillow safely — and check it's the real PyPI package
Install pillow, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-11
PyPIHow to install beautifulsoup4 safely — and check it's the real PyPI package
Install beautifulsoup4, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-12
PyPIHow to install uvicorn safely — and check it's the real PyPI package
Install uvicorn, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-13
PyPIHow to install llama-index safely — and check it's the real PyPI package
Install llama-index, confirm it's the genuine PyPI package (not a typosquat), and pin it.
2026-06-14