Malon_mcp: Instructions file for Codex

AGENTS.md

Malon_mcp AGENTS.md is an instructions file for Codex, OpenCode from malon-mcp/Malon_mcp. It costs 33,970 tokens per session, scanned D, original, MIT.

A project guide for AI coding assistants working on the Malon MCP codebase. It explains the project's purpose, installed agent skills, and required workflows for development, debugging, review, and testing.

In plain words
What is it for?
Use it when adding features, fixing bugs, reviewing code, refactoring, or following the repository's debugging, testing, and security procedures.
Why use it?
It gives the assistant the project's rules and known safeguards before it changes code, reducing the risk of skipping required checks.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

This is malon-mcp/Malon_mcp's own configuration. It tells Codex and OpenCode how to work on Malon_mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Malon_mcp configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import { safeRead } from '../util/paths.js';.

Reuse

Borrowing it

Nothing to install: this file belongs to malon-mcp/Malon_mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/malon-mcp/Malon_mcp/master/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/malon-mcp/Malon_mcp

Made for: Codex, OpenCode.

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 Malon_mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/malon-mcp/malon_mcp/agents-md.svg)](https://agentmods.dev/instructions/malon-mcp/malon_mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/malon-mcp/malon_mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/malon-mcp/malon_mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 33,970 This file is loaded in full into every session.
When invoked 33,970 The same file — it is already loaded in full.
Security scan D 3 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.33970 $0.33970
Opus 5 $0.16985 $0.16985
Sonnet 5 $0.06794 $0.06794
Haiku 4.5 $0.03397 $0.03397

Measured 6d ago against content hash b835f7d8304e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade D, and why

Malon_mcp AGENTS.md scanned grade D with 3 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 6d 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.

Instruction-override phrasingmediumPrompt injection

Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.

the Subagent: lines starting with "Ignore previous instructions," "System:",

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

`rm -rf .malon/memory/` and start over. This is the trust feature as much

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

import { execFile } from 'node:child_process';
AGENTS.md · 3,157 lines

How it starts

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

AGENTS.md

The operating manual for the AI coding agent working inside the Malon codebase. Read this in full on your first session. Re-read §7 (Security), §19 (Common Tasks), and §20 (Debugging Playbook) before every non-trivial change.

If anything here conflicts with a direct instruction from the founder, the founder's instruction wins — but flag the conflict out loud before obeying, because most of this file exists precisely to prevent known-bad patterns from creeping back in.

Agent Skills (addyosmani/agent-skills)

24 production-grade engineering skills are installed from addyosmani/agent-skills. They are auto-discovered by the skill tool from .opencode/skills/ and ~/.config/opencode/skills/.

When a task matches a skill, you MUST load and follow it. Skills enforce structured workflows (spec → plan → build → test → review → ship) with verification gates at every step. Do not skip to implementation directly.

  • Feature / new functionality → load spec-driven-development, incremental-implementation, test-driven-development
  • Bug / failure / unexpected behavior → load debugging-and-error-recovery
  • Code review → load code-review-and-quality
  • Refactoring / simplification → load code-simplification
  • API or interface design → load api-and-interface-design
  • UI work → load frontend-ui-engineering
  • Security review → load security-and-hardening
  • Performance work → load performance-optimization
  • Ship / deploy → load shipping-and-launch
  • Multi-step reasoning / complex problem solving → load chain-of-thought
  • Exploration with branching / multiple hypotheses → load tree-of-thoughts
  • Self-correction / learning from failures → load reflexion

Load a skill via the skill tool: skill({ name: "code-review-and-quality" }). Always follow the skill instructions exactly.

⚡ Auto-loaded skills (load on every session start)

On session start, you MUST call skill() for each of these before any other work:

Read the full file on GitHub · 3,157 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. 6d ago First seen · 3,157 lines · 33,970 tokens per session scan D b835f7d8304e

Subscribe to this mod's changes

Malon_mcp AGENTS.md is an instructions file published in the GitHub repository malon-mcp/Malon_mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 33,970 tokens to every session, about $0.1699 per session on Opus 5. A static security scan graded it D with 3 findings (instruction-override phrasing, recursive force delete, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens