aislop AGENTS.md

aislop AGENTS.md is an instructions file for Codex, OpenCode from scanaislop/aislop. It costs 1,785 tokens per session, scanned C, original, MIT.

Project instructions for AI coding assistants working on the aislop codebase. Aislop is a command-line tool that checks code formatting, quality, architecture, security, and patterns often left by AI coding tools, then reports a score out of 100.

In plain words
What is it for?
Use it when changing aislop, running its tests or checks, following its package and configuration conventions, or writing portable package scripts.
Why use it?
It gives contributors the project context and the commands needed to build, test, type-check, and scan the code across Linux, macOS, and Windows.

Instructions file for CodexOpenCode

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/scanaislop/aislop/agents-md
Clone the repo
git clone --depth 1 https://github.com/scanaislop/aislop

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/scanaislop/aislop/agents-md.svg)](https://agentmods.dev/instructions/scanaislop/aislop/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/scanaislop/aislop/agents-md"><img src="https://agentmods.dev/badge/instructions/scanaislop/aislop/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,785 This file is loaded in full into every session.
When invoked 1,785 The same file — it is already loaded in full.
Security scan C 1 finding. 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.01785 $0.01785
Opus 5 $0.00892 $0.00892
Sonnet 5 $0.00357 $0.00357
Haiku 4.5 $0.00178 $0.00178

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

Security

Grade C, and why

aislop AGENTS.md scanned grade C 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.

Recursive force deletehighDestructive command

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

- **No Unix-only shell in scripts.** `rm -rf`, `cp`, `mv`, etc. fail under
AGENTS.md · 152 lines

How it starts

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

AI Agent Instructions for aislop

This file provides context for AI coding assistants (Claude Code, OpenCode, Copilot, Cursor, etc.) working on the aislop codebase.

What is aislop?

aislop is a unified code-quality CLI that catches the lazy patterns AI coding tools leave behind. It runs formatting, linting, code-quality, AI-pattern, architecture, and security checks behind a single command and returns a score out of 100.

Build & test commands

pnpm install           # Install dependencies
pnpm build             # Build with tsdown (tsdown cleans dist itself)
pnpm typecheck         # tsc --noEmit
pnpm test              # Build + vitest run
pnpm vitest run        # Run tests without rebuilding (faster iteration)
pnpm scan              # Build + run aislop on itself
node dist/cli.js scan . # Run after building manually

Cross-platform scripts

Contributors and CI run on Linux, macOS, and Windows. Keep package.json scripts portable:

  • No Unix-only shell in scripts. rm -rf, cp, mv, etc. fail under cmd.exe on Windows. tsdown already cleans its output directory before each build, so an explicit rm -rf dist is redundant; the build script is just tsdown.
  • No VAR=value cmd prefixes. cmd.exe cannot parse a leading env-var assignment, so NODE_ENV=production tsdown errors with 'NODE_ENV' is not recognized. If a script genuinely needs an env var set cross-platform, add the cross-env dev dependency and use cross-env VAR=value cmd.
  • A green Linux CI run is not a Windows guarantee. A handful of path/permission tests (home-dir resolution, 0600 permission bits, repo-relative path conversion) are environment-specific and may fail locally on Windows while passing in CI. Emit forward-slash paths in diagnostics so /-anchored classifiers match on every OS.

Read the full file on GitHub · 152 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. 4d ago First seen · 152 lines · 1,785 tokens per session scan C 12672d6dab63

Subscribe to this mod's changes

aislop AGENTS.md is an instructions file published in the GitHub repository scanaislop/aislop (593 stars, last pushed 3d ago), licensed MIT. It adds 1,785 tokens to every session, about $0.0089 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.