#security

8 skills & prompts · 1 tools · 6 MCP servers · 15 articles

Skills & prompts

Claude Skill Reviewed $12.99

Security-review skill for Claude

A structured security pass over a diff — checks the OWASP-relevant classes, ranks by exploitability, and shows a repro.

LLM Mart

23 views
ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill Screened 46490

ai-engineering-toolkit

6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.

LLM Mart

22 views
ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill Screened 46490

cyber-audit

Run read-only exposure checks for security advisories and write a structured local audit report.

LLM Mart

21 views
ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill Reviewed 46490

audit-skills

Expert security auditor for AI Skills and Bundles. Performs non-intrusive static analysis to identify malicious patterns, data leaks, system stability risks, and obfuscated payloads across Windows, macOS, Linux/Unix, and Mobile (Android/iOS).

LLM Mart

20 views
Claude Skill Screened 25

geo-technical

Technical SEO audit with GEO-specific checks — crawlability, indexability, security, performance, SSR, and AI crawler access

LLM Mart

16 views
ChatGPT Claude Codex CLI Cohere Cursor DeepSeek Gemini GitHub Copilot GLM Grok Kimi Llama MiniMax Mistral OpenAI opencode Skill Reviewed 46490

skill-audit

Pre-install security scanner for AI agent skills. 7.5% of 14,706 skills are malicious. Audit before you trust.

LLM Mart

13 views
Claude Skill Reviewed 78

varlock

Secure environment variable management with Varlock. Use when handling secrets, API keys, credentials, or any sensitive configuration. Ensures secrets are never exposed in terminals, logs, traces, or Claude's context. Trigger phrases include "environment variables", "secrets", ".

LLM Mart

12 views
Claude Skill Screened 83

binary-analysis

Analyze unknown binary files through a deterministic CLI that wraps Ghidra's static-analysis engine. Use when you need to inspect a PE, ELF, or Mach-O file — triage suspicious binaries, map imported APIs, decompile functions, trace call paths, or produce structured evidence repor

LLM Mart

12 views

Tools

Boxlite

The micro-VM for AI agents — light enough to embed on your laptop, elastic enough to power an agentic cloud.

LLM Mart 0
23 views

MCP servers

Governance runtime for compliance: verified, human-approved writes to a tamper-evident record.

13 views

Free deterministic security scan of public git repos: OSV.dev vulnerable deps, secrets, config lint.

6 views

Production-safety audits for AI-generated code, with a fix for every finding.

5 views

Runtime verification for agent tool calls: Ed25519 signed receipts, fail-closed RCE/SSRF checks.

2 views

Your whole business as one MCP server: analytics, CRM, SEO, ads, revenue. Scoped per data class.

0 views

Solana token/wallet rug-risk scoring. Free scan; $2 SOL unlocks full wallet report. No signup.

0 views

Articles

See all 15

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