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 danielraffel/generous-corp-marketplacenpx agentmods add plugins/danielraffel/generous-corp-marketplace/juce-devgit clone --depth 1 https://github.com/danielraffel/generous-corp-marketplaceWrote 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.
[](https://agentmods.dev/plugins/danielraffel/generous-corp-marketplace/juce-dev)<a href="https://agentmods.dev/plugins/danielraffel/generous-corp-marketplace/juce-dev"><img src="https://agentmods.dev/badge/plugins/danielraffel/generous-corp-marketplace/juce-dev.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
juce-dev 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.
What it actually says
{
"name": "juce-dev",
"version": "1.0.0",
"description": "Create and manage JUCE audio plugin projects from the JUCE-Plugin-Starter template",
"author": {
"name": "Daniel Raffel",
"url": "https://danielraffel.me"
},
"repository": "https://github.com/danielraffel/generous-corp-marketplace",
"license": "MIT",
"keywords": ["juce", "audio", "plugin", "vst", "au", "daw", "music"],
"commands": "./commands/",
"skills": "./skills/"
}
What it installs
The manifest is a name and a version. 3 skills, 10 commands travel with it, and installing the plugin installs all of them — 536 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill juce-visage A 172 tokens
- Skill visage-theme A 83 tokens
- Skill JUCE Plugin Starter B 140 tokens
- Command port A 14 tokens
- Command ci A 16 tokens
- Command setup-updates A 17 tokens
- Command build A 13 tokens
- Command setup-ios A 15 tokens
- Command theme A 20 tokens
- Command vm A 8 tokens
- Command create B 11 tokens
- Command website C 12 tokens
- Command setup-visage C 15 tokens
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.
- 3d ago First seen · 15 lines scan A 9794465d7f2f
juce-dev is a plugin published in the GitHub repository danielraffel/generous-corp-marketplace (11 stars, last pushed 4d ago), licensed MIT. 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-30.
Other plugins, from other repositories
blas_lapack
Complete CBLAS and LAPACKE C API reference (LAPACK v3.12.1) covering 1284 functions across BLAS Level 1/2/3 vector and matrix operations, linear system solvers, eigenvalue/eigenvector computation, SVD, least squares, matrix factorizations, and auxiliary routines for scientific computing and high-performance numerical…
greycat-c
Comprehensive reference for GreyCat C API and GCL Standard Library. Covers native function implementation, tensor operations, scheduling, I/O, statistics, and all std modules.
rocm
AMD ROCm 7.2.4 GPU computing stack: HIP kernel development, rocBLAS/rocFFT/rocRAND/rocSOLVER compute libraries, profiling, and CUDA-to-HIP porting.
cext-review-toolkit
CPython C/C++ extension analysis agents: refcount auditing (with borrowed-ref-across-callback detection), error path analysis, NULL safety scanning, GIL discipline checking, module state validation, type slot correctness, stable ABI compliance, version compatibility scanning, PyErrClear auditing, resource lifecycle tr.
cpython-review-toolkit
CPython C code exploration and analysis agents: refcount auditing, error path analysis, GIL discipline, C complexity, include-graph mapping, PEP 7 style, NULL safety, deprecation, macros, and memory patterns — plus tree-sitter-based crash-class detectors (recursion-guard, destructor exception-clobber…
cpp-mentor
A general, self-adapting C++ mentor for any project: onboards with a goal/domain/namespace/level audit, then LEAD mode teaches and assigns roadmap tasks (domain + C++ theory, acceptance criteria, Vim/Zed walkthrough, reviews without writing code) while WRITE mode writes it in the project's style. Modern C++20, Google…