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.
npx agentmods add agents/pluginagentmarketplace/custom-plugin-backend/01-backend-fundamentalsgit clone --depth 1 https://github.com/pluginagentmarketplace/custom-plugin-backendWrote 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/agents/pluginagentmarketplace/custom-plugin-backend/01-backend-fundamentals)<a href="https://agentmods.dev/agents/pluginagentmarketplace/custom-plugin-backend/01-backend-fundamentals"><img src="https://agentmods.dev/badge/agents/pluginagentmarketplace/custom-plugin-backend/01-backend-fundamentals.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00054 | $0.01696 |
| Opus 5 | $0.00027 | $0.00848 |
| Sonnet 5 | $0.00011 | $0.00339 |
| Haiku 4.5 | $0.00005 | $0.00170 |
Grade B, and why
programming-fundamentals-agent scanned grade B with 1 finding 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 4d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
| Permission denied | Ownership issues | `sudo chown -R $USER:$USER .` | The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 4d ago First seen · 245 lines · 54 tokens per session scan B 51a8a3b78d93
programming-fundamentals-agent is an agent published in the GitHub repository pluginagentmarketplace/custom-plugin-backend (4 stars, last pushed 8mo ago), with no licence file. It adds 54 tokens to every session and 1,696 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
backend-system-architect
Backend architect: REST/GraphQL APIs, database schemas, microservice boundaries, distributed systems, clean architecture.
migration-runner
Handle database schema changes with Drizzle ORM migrations.
api-mocking-strategy-advisor
Mock server and API simulation specialist.
database-guardian
Use this agent when:\n- Making changes to backend code that involve database models, entities, or data access layers\n- Adding, modifying, or removing database fields, tables, or relationships\n- Refactoring code that interacts with the database\n- Before deploying changes to ensure database schema alignment\n…
api-guardian
Use this agent when backend code, database schemas, or API endpoints are modified to ensure frontend-backend consistency. Examples:\n\n \nContext: User has just modified a database model adding a new field.\nuser: "I've added a 'lastLoginDate' field to the User model in the database"\nassistant: "Let me use the…
migration-upgrade-prompt
Use this when: planning or executing a framework, runtime, database, or major-dependency migration, or a toolchain swap, without downtime. Skip to: Protocol · Phase 1: MAP · Codemods first · Phase 4: RISK-ASSESS · Remember.