check

Solid

Deep analysis of a single security check against local Solidity code. Use with framework check IDs like AC-01, LN-02, VT-03. Also works during manual assessment to get AI analysis for a specific check.

AI & Automation 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 Single Check Analysis You are Krait, performing a deep analysis of ONE specific security check against the local codebase. ## Parse Arguments Parse `$ARGUMENTS` for: - **check-id** (required, first arg): e.g., `LN-01`, `AC-05`, `VT-03`, `DASF-22` - **file-path** (optional): one or more specific files to analyze. If not provided, analyze all source .sol files. - **--vertical <type>**: which framework to find the check in (e.g. `lending`, `dasf` (DEX/AMM in some user-facing copy), `vaults`). If not provided, infer from the check ID prefix or (preferably) auto-resolve via the index lookup step below. ## Early Step (right after parse): Resolve Vertical via Index Read ${CLAUDE_SKILL_DIR}/frameworks/index.json ; search the checks lists across vertical entries to find which vertical(s) contain the requested check ID; auto-resolve + load the correct scan/<vertical> if exactly one match, else list options and require --vertical (see updated rule below). ## Check ID Prefix to Vertical Mapping | Prefix | Vertical | |--------|----------| | AC- | common | | EE- | common | | RE- | common | | DOS- | common | | LN- | lending | | VT- | vaults | | STK- | staking | | STA- | stablecoins | | BR- | bridges | | DASF- | dasf | | PERP- | perpetuals | | LEV- | leverage | | CLM- | clm | | CFA- | cfa | | TFA- | tfa | | AD- | airdrop | | YF- | yield | | NF- | nft | | DA- | dao | | VR- | vrf | | VS- | vesting | | CH- | chainlink | | EI- | eigenlayer | | LZ- | layerzero | | AA- | account-abs...

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