#security

Everything tagged #security across the site

15 articles

Those are the other app's keys

Twenty minutes recovering secrets that never existed, and the one sentence from a human that ended it

LLM Mart · Sep 23, 2026 1 views 0 reactions

How to use remote MCP servers with the OpenAI Responses API

An API request routing a model's tool call through an approval gate to a remote MCP server

LLM Mart · Sep 22, 2026 1 views 0 reactions

The coverage audit before you delete the safety net

31 config keys, two audits, and why the first one was wrong in both directions

LLM Mart · Sep 22, 2026 3 views 0 reactions

How to publish an MCP server to the official MCP Registry

The official MCP Registry stores standardized server metadata rather than package code. Publishers verify a namespace, describe installation or remote access, and submit immutable versions.

LLM Mart · Sep 21, 2026 2 views 0 reactions

Rotating a leaked credential, in the right order

Everyone looks at the Dockerfile. The file that actually leaked the key was the project file.

LLM Mart · Sep 21, 2026 1 views 0 reactions

MCP authentication explained: OAuth, scopes, and safe token handling

Remote MCP authorization uses established OAuth standards, but secure integration still requires issuer validation, least-privilege scopes, protected token handling, and server-side enforcement.

LLM Mart · Sep 20, 2026 4 views 0 reactions

Byte-identical or bust

"Copy it over and switch the reference" is two steps, and the outage lives in the one nobody checks

LLM Mart · Sep 20, 2026 5 views 0 reactions

MCP stdio vs. Streamable HTTP: which transport should you use?

stdio fits local processes and prototypes. Streamable HTTP fits hosted services and shared integrations. The right choice follows where the capability runs and who must reach it.

LLM Mart · Sep 19, 2026 3 views 0 reactions

Never let the AI print a secret

The most important rule wasn't about what I could change. It was about what I was allowed to display.

LLM Mart · Sep 19, 2026 1 views 0 reactions

MCP tools vs. resources vs. prompts: when to use each

Tools perform operations, resources expose readable context, and prompts provide reusable templates. Choosing the correct primitive makes an MCP server easier to understand and govern.

LLM Mart · Sep 18, 2026 5 views 0 reactions

How to test an MCP server with MCP Inspector

Use MCP Inspector to connect to local or remote servers, inspect capabilities, call tools, read resources, test prompts, and diagnose failures before release.

LLM Mart · Sep 17, 2026 4 views 0 reactions

How to build an MCP server in TypeScript: step-by-step

Build an MCP server in TypeScript with focused tools, validated schemas, local and remote transports, Inspector tests, and production security controls.

LLM Mart · Sep 15, 2026 6 views 0 reactions

How to vet AI agent skills before installing them

Treat an AI agent skill as both an instruction package and a software dependency: inspect what it says, what it runs, what it can access, and how it updates.

LLM Mart · Sep 10, 2026 31 views 0 reactions

Point your agent at the catalogue: the LLM Mart MCP server and API

The whole public catalogue is an MCP server and a REST API, so your agent can search skills, tools and slash-commands as native tools. Setup is one config block. Plus a private vault that carries your own prompts between machines.

LLM Mart · Aug 22, 2026 36 views 0 reactions

Prompt injection is not an XSS problem

Sanitizing output protects your page. It does nothing for an agent that reads a poisoned README and then runs a command. A practical model of the threat, and what actually helps.

LLM Mart · Jun 23, 2026 41 views 0 reactions