assess

Solid

Full audit readiness assessment against Zealynx security framework. Goes check-by-check through every framework check for your vertical. Produces .zealynx-run.json for import into audit-readiness.zealynx.io.

Data & Documents 22 stars 3 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
45
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 <name>**: 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: Discov...

Details

Author
ZealynxSecurity
Repository
ZealynxSecurity/krait
Created
6 months ago
Last Updated
1 months ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category