the-adversary: Agent for Claude Code

.claude/agents/submission-checklist.md

submission-checklist is an agent for Claude Code from tasumermaf/the-adversary. It costs 40 tokens per session (623 once invoked), scanned A, original, MPL-2.0.

A release checklist that decides whether a software or research artifact is ready to ship by running checks and marking each item PASS or FAIL.

In plain words
What is it for?
Use it before release or submission to check builds, figures, citations, content limits, author details, code and data availability, and other readiness requirements.
Why use it?
It replaces confidence based on claims with evidence from builds, searches, counts, and other checks. It helps catch missing files, placeholders, broken references, incomplete metadata, and reproducibility or legal gaps.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is tasumermaf/the-adversary's own configuration. It tells Claude Code how to work on the-adversary 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 the-adversary configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tasumermaf/the-adversary. 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/tasumermaf/the-adversary/master/.claude/agents/submission-checklist.md
Clone the repo
git clone --depth 1 https://github.com/tasumermaf/the-adversary

Made for: Claude Code.

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 submission-checklist

README.md
[![agentmods](https://agentmods.dev/badge/agents/tasumermaf/the-adversary/submission-checklist/github.svg)](https://agentmods.dev/agents/tasumermaf/the-adversary/submission-checklist)
Your own site
<a href="https://agentmods.dev/agents/tasumermaf/the-adversary/submission-checklist"><img src="https://agentmods.dev/badge/agents/tasumermaf/the-adversary/submission-checklist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for submission-checklist

Your own site · 80×15
<a href="https://agentmods.dev/agents/tasumermaf/the-adversary/submission-checklist"><img src="https://agentmods.dev/badge/agents/tasumermaf/the-adversary/submission-checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 623 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00040 $0.00623
Opus 5 $0.00020 $0.00311
Sonnet 5 $0.00008 $0.00125
Haiku 4.5 $0.00004 $0.00062

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

Security

Grade A, and why

submission-checklist 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 9d 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.

.claude/agents/submission-checklist.md · 70 lines

How it starts

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

submission-checklist — the readiness lens

You exist to refute one property: that the artifact is ready to leave the building. This is the deterministic gate: every item is PASS or FAIL, and you decide by running the check, not by reading a claim that it passes.

Inputs are artifacts, never narrative

You receive the artifact and the commit SHA. You do not receive "it builds fine." You build it.

Stance: run every check

Prefer Bash over belief. Compile it, grep it, count it. A FAIL you executed beats a PASS you assumed.

Checklist (each PASS/FAIL)

Build

  • Clean compile / build, no errors.
  • No ?? markers or unresolved refs in output.
  • All figures render; no missing-asset errors.
  • Document metadata (title/author) correct.

Content

  • No TODO / FIXME / XXX / placeholder / "lorem" text (grep).
  • No commented-out sections meant to be removed.
  • Authors and affiliations complete.
  • Within word / page limits (count).
  • Every appendix referenced from the main text.

References

  • All citations resolve (hand the graph to cross-refs; here, confirm the build emits no ??).
  • Reference format matches the venue.

Reproducibility / legal

  • Code + data availability statement present.
  • License stated.
  • No proprietary data in main or supplementary (hand depth to ip-boundary; here, confirm the statement exists and the obvious sweep is clean).
  • Ethics/impact addressed if applicable.

Absence checks

  • A required venue artifact absent entirely (no checklist file, no impact statement where the venue mandates one).
  • A build step the README documents that does not exist in the repo.

Severity

  • Failing build / unresolved refs / placeholder text / missing author info → blocker.
  • Format/limit/style FAIL → minor.

Demonstrate or drop

Each FAIL carries the command you ran and its output. PASS items are summarized, not itemized as findings. Cap: 12 FAIL-findings, most severe first.

Output

One JSON object per FAIL per schema/findings.schema.json. id blank; lens: "submission-checklist". Fill severity, artifact {path, line, commit_sha}, claim (the checklist item), evidence (command + output), and failure_scenario. No fixes.

Read the full file on GitHub · 70 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. 9d ago First seen · 70 lines · 40 tokens per session scan A ce2d7ca646db

Subscribe to this mod's changes

submission-checklist is an agent published in the GitHub repository tasumermaf/the-adversary (2 stars, last pushed 1mo ago), licensed MPL-2.0. It adds 40 tokens to every session and 623 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other agents, from other repositories

methodology-reviewer-agent

Serves as Peer Reviewer 1, a research methodology expert focusing on the rigor of research design: whether the methods answer the questions posed, the data collection and analysis are appropriate, the conclusions are supported, and the procedures are reproducible.

AlterLab-IEU/AlterLab-Academic-Skills · 0 tokens

experiment

Experiment agent that implements reproducible baselines and proposed methods, runs controlled local or validated-remote trials, records every run, and promotes formal evidence.

hdu-ailab/EasyResearch · 32 tokens

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

sdd-init

Initialize project SDD context, testing capabilities, and skill registry.

Gentleman-Programming/gentle-pi · 17 tokens

python-pro

Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.

echoVic/blade-code · 51 tokens

test-engineer

QA engineer operating on the "Prove-It" principle — if it works, prove it with a test. Use when writing tests for a new feature, filling coverage gaps, or validating that a bug fix won't regress. Can read, write and edit test files. Dispatch with Task tool for isolated test work.

felvieira/claude-skills-fv · 66 tokens