suwappubot: Skill for Claude Code

.claude/skills/aegis-goal/SKILL.md

aegis-goal is a skill for Claude Code from 0xSoftBoi/suwappubot. It costs 69 tokens per session (3,517 once invoked), scanned A, original, Apache-2.0.

A standing development goal for implementing and verifying every phase of a documented AEGIS integration plan. AEGIS is intended to scan messages at AI-agent entry points and quarantine or block unsafe content across Python and TypeScript services.

In plain words
What is it for?
It helps select the next plan item, verify that its code reference is still current, implement it, run the relevant checks, and update the plan.
Why use it?
It keeps a large security-integration project organized into ordered, verifiable phases instead of leaving the work as an unchecked plan.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is 0xSoftBoi/suwappubot's own configuration. It tells Claude Code how to work on suwappubot 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 suwappubot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to 0xSoftBoi/suwappubot. 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/0xSoftBoi/suwappubot/main/.claude/skills/aegis-goal/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/0xSoftBoi/suwappubot

Made for: Claude Code.

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 aegis-goal

README.md
[![agentmods](https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/aegis-goal/github.svg)](https://agentmods.dev/skills/0xsoftboi/suwappubot/aegis-goal)
Your own site
<a href="https://agentmods.dev/skills/0xsoftboi/suwappubot/aegis-goal"><img src="https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/aegis-goal/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aegis-goal

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xsoftboi/suwappubot/aegis-goal"><img src="https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/aegis-goal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,517 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.00069 $0.03517
Opus 5 $0.00034 $0.01758
Sonnet 5 $0.00014 $0.00703
Haiku 4.5 $0.00007 $0.00352

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

Security

Grade A, and why

aegis-goal 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 12d 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.

.claude/skills/aegis-goal/SKILL.md · 61 lines

How it starts

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

/aegis-goal — Ship the AEGIS integration, all phases

Standing goal: every phase of docs/plans/aegis-fork-extend.md implemented, verified, and merged. The plan (2026-08-02) adopts gaiarobotics/aegis (MIT, fork-pinned) as Suwappu's agent immune system: Python scanner at the LLM/message choke points, quarantine federated with BlacklistService, a minimal TypeScript port for the api-ts agent surfaces, plus standalone hardening fixes the research surfaced. Upstream reference commit: e3e87b3.

How to use

  • /aegis-goal — pick the next unchecked item in phase order, re-verify its file:line anchor against current code (the plan is a point-in-time audit; lines drift), implement it, run the phase's verification, check it off, and commit the edit to this file in the same PR as the work.
  • /aegis-goal <phase|item> — jump to that phase or item (e.g. /aegis-goal 2 or /aegis-goal 3.3).
  • One phase ≈ one PR via /ship. Don't batch phases. Items within a phase may split into smaller PRs if independently shippable.
  • When implementation reveals a new gap (like Phase 4's items were found), ADD it here under the right phase.
  • Goal is DONE when every box is checked; then archive this skill (delete the directory in a final commit noting completion).

The backlog

Phase 1 — Python scanner at LLM + message choke points (observe mode)

SHIPPED: PR #685 merged to main (58b24f0), CI green, 58 tests, cubic review findings addressed. Deploy to Railway is still pending — auto-deploy is broken (billing) and the CCR session has no Railway credentials; run /deploy prod python-api from a machine with the Railway CLI, then python3 scripts/status.py to verify boot. 1.7b's telemetry clock starts at that deploy.

  • 1.1 Pinned aegis-shield to immutable upstream commit e3e87b3791fb… in requirements.in + pip-compile'd lockfile (minimal diff; all 3 hard deps already present). Verified clean-venv install + scan smoke test. Manual follow-up: session repo-scoping blocked creating the 0xsoftboi/aegis fork — fork on GitHub when convenient and repoint the requirements.in URL (same SHA).
  • 1.2 bot/config/aegis.yaml (observe, scanner-only modules, block_on_threat: false) + bot/config/aegis_signatures/crypto.yaml (14 SW-* signatures) + bot/services/aegis_service.py (fail-open singleton wrapper, WARNING-log mirror for Railway) + AEGIS_ENABLED setting. Verified: pack loads (52 sigs total), 14/14 detection cases pass, p50 0.22ms.
  • 1.3 DONE (commit 3618d9b) — LLM pre-flight: Shield.scan_input() in parse_trade_intent (bot/services/nl_intent_service.py:404, before the Anthropic call); provenance-delimit untrusted text in _build_user_content (:214-216); sanitize the pending_intent echo (:182-192 — injection persistence loop).
  • 1.4 DONE (commit f8d896b) — WhatsApp seam: scan in _wa_dispatch (api/main.py:2512-2531) — must cover text, button payloads, nfm_reply JSON, and post-Whisper voice transcripts (:2522-2524).
  • 1.5 DONE (commit ee4747b, group -1 at top of add_handlers) — Telegram seam: group -1 scanner handler in bot/main.py add_handlers (before :740) or wrap PerUserSerializingProcessor.do_process_update (bot/utils/update_processor.py:25). Scan-and-log only — never blocks normal commands.
  • 1.6 DONE (commit f8d896b, 30/60s per-key limit + scan) — Agent NL API api/main.py:2163-2183: add scanner + per-key rate limit (today it has neither between the API-key check and handle_command).
  • 1.7a Code gate DONE (commit 59a0bc2): 57 tests pass (19 AEGIS + 38 NL incl. 6 new prompt-hardening), p50 scan latency 0.12ms. Suite caught+fixed a real bug (ThreatMatch flat-field access blanked signature_ids telemetry).
  • 1.7b Telemetry review: after Phase 1 deploys, review observe-mode detections (Railway logs AEGIS threat detected + .aegis/telemetry.jsonl) after ~1 week of prod traffic before any enforce flip anywhere.

Read the full file on GitHub · 61 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. 12d ago First seen · 61 lines · 69 tokens per session scan A ee5e355ffa63

Subscribe to this mod's changes

aegis-goal is a skill published in the GitHub repository 0xSoftBoi/suwappubot (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 69 tokens to every session and 3,517 once invoked, about $0.0003 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

oneinch-aggregator

1inch DEX aggregator skill — swap tokens across 400+ DEXes, get quotes, check token approvals, Fusion+ cross-chain swaps, portfolio tracking. Requires API key from 1inch Developer Portal.

tenzro/tenzro-network · 49 tokens

defi-protocols

DeFi protocol authority — flashloans, AMM design, lending markets, concentrated liquidity, MEV, triangular and cross-DEX arbitrage, stablecoin depeg dynamics, and on-chain capital routing across Uniswap V3, Aerodrome, Balancer, Curve, and Aave V3 on Ethereum, Base, Arbitrum, Optimism, and Polygon.

LuuOW/meridian-mcp · 81 tokens

across-bridge

Bridge ETH and ERC-20 tokens across EVM chains via Across Protocol v3. One function for a quote, one function for the entire end-to-end bridge (approval + deposit + arrival verification). Use when the user wants to move tokens between chains (e.g. "bridge 50 USDC from Base to Arbitrum", "send ETH from Ethereum to…

Starchild-ai-agent/official-skills · 129 tokens

ophis

Use this skill when the user asks to swap tokens, get a swap quote, check or cancel an order, or report the surplus their trades earned, via Ophis, the intent-based MEV-protected DEX aggregator. Triggers on phrases like "swap X for Y", "best price", "quote", "order status", "cancel my order", "how much surplus did I…

ophis-fi/ophis · 102 tokens

swap-via-ophis

Swap or bridge tokens through Ophis, an intent-based DEX aggregator. Parse a natural-language request, get a best-execution quote, build an EIP-712 order, sign it in the user's own wallet, and submit it. Non-custodial: the agent never holds keys or funds.

ophis-fi/ophis · 0 tokens

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens