Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Red Team Truthseeking

ASecurity

'Strategy: Systematic adversarial probing retuned for truth-seeking.

417 stars
0 votes
0 copies
1 views
Added 9/5/2026
researchgo

Security Analysis

A100/100

Scanned 9/5/2026

Install to Claude Code

$npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill red-team-truthseeking --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Red Team Truthseeking?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Red Team Truthseeking
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/yogsoth-ai-red-team-truthseeking/badge)](https://www.skillsdirectory.com/skills/yogsoth-ai-red-team-truthseeking)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: red-team-truthseeking
description: 'Strategy: Systematic adversarial probing retuned for truth-seeking.
  Threat surface = the set of load-bearing claims. Output is NOT a resilience score
  and NOT a hardening list — it is, per claim, the specific observation/computation
  that would refute it, plus which attacks succeeded. Methods: UFMCS Key Assumptions
  Check (repurposed), CIA Devil''s Advocacy, Platt strong inference.'
type: strategy
produces: RefutationSurfaceMap
dependencies:
  sops:
  - devils-advocacy
  - key-assumptions-check
  - probe-execution
  - threat-surface-mapping
---

# Red Team (Truth-Seeking Variant)

A retuning of systematic red-teaming. Classic red-teaming enumerates a threat surface, fires attack vectors, and outputs a resilience score (0.0-1.0) plus a list of hardening actions. Two things make that wrong for research: (1) "resilience score" is a defense metric — it rewards un-attackability, the signature of an unfalsifiable claim; (2) "hardening" means patching the artifact to deflect future attacks — exactly the patchwork anti-pattern we reject. This variant keeps the systematic-probing machinery (it is genuinely good at enumeration and coverage) but changes what we enumerate and what we output.

## What changed from the original (red-teaming)

| Element | Original (publication/defense) | This variant (truth-seeking) |
|---|---|---|
| Threat surface | Attackable weaknesses | The set of load-bearing CLAIMS (a claim, not a weakness, is the unit) |
| Per-vector goal | Show the artifact can be attacked | Produce the concrete observation/computation that would refute THIS claim |
| Primary output | Resilience score 0.0-1.0 | Refutation-condition per claim (falsifiable? what would break it?) |
| Secondary output | Hardening / mitigation actions | NONE. Findings route to revise/demote/residue, never to patch-to-survive |
| A claim no attack touches | High resilience (good) | UNFALSIFIABLE (RED — worst outcome) |

## Core move: assumption → refutation-condition

For each load-bearing claim, the red team does NOT ask "how can I make this look bad?" It asks Platt's strong-inference question: **"What is the experiment/observation/computation whose result would force me to abandon this claim?"** If a clean such condition exists, the claim is falsifiable and we record it (this is itself the most valuable product — it tells the next round / the sandbox exactly what to measure). If NO such condition can be constructed, the claim is UNFALSIFIABLE and flagged RED.

## Execution

### 1. Threat-surface = load-bearing claim enumeration (threat-surface-mapping, import & repurpose)
Enumerate every claim the artifact LEANS ON — not decorative restatements, the ones that, if false, collapse a downstream conclusion. Sort by load: how many downstream conclusions depend on each. Priority targets are the claims that carry the most weight and the claims stated most confidently relative to their evidence.

### 2. Key-Assumptions-Check (import key-assumptions-check SOP, repurposed)
For each claim, surface the hidden assumptions it rides on. Classify each assumption: SUPPORTED (we have evidence) / ASSERTED (we just believe it) / CONVENIENT (it makes the story prettier — high suspicion, ties to elegance-trap). ASSERTED and CONVENIENT assumptions are the priority attack targets.

### 3. Refutation-condition construction (the truth-seeking core)
For each claim, attempt to construct its refutation-condition (the strong-inference test). Three results:
- **Clean condition found** → record it. Claim is falsifiable. This feeds circular-validation-audit (can the sandbox actually run this test non-circularly?) and the next-round sandbox spec.
- **Condition exists but requires an external oracle** (real wet-lab, ground truth we cannot synthesize) → record as falsifiable-but-not-by-compute; goes to honest residue with cost noted.
- **No condition constructible** → UNFALSIFIABLE, RED flag, demote.

### 4. Attack execution (probe-execution, import)
Where a refutation-condition is constructible by reasoning/compute NOW, actually attempt the refutation (counterexample search, derivation check, limiting-case evaluation). Record success/failure honestly. A successful refutation = BROKEN. A failed severe refutation = CORROBORATED.

### 5. Devil's-advocacy pass (import devils-advocacy SOP)
One dedicated subagent argues the strongest case that the WHOLE artifact is a seductive product of our own framing — not to be balanced, but to make sure the prettiest claims got the hardest look.

## What this strategy does NOT produce

- No `resilience score`. We do not summarize truth as a number between 0 and 1.
- No `hardening actions`. If a claim is weak, we revise/demote/shelve it; we never armor it against scrutiny.
- No verdict that the artifact "passed." Individual claims get buckets; the artifact as a whole gets a ledger.

## Output

`RefutationSurfaceMap`: per load-bearing claim → {load rank | hidden assumptions classified SUPPORTED/ASSERTED/CONVENIENT | refutation-condition (clean / oracle-only / none) | if attacked: refutation attempted + outcome bucket}. Plus the devil's-advocate brief on the artifact-as-framing-artifact risk.

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| devils-advocacy | Construct the strongest possible counter-argument against a position, steelmanning the opposition before attacking. |
| key-assumptions-check | Military ACT: systematically enumerate all assumptions, classify by type, and evaluate evidence strength supporting each. |
| probe-execution | Execute a single attack probe against an artifact, record the result with evidence and severity classification. |
| threat-surface-mapping | Enumerate all attackable surfaces of an artifact — logical, empirical, methodological, social, and practical dimensions. |

<!-- END available-tables (generated) -->

Attribution

yogsoth-aiyogsoth-ai
View sourceMore from yogsoth-ai →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 8 modes: full research, quick brief, paper review, lit-review, fact-check, three-way literature scan, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report co...

486982 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory, coverage-bounded integrity checks, two-stage peer review, and auditable quality-assurance artifacts. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end p...

486981 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →