academic-audit

academic-audit is a skill for Claude Code from Shallow-dusty/claude-plugins. It costs 200 tokens per session (2,076 once invoked), scanned A, original, no licence file.

A two-stage review of an academic project, covering its papers, data, code, engineering practices, and related risks.

In plain words
What is it for?
Use it to review a whole research project before submitting or open-sourcing it, check data and code consistency, assess plagiarism or AI-generated-text risks, inspect Git history and dependencies, and verify whether others can reproduce the work.
Why use it?
It helps find problems before submission or release, including inconsistent data, weak paper quality, unsafe dependencies, and poor reproducibility.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the atelier plugin — 5 skills shipped together

Good fit Use it to review a whole research project before submitting or open-sourcing it, check data and code consistency, assess plagiarism or AI-generated-text risks, inspect Git history and dependencies, and verify whether others can reproduce the work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shallow-dusty/claude-plugins/academic-audit
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.

Any agent
npx skills add Shallow-dusty/claude-plugins --skill academic-audit
Clone the repo
git clone --depth 1 https://github.com/Shallow-dusty/claude-plugins

Made for: Claude Code.

Or install atelier, the plugin that ships this one along with the rest of its 5 skills.

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 academic-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/shallow-dusty/claude-plugins/academic-audit.svg)](https://agentmods.dev/skills/shallow-dusty/claude-plugins/academic-audit)
Your own site
<a href="https://agentmods.dev/skills/shallow-dusty/claude-plugins/academic-audit"><img src="https://agentmods.dev/badge/skills/shallow-dusty/claude-plugins/academic-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 200 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,076 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 unknown 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.00200 $0.02076
Opus 5 $0.00100 $0.01038
Sonnet 5 $0.00040 $0.00415
Haiku 4.5 $0.00020 $0.00208

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

Security

Grade A, and why

academic-audit 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 8d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/aigc_heuristic.py, scripts/code_metrics.py, scripts/data_audit.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

atelier/skills/academic-audit/SKILL.md · 173 lines

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.

Read it on GitHub

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. 8d ago First seen · 173 lines · 200 tokens per session scan A be51b2413976

Subscribe to this mod's changes

academic-audit is a skill published in the GitHub repository Shallow-dusty/claude-plugins (2 stars, last pushed 4mo ago), with no licence file. It adds 200 tokens to every session and 2,076 once invoked, about $0.0010 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 skills, from other repositories

review-paper-code

Review research code for reproducibility and quality, extract the paper's main empirical claims, compare paper to code, and write a constructive markdown report. Designed for social science / economics projects with LaTeX papers and Stata, R, or Python code.

claesbackman/AI-research-feedback · 55 tokens

review-r

Read-only R code review protocol for .R scripts. Checks code quality, reproducibility, domain correctness, tidyverse idioms, and professional standards; produces a report without editing. Use when user says "review this R script", "check the R code", "audit the analysis code", "code review on the R", or when an R file…

pedrohcgs/claude-code-my-workflow · 102 tokens

paperlab_neqsim_api_claim_verification

Verify NeqSim API references in PaperLab books against Java source, tests, notebooks, and documented setup patterns. Use for code snippets, method names, constructor signatures, units, and API claims in book chapters.

equinor/neqsim · 55 tokens

aris-experiment-bridge

Code review focused on experiment integrity, not general code quality. Check reproducibility, config-driven design, baseline fairness, seed handling. Triggers: "review experiment code", "check implementation", "bridge review", "is this code reproducible", "audit experiment implementation".

appleweiping/WEIPING_WIKI · 58 tokens

audit-public-operation-contracts

Audit a Jacobian operation’s mathematical contract, boundedness, exact results, and composition.

morluto/jacobian · 24 tokens

workflows:review

Run multi-agent econometric review on estimation code, identification arguments, and research artifacts.

brycewang-stanford/Auto-Empirical-Research-Skills · 21 tokens