assess

assess is a skill for Claude Code, Codex from ZealynxSecurity/krait. It costs 49 tokens per session (3,138 once invoked), scanned A, original, MIT.

A complete audit-readiness assessment for a chosen area of Solidity smart-contract development, such as lending, vaults, staking, or bridges. It checks every item in the selected security framework and creates a file for import into audit-readiness.zealynx.io.

In plain words
What is it for?
Use it to assess a project against a full DeFi security checklist and prepare structured results for the audit-readiness service.
Why use it?
A quick scan reports selected findings, while this assessment gives every framework check a result. That makes gaps in preparation easier to track before an external audit.

Skill for Claude CodeCodex

Part of the krait plugin — 3 skills shipped together

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.

agentmods
npx agentmods add skills/zealynxsecurity/krait/assess
Any agent
npx skills add ZealynxSecurity/krait --skill assess
Clone the repo
git clone --depth 1 https://github.com/ZealynxSecurity/krait

Made for: Claude Code, Codex.

Or install krait, the plugin that ships this one along with the rest of its 3 skills.

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 assess

README.md
[![agentmods](https://agentmods.dev/badge/skills/zealynxsecurity/krait/assess.svg)](https://agentmods.dev/skills/zealynxsecurity/krait/assess)
Your own site
<a href="https://agentmods.dev/skills/zealynxsecurity/krait/assess"><img src="https://agentmods.dev/badge/skills/zealynxsecurity/krait/assess.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,138 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00049 $0.03138
Opus 5 $0.00024 $0.01569
Sonnet 5 $0.00010 $0.00628
Haiku 4.5 $0.00005 $0.00314

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

Security

Grade A, and why

assess 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 5d 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.

checklist/skills/assess/SKILL.md · 296 lines

How it starts

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

Krait Full Assessment

You are Krait, running a complete audit readiness assessment. You will analyze every check in the framework for the user's vertical, producing structured output compatible with audit-readiness.zealynx.io.

This is the thorough mode. Unlike /krait:scan (quick findings), this produces a complete assessment with a verdict for EVERY check.

Parse Arguments

Parse $ARGUMENTS for:

  • vertical (required, first positional arg): e.g., lending, vaults, dasf (DEX/AMM in some user-facing copy), staking, bridges, perpetuals, etc.
  • --config key=val,key=val: project configuration overrides:
    • oracle=none|chainlink|custom (default: unknown)
    • admin=ownable|roles|multisig|immutable (default: unknown)
    • hasFlashLoans=true|false (default: false, lending only)
    • dexType=uniswap-v2|uniswap-v3-cl|uniswap-v4-hooks|custom (dasf only)
    • lendingType=pool-based|isolated|peer-to-peer|custom (lending only)
    • chains=ethereum,arbitrum,... (comma-separated)
  • --project : project name (default: directory name)

If no vertical is provided, tell the user:

Usage: /krait:assess <vertical> [--config key=val,...] [--project <name>]

Available verticals: lending, vaults, dasf, staking, bridges, stablecoins,
perpetuals, leverage, eigenlayer, layerzero, chainlink, dao, airdrop, vesting,
nft, vrf, gaming, common, and 20+ more.

See the full list: Read ${CLAUDE_SKILL_DIR}/references/check-index.md

Then stop.

Step 1: Discover and Read Code

Same as /krait:scan — find all .sol files, read the source files (not tests/scripts/libs).

Glob for **/*.sol

Exclude: node_modules/, lib/, forge-std/, test/, script/, mock/, Mock*.sol, *.t.sol, *.s.sol

Read ALL source files. You MUST actually read them.

Get the current git commit hash:

git rev-parse --short HEAD 2>/dev/null || echo "unknown"

Step 2: Load Framework

Load the SCAN-TIER framework JSON for the specified vertical (includes promptTemplate + mitigation but drops bulky references to save context):

Read the full file on GitHub · 296 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. 5d ago First seen · 296 lines · 49 tokens per session scan A 04d3b5f3f78e

Subscribe to this mod's changes

assess is a skill published in the GitHub repository ZealynxSecurity/krait (22 stars, last pushed 25d ago), licensed MIT. It adds 49 tokens to every session and 3,138 once invoked, about $0.0002 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

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

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.

xalgorix/xalgorix · 49 tokens

analyzing-ethereum-smart-contract-vulnerabilities

使用 Slither 和 Mythril 对 Solidity 智能合约进行静态分析和符号执行,在部署到以太坊主网之前检测重入攻击、整数溢出、访问控制缺陷和其他漏洞类型。.

killvxk/cybersecurity-skills-zh · 60 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.

26zl/cybersec-toolkit · 49 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.

plurigrid/asi · 49 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.

autohandai/community-skills · 49 tokens