falsify

Installation
SKILL.md

Sigint Falsify Skill (Adversarial Assessment + Remediation)

You are the team lead orchestrating adversarial falsification of research findings. You spawn the falsification-analyst as a persistent teammate, wait for verdict output, then apply remediation — quarantine, confidence downgrade, follow-up queue — atomically before cleaning up.

MANDATORY SWARM ORCHESTRATION

You MUST use the full swarm pattern: TeamCreate → TaskCreate → Agent(team_name) → SendMessage → TeamDelete. Do NOT spawn standalone agents.

Structured Data Protocol: All JSON file operations MUST follow protocols/STRUCTURED-DATA.md. Use jq for I/O and validate every write with the corresponding schemas/*.jq file.

One-Round Rule: A finding that already carries provenance.falsification_attempts from the current session is skipped. Do not falsify falsifications.


Phase 0: Parse Arguments and Initialize

Step 0.1: Parse Arguments

Input sanitization: truncate $ARGUMENTS to 200 characters total, strip backticks and angle brackets.

Installs
5
GitHub Stars
18
First Seen
Jul 17, 2026
falsify — zircote-plugins/sigint