/agentsop-bio-fraud-forensics
Screens biomedical / life-science papers for signs of data fabrication, image manipulation, and statistical anomalies, using the detection techniques distilled from the field's canonical exposure platforms (PubPeer, Data Colada, Science Integrity Digest, For Better Science) and
$ npx -y skills add agentsope/SkillAlchemy --skill agentsop-bio-fraud-forensics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/agentsop-bio-fraud-forensics
Context preview
The summary Claude sees to decide when to auto-load this skill.
Screens biomedical / life-science papers for signs of data fabrication, image manipulation, and statistical anomalies, using the detection techniques distilled from the field's canonical exposure platforms (PubPeer, Data Colada, Science Integrity Digest, For Better Science) and
SKILL.md
agentsop-bio-fraud-forensics.SKILL.mdname: agentsop-bio-fraud-forensics
domain: research-integrity
trigger_keywords:
- "data fraud / image manipulation"
- "Western blot duplication / splicing"
- "GRIM / statcheck / impossible statistics"
- "paper mill / tortured phrases"
- "PubPeer / Retraction Watch verification"
description: >-
Screens biomedical / life-science papers for signs of data fabrication, image
manipulation, and statistical anomalies, using the detection techniques distilled
from the field's canonical exposure platforms (PubPeer, Data Colada, Science
Integrity Digest, For Better Science) and tools (ImageTwin/Proofig, statcheck,
GRIM/GRIMMER, Problematic Paper Screener, Seek & Blastn). Use when asked to check
a paper/figure for image duplication, blot splicing, impossible statistics, paper-mill
or tortured-phrase signals, research integrity, or "is this data faked"; or when a
user shares a figure, Western blot, supplementary dataset, or DOI and asks whether it
looks manipulated. Reports observable anomalies as questions for clarification — it
never accuses anyone of fraud.
version: 1.0.0
Bio-Fraud Forensics · 生物医学论文数据造假筛查
A screening methodology for life-science papers. It reverse-engineers how real cases were caught — the exact panels compared, the transform applied, the statistic recomputed — and turns that into a reproducible per-paper checklist. It is a **detective's lens, not a verdict machine**: every output stays at "observed anomaly" or "question for the authors," because red flag ≠ proof and an accusation can end a career.
Activation Rules
**Trigger when:**
- "Check this paper / figure / Western blot for manipulation," "does this data look faked," "screen for image duplication."
- A user shares a figure, blot, microscopy panel, supplementary `.xlsx`, or a DOI and asks if it's trustworthy.
- "Is this a paper mill?", "tortured phrases," "are these statistics possible," "run GRIM/statcheck on this."
- "Where do I check if this paper has been flagged / retracted?" (verification routing).
- Asked to draft a PubPeer-grade, reproducible image/data integrity comment.
**Do NOT trigger when:**
- The user wants a scientific peer review of validity/novelty (use a peer-review skill) rather than an integrity screen.
- The user asks you to publicly accuse a named person of fraud, or to write an accusation/social post (refuse — see Boundary Rules).
- The task is general statistics help or figure-making with no integrity question.
- The paper is non-biomedical and the request is about a domain whose fraud signatures differ (physics/CS); say so and scope down.
Agentic Protocol
Run this as a chain-of-steps. Cheapest, fastest signals first; the expensive image/stat forensics last (they tell you *where* to dig is often answered for free by the cheap checks).
**Step 1 — Scope & status.** Identify the input: single figure, full paper, supplementary dataset, or a batch. Run the status cascade in parallel (it's free and may hand you the answer): Retraction Watch Database → PubMed retraction banner → Crossref/Crossmark notice → PubPeer (search DOI/author) → ORI case index (only if adjudicated US PHS misconduct is the question). Note what already exists; your job may shift to verifying/extending a prior flag.
**Step 2 — Ordered screen.** Walk the pipeline, recording each hit; do not stop at the first: 1. *Metadata/affiliations* — email domains, ORCID freshness, affiliation vs claim, special-issue venue. 2. *Text-mechanical* — tortured phrases ("bosom peril"=breast cancer), LLM leakage ("as an AI language model"), recycled/irrelevant references. 3. *Image forensics* (the #1 biomedical signal) — see M2; classify each duplication Bik Type I/II/III. 4. *Statistical forensics* — see M3; GRIM/GRIMMER/statcheck/SPRITE + digit/uniformity; `.xlsx` → calcChain. 5. *Raw-data availability* — are uncropped originals / source data provided and openable? 6. *References integrity* — do sampled citations resolve and support the claim? For stats-heavy/clinical papers, swap 3 and 4. For a *batch* question, run M5 (recurrence across papers is the signal).
**Step 3 — Match a model & classify.** For each hit, Read `references/sop_models.md`, match the operation model (M1–M7), and name the sub-type + Bik category. Confirm image matches by performing the transform yourself (flip/rotate/overlay) and including the result; confirm any tool flag by human inspection — a large share of automated image hits are benign reuse, so treat none as a finding until you have reproduced it by hand.
**Step 4 — Benign-explanation gate (mandatory before any escalation).** Run the benign-explanation checklist in M6. Record which innocent causes were excluded and why (disclosed splice, JPEG block, same-experiment loading-control reuse, tiling overlap, figure-assembly slip). No "looks suspicious → flag." Apply the honest-error discriminators from M1 (directionality, recurrence, sophistication, provenance, disclosure).
**Step 5 — Grade & document.** Default every finding to **Tier 1 (observed anomaly)**. Escalate to **Tier 2 (question for authors)** only after Step 4, using the disclosed-evidence + hedge + named-alternative formula. Never originate **Tier 3 (adjudicated misconduct)** — cite the body that ruled. Write each finding in the reproducible annotation format (M7) and pick an Output Mode.
Core Operation Models
| # | Model | Core proposition | Main source | |---|-------|------------------|-------------| | M1 | **FFP Taxonomy & Honest-Error Discriminators** | Classify the anomaly (fabrication/falsification + sub-types); separate honest error from misconduct via 5 tests; only ever assert the "significant departure," never intent. | ORI/42 CFR 93; Bik mBio 2016 | | M2 | **Image Forensics** | Every band/field is a fingerprint; catch by eye, confirm by flip/rotate/overlay-Difference; correlated *background* texture (not band shape) is decisive; Bik Type I/II/III drives escalation. | Bik; ASM/ImageTwin pilot; Proof
Read more
name: agentsop-bio-fraud-forensics domain: research-integrity trigger_keywords: - "data fraud / image manipulation" - "Western blot duplication / splicing" - "GRIM / statcheck / impossible statistics" - "paper mill / tortured phrases" - "PubPeer / Retraction Watch verification" description: >- Screens biomedical / life-science papers for signs of data fabrication, image manipulation, and statistical anomalies, using the detection techniques distilled from the field's canonical exposure platforms (PubPeer, Data Colada, Science Integrity Digest, For Better Science) and tools (ImageTwin/Proofig, statcheck, GRIM/GRIMMER, Problematic Paper Screener, Seek & Blastn). Use when asked to check a paper/figure for image duplication, blot splicing, impossible statistics, paper-mill or tortured-phrase signals, research integrity, or "is this data faked"; or when a user shares a figure, Western blot, supplementary dataset, or DOI and asks whether it looks manipulated. Reports observable anomalies as questions for clarification — it never accuses anyone of fraud. version: 1.0.0
Bio-Fraud Forensics · 生物医学论文数据造假筛查
A screening methodology for life-science papers. It reverse-engineers how real cases were caught — the exact panels compared, the transform applied, the statistic recomputed — and turns that into a reproducible per-paper checklist. It is a **detective's lens, not a verdict machine**: every output stays at "observed anomaly" or "question for the authors," because red flag ≠ proof and an accusation can end a career.
Activation Rules
**Trigger when:**
- "Check this paper / figure / Western blot for manipulation," "does this data look faked," "screen for image duplication."
- A user shares a figure, blot, microscopy panel, supplementary `.xlsx`, or a DOI and asks if it's trustworthy.
- "Is this a paper mill?", "tortured phrases," "are these statistics possible," "run GRIM/statcheck on this."
- "Where do I check if this paper has been flagged / retracted?" (verification routing).
- Asked to draft a PubPeer-grade, reproducible image/data integrity comment.
**Do NOT trigger when:**
- The user wants a scientific peer review of validity/novelty (use a peer-review skill) rather than an integrity screen.
- The user asks you to publicly accuse a named person of fraud, or to write an accusation/social post (refuse — see Boundary Rules).
- The task is general statistics help or figure-making with no integrity question.
- The paper is non-biomedical and the request is about a domain whose fraud signatures differ (physics/CS); say so and scope down.
Agentic Protocol
Run this as a chain-of-steps. Cheapest, fastest signals first; the expensive image/stat forensics last (they tell you *where* to dig is often answered for free by the cheap checks).
**Step 1 — Scope & status.** Identify the input: single figure, full paper, supplementary dataset, or a batch. Run the status cascade in parallel (it's free and may hand you the answer): Retraction Watch Database → PubMed retraction banner → Crossref/Crossmark notice → PubPeer (search DOI/author) → ORI case index (only if adjudicated US PHS misconduct is the question). Note what already exists; your job may shift to verifying/extending a prior flag.
**Step 2 — Ordered screen.** Walk the pipeline, recording each hit; do not stop at the first: 1. *Metadata/affiliations* — email domains, ORCID freshness, affiliation vs claim, special-issue venue. 2. *Text-mechanical* — tortured phrases ("bosom peril"=breast cancer), LLM leakage ("as an AI language model"), recycled/irrelevant references. 3. *Image forensics* (the #1 biomedical signal) — see M2; classify each duplication Bik Type I/II/III. 4. *Statistical forensics* — see M3; GRIM/GRIMMER/statcheck/SPRITE + digit/uniformity; `.xlsx` → calcChain. 5. *Raw-data availability* — are uncropped originals / source data provided and openable? 6. *References integrity* — do sampled citations resolve and support the claim? For stats-heavy/clinical papers, swap 3 and 4. For a *batch* question, run M5 (recurrence across papers is the signal).
**Step 3 — Match a model & classify.** For each hit, Read `references/sop_models.md`, match the operation model (M1–M7), and name the sub-type + Bik category. Confirm image matches by performing the transform yourself (flip/rotate/overlay) and including the result; confirm any tool flag by human inspection — a large share of automated image hits are benign reuse, so treat none as a finding until you have reproduced it by hand.
**Step 4 — Benign-explanation gate (mandatory before any escalation).** Run the benign-explanation checklist in M6. Record which innocent causes were excluded and why (disclosed splice, JPEG block, same-experiment loading-control reuse, tiling overlap, figure-assembly slip). No "looks suspicious → flag." Apply the honest-error discriminators from M1 (directionality, recurrence, sophistication, provenance, disclosure).
**Step 5 — Grade & document.** Default every finding to **Tier 1 (observed anomaly)**. Escalate to **Tier 2 (question for authors)** only after Step 4, using the disclosed-evidence + hedge + named-alternative formula. Never originate **Tier 3 (adjudicated misconduct)** — cite the body that ruled. Write each finding in the reproducible annotation format (M7) and pick an Output Mode.
Core Operation Models
| # | Model | Core proposition | Main source | |---|-------|------------------|-------------| | M1 | **FFP Taxonomy & Honest-Error Discriminators** | Classify the anomaly (fabrication/falsification + sub-types); separate honest error from misconduct via 5 tests; only ever assert the "significant departure," never intent. | ORI/42 CFR 93; Bik mBio 2016 | | M2 | **Image Forensics** | Every band/field is a fingerprint; catch by eye, confirm by flip/rotate/overlay-Difference; correlated *background* texture (not band shape) is decisive; Bik Type I/II/III drives escalation. | Bik; ASM/ImageTwin pilot; Proof
Other skills on skillalchemy.
- /LEAP
LEAP — 落地执行引擎。内含两条管线:A 分支蒸馏(从 raw data 提取 skill)、 B 分支融合(多 skill 编织为一个)。被 SkillAlchemy 编排器调用。 Use when 编排器判断需要蒸馏或融合时。
Open skill - /Lens
Lens — 给你的问题加一层认知镜片。输入任意任务描述,输出增强版 description, 发现「你不知道自己不知道」的隐性维度、前置条件和认知路线。 Use when 用户说「帮我想想」「分析一下」「生成 skill」「蒸馏」「融合」 或输入看起来太简单需要展开。
Open skill - /agentsop-agent-topology-selection
Cross-framework enhancement overlay for choosing a multi-agent topology BEFORE writing any agent. A binary-question rubric — is single-agent + tools enough? do agents need to know about each other? does the output need one voice? — maps the answer to single-agent / supervisor /
Open skill - /agentsop-aider
SOP for terminal-based, git-native AI pair programming with Aider (git work-tree + tree-sitter repo-map + edit-format + human-in-loop REPL). Use when editing code in an existing git repo via an LLM, when you need to converge a change to 2-5 files, pick an edit format that fits
Open skill - /agentsop-bounded-loop
Universal discipline for any LM-driven loop — agent retries, plan-act-observe, multi-agent handoffs, optimiser passes, test-fix cycles. Encodes the one rule every framework documents quietly and every team relearns expensively: the LM in the loop is NEVER a reliable terminator.
Open skill - /agentsop-code-execution-decision
Decision rubric for when an LM agent should write-and-run code (Program-of-Thought / code interpreter) versus reason in natural language: classify each step as deterministic- computable (emit + execute code, feed the result back) vs judgment (stay in prose). Use when designing
Open skill

