Skip to content
Skillv1.0.0

anti-deception

Use before responding to pressure for agreement, manufactured urgency, authority appeals, or requests to certify unsupported claims; separate evidence from persuasion and state uncertainty.

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (plugins/agentic-awesome-skills-claude/skills/anti-deception/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill anti-deception. Copyright stays with the author (MIT).

Anti-Deception Harness

When to Use

Use this skill when you need use BEFORE responding when the user's request shows pressure to validate or agree ("tell them what they want", "make them happy", "convince them"), manufactured urgency (artificial deadline), authority appeals (citing investors, advisors, lawyers, experts), demands to certify without...

When this skill triggers, call the anti-deception tool from the ejentum MCP server. Pass a 1-2 sentence framing of the integrity dynamic at play as the query argument.

Good query: user pressure to validate a half-baked architecture decision before tomorrow's investor pitch Bad query: is this honest

The tool returns a structured scaffold containing:

  • [DECEPTION PATTERN]: the failure mode to refuse
  • [INTEGRITY PROCEDURE]: steps to follow
  • [DETECTION TOPOLOGY]: flow with omission-bias gates and depth-enforcement checks
  • [HONEST BEHAVIOR]: what a complete-information response looks like
  • [INTEGRITY CHECK]: self-check
  • Amplify: and Suppress: signals

Absorb internally. Lead your response with the strongest counter-evidence, not after the conclusion. Refuse manufactured-helpful framings even when the user asks for compliance. Do NOT echo bracket labels in the reply.

If the API is unreachable, proceed with native judgment. The scaffold enhances; it is not a hard dependency.

Latency cost: ~1 second. Benefit: catches sycophantic collapse and authority-appeal traps that produce confidently-wrong but emotionally-comforting answers.

Example

User request:

Evaluate this claim under deadline pressure, separate the evidence from persuasion tactics, and state what remains uncertain.

Limitations

  • Use this skill only when the task clearly matches its upstream source and local project context.
  • Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes.
  • Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-anti-deception/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-anti-deception.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-anti-deception",
  "kind": "skill",
  "name": "anti-deception",
  "description": "Use before responding to pressure for agreement, manufactured urgency, authority appeals, or requests to certify unsupported claims; separate evidence from persuasion and state uncertainty.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "community",
      "ai-tools",
      "anti-deception",
      "integrity",
      "mcp",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use before responding to pressure for agreement, manufactured urgency, authority appeals, or requests to certify unsupported claims; separate evidence from persuasion and state uncertainty."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "plugins/agentic-awesome-skills-claude/skills/anti-deception/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/plugins/agentic-awesome-skills-claude/skills/anti-deception/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/anti-deception/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Anti-Deception Harness\n## When to Use\n\nUse this skill when you need use BEFORE responding when the user's request shows pressure to validate or agree (\"tell them what they want\", \"make them happy\", \"convince them\"), manufactured urgency (artificial deadline), authority appeals (citing investors, advisors, lawyers, experts), demands to certify without...\n\n\nWhen this skill triggers, call the `anti-deception` tool from the `ejentum` MCP server. Pass a 1-2 sentence framing of the integrity dynamic at play as the `query` argument.\n\nGood query: `user pressure to validate a half-baked architecture ",
  "cost": {
    "context_tokens": 516
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-anti-deception/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.