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.
/plugin marketplace add edithatogo/osf-cli-gonpx agentmods add plugins/edithatogo/osf-cli-go/claude-osfgit clone --depth 1 https://github.com/edithatogo/osf-cli-goGrade A, and why
osf-cli-go 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 2d 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.
What it actually says
{
"name": "osf-cli-go",
"version": "0.3.2",
"description": "Read-only OSF MCP tools for Claude Code and Claude/Cowork.",
"author": {
"name": "edithatogo"
},
"repository": "https://github.com/edithatogo/osf-cli-go",
"license": "Apache-2.0",
"mcpServers": {
"osf": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/osf-mcp",
"args": []
}
}
}
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.
- 2d ago First seen · 17 lines scan A cfb7bce296b1
osf-cli-go is a plugin published in the GitHub repository edithatogo/osf-cli-go (1 stars, last pushed 22d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.
Other plugins, from other repositories
sq
Agent skill for the sq CLI: SLQ and native SQL, sources and handles, output formats, inspect/diff/tbl, and per-driver notes for databases and file formats.
shopify-plugin
Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code. Skill scripts send usage telemetry (queries, code, model/client identifiers) to shopify.dev by default; set OPTOUTINSTRUMENTATION=true, or create an empty file at /.config/shopify-ai-toolkit/o.
jwt
Development guide for the jwt JSON Web Token library for Go: signing and verifying tokens, claims and expiry, algorithm choice (HMAC/RSA/RSA-PSS/ECDSA/EdDSA), kid-based key rotation, JWKS fetch/refresh/publish, blocklisting and testing.
skarn-guard
Real-time guard on five Claude Code pre-execution hook events (tool calls, permission decisions, submitted and expanded prompts, and subagent creation) plus a response-end advisory that flags an action leaking a secret, installing a malicious package, or exfiltrating data, plus the skarn-audit skill (scan sessions and.
scrumboy-board-operator
Agent plugin with Skills for operating Scrumboy boards through its MCP and Agoragentic APIs.
golang-skills
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically…