yoxallismus

yoxallismus is a skill for Claude Code, Codex from Tyox-all/Weave_Protocol. It costs 0 tokens per session (570 once invoked), scanned A, original, Apache-2.0.

An experimental cryptography library for combining classical and post-quantum encryption methods. Post-quantum cryptography is designed to resist attacks from future quantum computers; this library is not audited.

In plain words
What is it for?
Use it for hybrid post-quantum encryption, quantum-safe key exchange, forward-secret ratchets, and related cryptographic operations.
Why use it?
It can support encryption plans that aim to protect against future quantum attacks, while its unaudited status means it requires careful review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for hybrid post-quantum encryption, quantum-safe key exchange, forward-secret ratchets, and related cryptographic operations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tyox-all/weave_protocol/yoxallismus
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 Tyox-all/Weave_Protocol --skill yoxallismus
Clone the repo
git clone --depth 1 https://github.com/Tyox-all/Weave_Protocol

Made for: Claude Code, Codex.

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 yoxallismus

README.md
[![agentmods](https://agentmods.dev/badge/skills/tyox-all/weave_protocol/yoxallismus.svg)](https://agentmods.dev/skills/tyox-all/weave_protocol/yoxallismus)
Your own site
<a href="https://agentmods.dev/skills/tyox-all/weave_protocol/yoxallismus"><img src="https://agentmods.dev/badge/skills/tyox-all/weave_protocol/yoxallismus.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 570 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 original 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.00000 $0.00570
Opus 5 $0.00000 $0.00285
Sonnet 5 $0.00000 $0.00114
Haiku 4.5 $0.00000 $0.00057

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

Security

Grade A, and why

yoxallismus 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 7d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (src/aead.ts, src/cli.ts, src/index.ts, …), 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.

yoxallismus/SKILL.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

🔐 Skill: pq-crypto

You have access to @weave_protocol/yoxallismus — an EXPERIMENTAL post-quantum cryptographic composition layer. NOT AUDITED. Use with care.

When to invoke

Use PQ crypto when the user:

  • Asks about post-quantum encryption or NIST FIPS 203 (ML-KEM)
  • Wants to encrypt data with hybrid classical + post-quantum security
  • Is building a system that needs harvest-now-decrypt-later resistance
  • Needs a Signal-style ratchet for forward secrecy
  • Asks about "quantum-safe" or "PQ-hybrid" cryptography

Key exports

import { PQCipher } from '@weave_protocol/yoxallismus';

// Simple encrypt-to-recipient facade
const alice = PQCipher.generateKeypair();
const bundle = PQCipher.encryptTo(PQCipher.publicKeyOf(alice), plaintext);
const decrypted = PQCipher.decryptFrom(alice, bundle.ciphertext, bundle.payload);

Lower-level primitives also exported:

  • generateHybridKeypair, encapsulate, decapsulate — hybrid KEM
  • aeadEncrypt, aeadDecrypt — AES-256-GCM AEAD
  • hkdf, deriveAeadKey, deriveNonce — HKDF-SHA-256 KDF
  • initRatchet, ratchetEncrypt, ratchetDecrypt — symmetric ratchet
  • serialize* / deserialize* — wire format helpers

CLI commands

  • weave-yoxall status — library status + known limitations
  • weave-yoxall keygen --out=<name> — generate keypair
  • weave-yoxall encrypt --to=<pub> --in=<file> — encrypt file
  • weave-yoxall decrypt --with=<priv> --in=<file> — decrypt file
  • weave-yoxall test — reproducible-claims test suite
  • weave-yoxall audit-self — known-attack test vectors
  • weave-yoxall benchmark — micro-benchmarks

Critical caveats

  • NOT AUDITED. Do not use for regulated, medical, financial, or legal data.
  • Wire format may break between v0.1 and v0.2.
  • No post-compromise recovery yet (planned v0.2 via DH double-ratchet).
  • No threshold encryption yet (planned v0.3).
  • Silence the runtime beta banner with YOXALL_SILENCE_BETA_WARNING=1.

Always point users to THREAT_MODEL.md and SECURITY.md before recommending adoption.

Read the full file on GitHub · 51 lines

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. 7d ago First seen · 51 lines · 0 tokens per session scan A 7fe265ff72d8

Subscribe to this mod's changes

yoxallismus is a skill published in the GitHub repository Tyox-all/Weave_Protocol (0 stars, last pushed 14d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 570 tokens. 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

panguard

AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.

panguard-ai/panguard-ai · 30 tokens

blockchain-solana

Use this skill when asked about Solana blockchain, Solana architecture, Proof of History, Solana programming, Anchor framework, Solana runtime, Solana CLI tools, Solana DeFi, Jupiter, Raydium, Metaplex, SPL tokens, and the Solana ecosystem. Covers Solana protocol architecture (PoH, Tower BFT, Turbine, Gulf Stream…

j4flmao/agent-skills · 142 tokens

lictor-security-check

Pre-release security audit for ANY project — AI-built or hand-written, web or mobile. Scans the codebase for the full range of real-world risks that get apps breached: leaked API & AI-provider keys, exposed configs/secrets, broken auth & access control (IDOR), injection (SQL/XSS/command), SSRF, open databases & cloud…

Raffa-jarrl/Lictor-AI · 135 tokens

lictor-rotate

Walks the user through rotating a leaked API key — step by step, provider-specific. Knows the exact URL to visit, the exact button to click, and how to verify the rotation worked. Supports Stripe, OpenAI, Anthropic, Google Cloud / AI Studio, GitHub, AWS, Slack, Supabase, Firebase, Postmark, and generic OAuth providers.

Raffa-jarrl/Lictor-AI · 80 tokens

alchemy-agentic-gateway

Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…

moonpay/skills · 101 tokens

alchemy-api

Integrates Alchemy blockchain APIs using an API key. Requires $ALCHEMYAPIKEY to be set; if unavailable, use the alchemy-agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation…

moonpay/skills · 100 tokens