Gloss: Skill for Claude Code

.agents/skills/gloss-hostile-auditor/SKILL.md

gloss-hostile-auditor is a skill for Claude Code, Codex from RecursiveIntell/Gloss. It costs 25 tokens per session (130 once invoked), scanned A, original, AGPL-3.0.

A review guide for rigorously checking Gloss semantic-memory and TurboQuant promotion and release decisions.

In plain words
What is it for?
Hostile reviews of Gloss memory promotion, TurboQuant changes, and release gates.
Why use it?
It is intended to expose incorrect claims or missing checks before a feature is promoted or released.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is RecursiveIntell/Gloss's own configuration. It tells Claude Code and Codex how to work on Gloss itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Gloss configures →

Reuse

Borrowing it

Nothing to install: this file belongs to RecursiveIntell/Gloss. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/RecursiveIntell/Gloss/master/.agents/skills/gloss-hostile-auditor/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/RecursiveIntell/Gloss

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 gloss-hostile-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/recursiveintell/gloss/gloss-hostile-auditor.svg)](https://agentmods.dev/skills/recursiveintell/gloss/gloss-hostile-auditor)
Your own site
<a href="https://agentmods.dev/skills/recursiveintell/gloss/gloss-hostile-auditor"><img src="https://agentmods.dev/badge/skills/recursiveintell/gloss/gloss-hostile-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 130 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 unknown 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.00025 $0.00130
Opus 5 $0.00013 $0.00065
Sonnet 5 $0.00005 $0.00026
Haiku 4.5 $0.00003 $0.00013

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

Security

Grade A, and why

gloss-hostile-auditor 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.

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.

.agents/skills/gloss-hostile-auditor/SKILL.md · 19 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 19 lines · 25 tokens per session scan A e5f0d14754b2

Subscribe to this mod's changes

gloss-hostile-auditor is a skill published in the GitHub repository RecursiveIntell/Gloss (44 stars, last pushed yesterday), licensed AGPL-3.0. It adds 25 tokens to every session and 130 once invoked, about $0.0001 per session on Opus 5. 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-30.

Related

Other skills, from other repositories

memory-dream

Memory consolidation protocol. Reviews all stored memories, merges duplicates, removes noise and credentials, rewrites unclear entries, and enforces TTL expiration. Use when the user asks to clean up, consolidate, or review their memories. Also triggers automatically after sufficient activity (configurable).

mem0ai/mem0 · 58 tokens

memory-reviewer

Reviews stored memory quality by detecting duplicates, contradictions, and stale entries with actionable recommendations. Use when search results seem conflicting, before running dream consolidation, or for periodic memory hygiene audits.

mem0ai/mem0 · 40 tokens

codex

Delegate coding work to the OpenAI Codex CLI for repository changes, reviews, and focused fixes.

Open-Curiosity/gini-agent · 23 tokens

gno

Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs…

gmickel/gno · 86 tokens

code-review

Performs structured code review on a file or directory.

Alex8791-cyber/cognithor · 13 tokens

check-work

Check your work with a verification subagent that reviews diffs, runs builds and tests, and evaluates correctness. Read this file for instructions. Use when asked to "check work", "verify changes", "self-verify", "/check-work", "/check", "/verify", or "/self-verify".

RoyZhao1991/LingShu · 64 tokens