SecureContext CLAUDE.md

SecureContext CLAUDE.md is an instructions file for coding agents from iampantherr/SecureContext. It costs 1,689 tokens per session, scanned A, original, MIT.

Project instructions for SecureContext, an open-source plugin that helps an agent manage context, memory, knowledge search, sessions, and safer web fetching. MCP is a standard way for an agent to use external tools.

In plain words
What is it for?
Developing, testing, configuring, or troubleshooting the SecureContext TypeScript plugin and its sandbox, database, memory, and web-fetching code.
Why use it?
They explain how the project is organised, built, and used, so an agent can work with its 13 tools without guessing.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/iampantherr/securecontext/claude-md
Clone the repo
git clone --depth 1 https://github.com/iampantherr/SecureContext

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for SecureContext CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/iampantherr/securecontext/claude-md.svg)](https://agentmods.dev/instructions/iampantherr/securecontext/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/iampantherr/securecontext/claude-md"><img src="https://agentmods.dev/badge/instructions/iampantherr/securecontext/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,689 This file is loaded in full into every session.
When invoked 1,689 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01689 $0.01689
Opus 5 $0.00844 $0.00844
Sonnet 5 $0.00338 $0.00338
Haiku 4.5 $0.00169 $0.00169

Measured 3d ago against content hash 1dff92a23d4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

SecureContext CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SecureContext — Agent Instructions

What This Project Is

A fully auditable, open-source Claude Code MCP plugin that replaces context-mode. Provides context-window optimization (sandbox execution, FTS5+vector knowledge base, MemGPT-style persistent memory, session continuity, SSRF-protected web fetch) with maximum security — no pre-compiled bundles, no credential leakage, no cloud sync.

Plugin ID: zc-ctx Version: 0.22.5 License: MIT Language: TypeScript (Node.js ≥ 22)


Directory Layout

SecureContext/
├── src/
│   ├── server.ts           MCP server entrypoint — 13 tools
│   ├── config.ts           All constants + env var overrides
│   ├── migrations.ts       Versioned schema migrations (9 migrations)
│   ├── sandbox.ts          Isolated code executor (python/js/bash)
│   ├── knowledge.ts        Hybrid BM25+vector KB + cross-project search
│   ├── embedder.ts         Ollama nomic-embed-text client
│   ├── memory.ts           MemGPT working memory (agent namespacing)
│   ├── fetcher.ts          4-layer SSRF-protected URL fetcher
│   ├── integrity.ts        SHA256 tamper detection
│   ├── session.ts          JSONL event log reader
│   └── *.test.ts           Vitest unit tests (248 tests)
├── hooks/
│   ├── pretooluse.mjs      Blocks risky tool calls
│   ├── posttooluse.mjs     Logs session metadata (read-only)
│   └── stop.mjs            Session boundary marker
├── security-tests/
│   └── run-all.mjs         84 automated attack vectors
├── .github/workflows/ci.yml  Build + unit tests + security tests on every push
├── .claude-plugin/
│   └── plugin.json         Claude plugin manifest
├── install.mjs             One-command installer (CLI + Desktop App)
├── ARCHITECTURE.md         Full architecture reference
├── SECURITY_REPORT.md      Threat model + security audit
├── CLAUDE.md               THIS FILE
├── package.json
├── package-lock.json       Always committed — locked deps
└── tsconfig.json

Build Commands

npm ci                           # Install deps from lockfile
npm run build                    # tsc compile → dist/
npm test                         # Vitest unit tests (248 tests)
node security-tests/run-all.mjs  # 84 security attack vectors
node install.mjs                 # Install for Claude Code CLI + Desktop App
node install.mjs --uninstall     # Remove from all configs

Read the full file on GitHub · 145 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 145 lines · 1,689 tokens per session scan A 1dff92a23d4f

Subscribe to this mod's changes

SecureContext CLAUDE.md is an instructions file published in the GitHub repository iampantherr/SecureContext (8 stars, last pushed 4d ago), licensed MIT. It adds 1,689 tokens to every session, about $0.0084 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.