[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-trailofbits-token-integration-analyzer-de":3,"guides-for-trailofbits-token-integration-analyzer":2036,"similar-k17artt9f101andhsnvbe7a32x86mh23-de":2037},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":259,"isFallback":242,"parentExtension":265,"providers":327,"relations":331,"repo":332,"tags":2034,"workflow":2035},1778698175626.322,"k17artt9f101andhsnvbe7a32x86mh23",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Token integration and implementation analyzer based on Trail of Bits' token integration checklist. Analyzes token implementations for ERC20/ERC721 conformity, checks for 20+ weird token patterns, assesses contract composition and owner privileges, performs on-chain scarcity analysis, and evaluates how protocols handle non-standard tokens. Context-aware for both token implementations and token integrations.",{"claudeCode":12},"trailofbits/skills","Token Integration Analyzer","https://github.com/trailofbits/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":240,"workflow":257},1778699061701.2886,"kn7c48ssksx535qx3chkz4jad986n0ge","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":206,"prerequisites":210,"promptVersionExtension":214,"promptVersionScoring":215,"purpose":216,"rationale":217,"score":218,"summary":219,"tags":220,"targetMarket":227,"tier":228,"useCases":229,"workflow":234},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of analyzing token implementations and integrations for security concerns, specifying the target artifacts (ERC20/ERC721) and the user's intent (security analysis).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond default LLM behavior by systematically applying a specialized checklist and database ('Weird ERC20 Database') for deep security analysis of token implementations and integrations.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a comprehensive workflow covering context discovery, automated analysis (Slither), manual code analysis, on-chain analysis, and risk assessment, enabling a full security review lifecycle.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the specific domain of token integration and implementation security analysis, aligning with its name and description.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities as detailed in the SKILL.md file.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill is a prompt-based agent and does not expose specific tools with discrete parameters.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md file clearly outlines the requirements for using the skill, including necessary inputs and context, and implicitly handles defaults.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","As this is a skill and not a collection of distinct tools, this check is not applicable.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill clearly defines its input requirements and the expected output structure (a detailed report), avoiding unnecessary data.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under CC-BY-SA-4.0, a permissive open-source license, as indicated by the bundled LICENSE file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits, with the last commit on May 11, 2026, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project utilizes Slither and other tools, and the presence of a lockfile (detected by `hasLockfile: true`) suggests proper dependency management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose secrets; its analysis focuses on code and on-chain data, with no indication of secret leakage.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's SKILL.md file clearly demarcates sections and references external resources like ASSESSMENT_CATEGORIES.md and REPORT_TEMPLATES.md, implying treated data rather than execution instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill focuses on analyzing provided code and on-chain data. There are no indications of runtime downloads or execution of external, uncommitted content.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates by analyzing provided code and on-chain data, with no indication of modifying files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's function is analysis-based and does not involve executing arbitrary code or spawning detached processes.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill analyzes code and public blockchain data; there are no instructions or mechanisms for exfiltrating confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The SKILL.md and provided code snippets do not contain hidden text tricks, invisible Unicode characters, or suspicious formatting.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is described in human-readable markdown and relies on external tools like Slither; there is no evidence of obfuscated code or base64 payloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill primarily analyzes provided code and on-chain data. While it may reference external files like ASSESSMENT_CATEGORIES.md, these are assumed to be within the bundle and do not impose structural assumptions on the user's project.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","In the last 90 days, 13 issues were opened and 4 were closed, indicating a closure rate below 50% and a significant backlog, suggesting slow maintainer response.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The repository has a CHANGELOG.md file and recent commit activity, indicating versioning is managed.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The skill's analysis process, particularly its reliance on Slither and systematic checklist application, implies input validation and sanitization of code and addresses.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill is purely analytical and does not perform any destructive operations on user files or infrastructure.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The skill's structured approach, including explicit phases and detailed analysis categories, suggests robust error handling for analysis failures, though specific implementation details are not visible.",{"category":105,"check":115,"severity":42,"summary":116},"Logging","As this is an analytical skill focused on code and blockchain data, it does not perform destructive actions or outbound calls that would typically require local audit logging.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill analyzes code and blockchain data, which may contain public addresses but not typically PII, and focuses on security rather than personal data processing.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's focus on blockchain token standards (ERC20/ERC721) and general security analysis makes it globally applicable without specific regional restrictions.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill's analysis is based on code and blockchain data, which are platform-agnostic. It may rely on external tools like Slither, but these are standard in the blockchain security domain.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README.md file clearly describes the purpose of the Trail of Bits Skills Marketplace and provides installation and usage instructions.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a single skill with a defined purpose, not a collection of numerous tools.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","This skill functions as a single analytical capability and does not expose multiple tools with overlapping functionalities.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","The features described in the SKILL.md and README are directly implemented through the described analysis process and reliance on tools like Slither.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for Claude Code, Codex, and local development, along with invocation examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md outlines potential failure modes and recovery steps, implying that errors during analysis will be reported with actionable guidance.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The presence of a lockfile (`hasLockfile: true`) and the use of standard tools suggest that dependencies are pinned, and the scripts likely have appropriate shebangs and headers.",{"category":33,"check":152,"severity":24,"summary":153},"Dry-run preview","The skill is purely analytical and does not perform state-changing operations, thus a dry-run mode is not applicable.",{"category":155,"check":156,"severity":42,"summary":157},"Protocol","Idempotent retry & timeouts","The skill is analytical and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no indication of telemetry being collected by this skill; its focus is on local analysis.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose is precisely defined as analyzing token implementations and integrations for security concerns using Trail of Bits' checklist, targeting developers and auditors.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise, self-contained, and clearly states the core capability and target.",{"category":45,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured with clear phases and categories, and it delegates deeper material to external files, keeping the main body concise.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the analysis flow and references external Markdown files for detailed criteria and templates, demonstrating progressive disclosure.",{"category":171,"check":175,"severity":42,"summary":176},"Forked exploration","This skill performs a focused analysis rather than deep exploration that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md includes a detailed example output demonstrating the input (project, token type) and the expected comprehensive report structure.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The 'Rationalizations' section in SKILL.md implicitly covers edge cases by highlighting common misinterpretations and incorrect assumptions during token analysis, guiding users toward proper methodology.",{"category":105,"check":184,"severity":42,"summary":185},"Tool Fallback","This skill does not rely on external MCP servers or tools that would require fallback mechanisms; it performs its analysis directly.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill's structured analysis process and the 'Rationalizations' section imply that unexpected states or incorrect assumptions will halt the analysis and prompt for correction.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focuses on token analysis; it does not appear to implicitly rely on other skills within the marketplace.",1778699061495,"This skill systematically analyzes token implementations and integrations for ERC20/ERC721 conformity and known security risks, leveraging Trail of Bits' expertise and tools like Slither.",[196,197,198,199,200],"Analyzes ERC20/ERC721 token implementations for conformity","Checks for 20+ known 'weird token' patterns","Assesses contract composition and owner privileges","Performs on-chain scarcity and distribution analysis","Evaluates protocol handling of non-standard tokens",[202,203,204,205],"General-purpose smart contract auditing beyond token-specific concerns.","Analyzing non-EVM compatible token standards.","Providing legal or financial advice regarding token investments.","Automated vulnerability exploitation or remediation.",[207,208,209],"Token Security Analysis","Smart Contract Auditing","On-Chain Data Analysis",[211,212,213],"Access to the codebase to be analyzed","Contract address and RPC endpoint (for on-chain analysis)","Context on whether analyzing token implementation or integration","3.0.0","4.4.0","To provide a systematic and expert-driven analysis of smart contract token security, identifying vulnerabilities in both token implementations and how protocols handle external tokens.","Issues Attention warning about slow response time, combined with the skill's dependency on external analysis tools and adherence to specific checklists, positions it as a valuable but community-evaluated resource.",78,"A comprehensive and well-documented skill for analyzing smart contract token security, with a minor concern regarding issue response time.",[221,222,223,224,225,226],"blockchain","security","erc20","erc721","smart-contracts","audit","global","community",[230,231,232,233],"Analyze custom ERC20 or ERC721 token contracts for security flaws.","Audit how a DeFi protocol integrates and handles various ERC20 tokens.","Identify risks associated with fee-on-transfer, rebasable, or upgradable tokens.","Assess on-chain token scarcity and holder concentration for potential manipulation risks.",[235,236,237,238,239],"Determine analysis context (token implementation, integration, platform, types)","Perform Slither analysis for Solidity projects (if applicable)","Analyze code for contract composition, owner privileges, ERC conformity, and weird patterns","Query on-chain data for scarcity, supply, and holder concentration (if applicable)","Provide a risk assessment with vulnerabilities, non-standard behaviors, and prioritized recommendations",{"codeQuality":241,"collectedAt":243,"documentation":244,"maintenance":247,"security":253,"testCoverage":256},{"hasLockfile":242},true,1778699045839,{"descriptionLength":245,"readmeSize":246},409,7901,{"closedIssues90d":248,"forks":249,"hasChangelog":242,"openIssues90d":250,"pushedAt":251,"stars":252},4,455,13,1778517916000,5161,{"hasNpmPackage":254,"license":255,"smitheryVerified":254},false,"CC-BY-SA-4.0",{"hasCi":242,"hasTests":242},{"updatedAt":258},1778699061701,{"basePath":260,"githubOwner":261,"githubRepo":262,"locale":18,"slug":263,"type":264},"plugins/building-secure-contracts/skills/token-integration-analyzer","trailofbits","skills","token-integration-analyzer","skill",{"_creationTime":266,"_id":267,"community":268,"display":269,"identity":273,"parentExtension":276,"providers":306,"relations":323,"tags":324,"workflow":325},1778698175626.3098,"k17802emfqh8yp7rx4mjxtj7cs86m4n0",{"reviewCount":8},{"description":270,"installMethods":271,"name":272,"sourceUrl":14},"Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.",{"claudeCode":272},"building-secure-contracts",{"basePath":274,"githubOwner":261,"githubRepo":262,"locale":18,"slug":272,"type":275},"plugins/building-secure-contracts","plugin",{"_creationTime":277,"_id":278,"community":279,"display":280,"identity":283,"providers":286,"relations":300,"tags":302,"workflow":303},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":8},{"description":281,"installMethods":282,"name":261,"sourceUrl":14},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":12},{"basePath":284,"githubOwner":261,"githubRepo":262,"locale":18,"slug":262,"type":285},"","marketplace",{"evaluate":287,"extract":294},{"promptVersionExtension":288,"promptVersionScoring":215,"score":289,"tags":290,"targetMarket":227,"tier":228},"3.1.0",75,[222,291,292,285,293],"development","analysis","plugins",{"commitSha":295,"marketplace":296,"plugin":298},"HEAD",{"name":261,"pluginCount":297},39,{"mcpCount":8,"provider":299,"skillCount":8},"classify",{"repoId":301},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[292,291,285,293,222],{"evaluatedAt":304,"extractAt":305,"updatedAt":304},1778698203402,1778698175626,{"evaluate":307,"extract":320},{"promptVersionExtension":214,"promptVersionScoring":215,"score":308,"tags":309,"targetMarket":227,"tier":319},95,[225,222,310,311,312,313,314,315,316,317,318],"auditing","solidity","rust","cairo","algorand","cosmos","substrate","solana","ton","verified",{"commitSha":295,"plugin":321},{"mcpCount":8,"provider":299,"skillCount":322},11,{"parentExtensionId":278,"repoId":301},[314,310,313,315,312,222,225,317,311,316,318],{"evaluatedAt":326,"extractAt":305,"updatedAt":326},1778698248528,{"evaluate":328,"extract":330},{"promptVersionExtension":214,"promptVersionScoring":215,"score":218,"tags":329,"targetMarket":227,"tier":228},[221,222,223,224,225,226],{"commitSha":295,"license":255},{"parentExtensionId":267,"repoId":301},{"_creationTime":333,"_id":301,"identity":334,"providers":335,"workflow":2030},1778698169543.2075,{"githubOwner":261,"githubRepo":262,"sourceUrl":14},{"classify":336,"discover":2023,"github":2026},{"commitSha":295,"extensions":337},[338,351,364,379,407,420,431,444,455,466,477,492,505,540,551,564,575,586,599,610,623,640,655,694,723,736,753,783,794,807,818,829,842,853,864,897,910,921,939,957,978,986,1017,1024,1031,1039,1047,1055,1063,1073,1081,1089,1097,1105,1110,1118,1128,1135,1142,1166,1252,1263,1274,1289,1304,1311,1332,1341,1360,1366,1375,1389,1418,1426,1448,1455,1468,1479,1491,1530,1537,1544,1576,1584,1600,1607,1615,1623,1631,1639,1647,1655,1663,1671,1679,1687,1695,1703,1711,1733,1741,1751,1775,1789,1803,1817,1835,1846,1854,1862,1879,1888,1903,1937,2012],{"basePath":284,"description":281,"displayName":261,"installMethods":339,"rationale":340,"selectedPaths":341,"source":350,"sourceLanguage":18,"type":285},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[342,345,347],{"path":343,"priority":344},".claude-plugin/marketplace.json","mandatory",{"path":346,"priority":344},"README.md",{"path":348,"priority":349},"LICENSE","high","rule",{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":350,"sourceLanguage":18,"type":275},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":354},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[358,360,361],{"path":359,"priority":344},".claude-plugin/plugin.json",{"path":346,"priority":344},{"path":362,"priority":363},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":350,"sourceLanguage":18,"type":275},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":367},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[371,372,373,375,377],{"path":359,"priority":344},{"path":346,"priority":344},{"path":374,"priority":363},"skills/audit-context-building/SKILL.md",{"path":376,"priority":349},"agents/function-analyzer.md",{"path":378,"priority":349},"commands/audit-context.md",{"basePath":274,"description":270,"displayName":272,"installMethods":380,"rationale":381,"selectedPaths":382,"source":350,"sourceLanguage":18,"type":275},{"claudeCode":272},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[383,384,385,387,389,391,393,395,397,399,401,403,405],{"path":359,"priority":344},{"path":346,"priority":344},{"path":386,"priority":363},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":388,"priority":363},"skills/audit-prep-assistant/SKILL.md",{"path":390,"priority":363},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":392,"priority":363},"skills/code-maturity-assessor/SKILL.md",{"path":394,"priority":363},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":396,"priority":363},"skills/guidelines-advisor/SKILL.md",{"path":398,"priority":363},"skills/secure-workflow-guide/SKILL.md",{"path":400,"priority":363},"skills/solana-vulnerability-scanner/SKILL.md",{"path":402,"priority":363},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":404,"priority":363},"skills/token-integration-analyzer/SKILL.md",{"path":406,"priority":363},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":408,"description":409,"displayName":410,"installMethods":411,"rationale":412,"selectedPaths":413,"source":350,"sourceLanguage":18,"type":275},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":410},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[414,415,416,418],{"path":359,"priority":344},{"path":346,"priority":344},{"path":417,"priority":363},"skills/burpsuite-project-parser/SKILL.md",{"path":419,"priority":349},"commands/burp-search.md",{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":350,"sourceLanguage":18,"type":275},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":423},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[427,428,429],{"path":359,"priority":344},{"path":346,"priority":344},{"path":430,"priority":363},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":432,"description":433,"displayName":434,"installMethods":435,"rationale":436,"selectedPaths":437,"source":350,"sourceLanguage":18,"type":275},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":434},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[438,439,440,442],{"path":359,"priority":344},{"path":346,"priority":344},{"path":441,"priority":363},"skills/constant-time-analysis/SKILL.md",{"path":443,"priority":349},"commands/ct-check.md",{"basePath":445,"description":446,"displayName":447,"installMethods":448,"rationale":449,"selectedPaths":450,"source":350,"sourceLanguage":18,"type":275},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":447},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[451,452,453],{"path":359,"priority":344},{"path":346,"priority":344},{"path":454,"priority":363},"skills/interpreting-culture-index/SKILL.md",{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":350,"sourceLanguage":18,"type":275},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":458},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[462,463,464],{"path":359,"priority":344},{"path":346,"priority":344},{"path":465,"priority":363},"skills/debug-buttercup/SKILL.md",{"basePath":467,"description":468,"displayName":469,"installMethods":470,"rationale":471,"selectedPaths":472,"source":350,"sourceLanguage":18,"type":275},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":469},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[473,474,475],{"path":359,"priority":344},{"path":346,"priority":344},{"path":476,"priority":363},"skills/devcontainer-setup/SKILL.md",{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":350,"sourceLanguage":18,"type":275},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":480},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[484,485,486,488,490],{"path":359,"priority":344},{"path":346,"priority":344},{"path":487,"priority":363},"skills/differential-review/SKILL.md",{"path":489,"priority":349},"agents/adversarial-modeler.md",{"path":491,"priority":349},"commands/diff-review.md",{"basePath":493,"description":494,"displayName":495,"installMethods":496,"rationale":497,"selectedPaths":498,"source":350,"sourceLanguage":18,"type":275},"plugins/firebase-apk-scanner","Scan Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. For authorized security research only.","firebase-apk-scanner",{"claudeCode":495},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[499,500,501,503],{"path":359,"priority":344},{"path":346,"priority":344},{"path":502,"priority":363},"skills/firebase-apk-scanner/SKILL.md",{"path":504,"priority":349},"commands/scan-apk.md",{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":350,"sourceLanguage":18,"type":275},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":508},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[512,513,514,516,518,520,522,524,526,528,530,532,534,536,538],{"path":359,"priority":344},{"path":346,"priority":344},{"path":515,"priority":349},"hooks/cleanup-clones.sh",{"path":517,"priority":349},"hooks/hooks.json",{"path":519,"priority":349},"hooks/intercept-github-curl.bats",{"path":521,"priority":349},"hooks/intercept-github-curl.sh",{"path":523,"priority":349},"hooks/intercept-github-fetch.bats",{"path":525,"priority":349},"hooks/intercept-github-fetch.sh",{"path":527,"priority":349},"hooks/persist-session-id.sh",{"path":529,"priority":349},"hooks/session-hooks.bats",{"path":531,"priority":349},"hooks/setup-shims.bats",{"path":533,"priority":349},"hooks/setup-shims.sh",{"path":535,"priority":349},"hooks/shims/gh",{"path":537,"priority":349},"hooks/shims/gh-shim.bats",{"path":539,"priority":349},"hooks/test_helper.bash",{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":350,"sourceLanguage":18,"type":275},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":543},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[547,548,549],{"path":359,"priority":344},{"path":346,"priority":344},{"path":550,"priority":363},"skills/dwarf-expert/SKILL.md",{"basePath":552,"description":553,"displayName":554,"installMethods":555,"rationale":556,"selectedPaths":557,"source":350,"sourceLanguage":18,"type":275},"plugins/entry-point-analyzer","Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level, and generates structured audit reports.","entry-point-analyzer",{"claudeCode":554},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[558,559,560,562],{"path":359,"priority":344},{"path":346,"priority":344},{"path":561,"priority":363},"skills/entry-point-analyzer/SKILL.md",{"path":563,"priority":349},"commands/entry-points.md",{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":350,"sourceLanguage":18,"type":275},"plugins/mutation-testing","Configures mewt or muton mutation testing campaigns — scopes targets, tunes timeouts, and optimizes long-running runs. Use when the user mentions mewt, muton, mutation testing, or wants to configure or optimize a mutation testing campaign.","mutation-testing",{"claudeCode":567},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[571,572,573],{"path":359,"priority":344},{"path":346,"priority":344},{"path":574,"priority":363},"skills/mutation-testing/SKILL.md",{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":350,"sourceLanguage":18,"type":275},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":578},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[582,583,584],{"path":359,"priority":344},{"path":346,"priority":344},{"path":585,"priority":363},"skills/property-based-testing/SKILL.md",{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":350,"sourceLanguage":18,"type":275},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":589},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[593,594,595,597],{"path":359,"priority":344},{"path":346,"priority":344},{"path":596,"priority":363},"skills/semgrep-rule-creator/SKILL.md",{"path":598,"priority":349},"commands/semgrep-rule.md",{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":350,"sourceLanguage":18,"type":275},"plugins/semgrep-rule-variant-creator","Creates language variants of existing Semgrep rules with proper applicability analysis and test-driven validation","semgrep-rule-variant-creator",{"claudeCode":602},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[606,607,608],{"path":359,"priority":344},{"path":346,"priority":344},{"path":609,"priority":363},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":350,"sourceLanguage":18,"type":275},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":613},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[617,618,619,621],{"path":359,"priority":344},{"path":346,"priority":344},{"path":620,"priority":363},"skills/sharp-edges/SKILL.md",{"path":622,"priority":349},"agents/sharp-edges-analyzer.md",{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":350,"sourceLanguage":18,"type":275},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":626},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[630,631,632,634,636,638],{"path":359,"priority":344},{"path":346,"priority":344},{"path":633,"priority":363},"skills/codeql/SKILL.md",{"path":635,"priority":363},"skills/sarif-parsing/SKILL.md",{"path":637,"priority":363},"skills/semgrep/SKILL.md",{"path":639,"priority":349},"agents/semgrep-scanner.md",{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":350,"sourceLanguage":18,"type":275},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":643},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[647,648,649,651,653],{"path":359,"priority":344},{"path":346,"priority":344},{"path":650,"priority":363},"skills/spec-to-code-compliance/SKILL.md",{"path":652,"priority":349},"agents/spec-compliance-checker.md",{"path":654,"priority":349},"commands/spec-compliance.md",{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":350,"sourceLanguage":18,"type":275},"plugins/testing-handbook-skills","Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)","testing-handbook-skills",{"claudeCode":658},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[662,663,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692],{"path":359,"priority":344},{"path":346,"priority":344},{"path":665,"priority":363},"skills/address-sanitizer/SKILL.md",{"path":667,"priority":363},"skills/aflpp/SKILL.md",{"path":669,"priority":363},"skills/atheris/SKILL.md",{"path":671,"priority":363},"skills/cargo-fuzz/SKILL.md",{"path":673,"priority":363},"skills/constant-time-testing/SKILL.md",{"path":675,"priority":363},"skills/coverage-analysis/SKILL.md",{"path":677,"priority":363},"skills/fuzzing-dictionary/SKILL.md",{"path":679,"priority":363},"skills/fuzzing-obstacles/SKILL.md",{"path":681,"priority":363},"skills/harness-writing/SKILL.md",{"path":683,"priority":363},"skills/libafl/SKILL.md",{"path":685,"priority":363},"skills/libfuzzer/SKILL.md",{"path":687,"priority":363},"skills/ossfuzz/SKILL.md",{"path":689,"priority":363},"skills/ruzzy/SKILL.md",{"path":691,"priority":363},"skills/testing-handbook-generator/SKILL.md",{"path":693,"priority":363},"skills/wycheproof/SKILL.md",{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":350,"sourceLanguage":18,"type":275},"plugins/trailmark","Builds multi-language source code graphs for security analysis: call graphs, attack surface mapping, blast radius, taint propagation, complexity hotspots, and entry point enumeration. Generates Mermaid diagrams (call graphs, class hierarchies, dependency maps, heatmaps). Compares code graph snapshots for structural diff and evolution analysis. Runs graph-informed mutation testing triage (genotoxic). Generates mutation-driven test vectors (vector-forge). Extracts crypto protocol message flows and converts Mermaid diagrams to ProVerif models. Projects SARIF and weAudit findings onto code graphs. Use when analyzing call paths, mapping attack surface, visualizing code architecture, triaging survived mutants, generating cryptographic test vectors, diagramming crypto protocols, formally verifying protocols, or augmenting audits with static analysis findings.","trailmark",{"claudeCode":697},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[701,702,703,705,707,709,711,713,715,717,719,721],{"path":359,"priority":344},{"path":346,"priority":344},{"path":704,"priority":363},"skills/audit-augmentation/SKILL.md",{"path":706,"priority":363},"skills/crypto-protocol-diagram/SKILL.md",{"path":708,"priority":363},"skills/diagramming-code/SKILL.md",{"path":710,"priority":363},"skills/genotoxic/SKILL.md",{"path":712,"priority":363},"skills/graph-evolution/SKILL.md",{"path":714,"priority":363},"skills/mermaid-to-proverif/SKILL.md",{"path":716,"priority":363},"skills/trailmark/SKILL.md",{"path":718,"priority":363},"skills/trailmark-structural/SKILL.md",{"path":720,"priority":363},"skills/trailmark-summary/SKILL.md",{"path":722,"priority":363},"skills/vector-forge/SKILL.md",{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":350,"sourceLanguage":18,"type":275},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":726},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[730,731,732,734],{"path":359,"priority":344},{"path":346,"priority":344},{"path":733,"priority":363},"skills/variant-analysis/SKILL.md",{"path":735,"priority":349},"commands/variants.md",{"basePath":737,"description":738,"displayName":739,"installMethods":740,"rationale":741,"selectedPaths":742,"source":350,"sourceLanguage":18,"type":275},"plugins/c-review","Comprehensive C/C++ security code review with specialized bug-finding agents covering memory safety, type safety, concurrency, and Linux/Windows userspace-specific issues","c-review",{"claudeCode":739},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[743,744,745,747,749,751],{"path":359,"priority":344},{"path":346,"priority":344},{"path":746,"priority":363},"skills/c-review/SKILL.md",{"path":748,"priority":349},"agents/c-review-dedup-judge.md",{"path":750,"priority":349},"agents/c-review-fp-judge.md",{"path":752,"priority":349},"agents/c-review-worker.md",{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":350,"sourceLanguage":18,"type":275},"plugins/modern-python","Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.","modern-python",{"claudeCode":756},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[760,761,762,764,765,766,767,769,771,773,775,777,779,781],{"path":359,"priority":344},{"path":346,"priority":344},{"path":763,"priority":363},"skills/modern-python/SKILL.md",{"path":517,"priority":349},{"path":531,"priority":349},{"path":533,"priority":349},{"path":768,"priority":349},"hooks/shims/pip",{"path":770,"priority":349},"hooks/shims/pip-shim.bats",{"path":772,"priority":349},"hooks/shims/pipx",{"path":774,"priority":349},"hooks/shims/pipx-shim.bats",{"path":776,"priority":349},"hooks/shims/python",{"path":778,"priority":349},"hooks/shims/python-shim.bats",{"path":780,"priority":349},"hooks/shims/uv",{"path":782,"priority":349},"hooks/shims/uv-shim.bats",{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":350,"sourceLanguage":18,"type":275},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":786},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[790,791,792],{"path":359,"priority":344},{"path":346,"priority":344},{"path":793,"priority":363},"skills/insecure-defaults/SKILL.md",{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":350,"sourceLanguage":18,"type":275},"plugins/second-opinion","Runs code reviews using external LLM CLIs (OpenAI Codex, Google Gemini) on uncommitted changes, branch diffs, or specific commits. Bundles Codex's built-in MCP server for direct tool access.","second-opinion",{"claudeCode":797},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[801,802,803,805],{"path":359,"priority":344},{"path":346,"priority":344},{"path":804,"priority":363},"skills/second-opinion/SKILL.md",{"path":806,"priority":344},".mcp.json",{"basePath":808,"description":809,"displayName":810,"installMethods":811,"rationale":812,"selectedPaths":813,"source":350,"sourceLanguage":18,"type":275},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":810},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[814,815,816],{"path":359,"priority":344},{"path":346,"priority":344},{"path":817,"priority":363},"skills/yara-rule-authoring/SKILL.md",{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":350,"sourceLanguage":18,"type":275},"plugins/git-cleanup","Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.","git-cleanup",{"claudeCode":821},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[825,826,827],{"path":359,"priority":344},{"path":346,"priority":344},{"path":828,"priority":363},"skills/git-cleanup/SKILL.md",{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":350,"sourceLanguage":18,"type":275},"plugins/workflow-skill-design","Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills","workflow-skill-design",{"claudeCode":832},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[836,837,838,840],{"path":359,"priority":344},{"path":346,"priority":344},{"path":839,"priority":363},"skills/designing-workflow-skills/SKILL.md",{"path":841,"priority":349},"agents/workflow-skill-reviewer.md",{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":350,"sourceLanguage":18,"type":275},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":845},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[849,850,851],{"path":359,"priority":344},{"path":346,"priority":344},{"path":852,"priority":363},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":350,"sourceLanguage":18,"type":275},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":856},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[860,861,862],{"path":359,"priority":344},{"path":346,"priority":344},{"path":863,"priority":363},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":865,"description":866,"displayName":867,"installMethods":868,"rationale":869,"selectedPaths":870,"source":350,"sourceLanguage":18,"type":275},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":867},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[871,872,873,875,877,879,881,883,885,887,889,891,893,895],{"path":359,"priority":344},{"path":346,"priority":344},{"path":874,"priority":363},"skills/zeroize-audit/SKILL.md",{"path":876,"priority":349},"agents/0-preflight.md",{"path":878,"priority":349},"agents/1-mcp-resolver.md",{"path":880,"priority":349},"agents/2-source-analyzer.md",{"path":882,"priority":349},"agents/2b-rust-source-analyzer.md",{"path":884,"priority":349},"agents/3-tu-compiler-analyzer.md",{"path":886,"priority":349},"agents/3b-rust-compiler-analyzer.md",{"path":888,"priority":349},"agents/4-report-assembler.md",{"path":890,"priority":349},"agents/5-poc-generator.md",{"path":892,"priority":349},"agents/5b-poc-validator.md",{"path":894,"priority":349},"agents/5c-poc-verifier.md",{"path":896,"priority":349},"agents/6-test-generator.md",{"basePath":898,"description":899,"displayName":900,"installMethods":901,"rationale":902,"selectedPaths":903,"source":350,"sourceLanguage":18,"type":275},"plugins/let-fate-decide","Draws Tarot cards using cryptographic randomness to add entropy to vague or underspecified planning. Interprets the spread to guide next steps. Use when feeling lucky, invoking heart-of-the-cards energy, or when prompts are ambiguous.","let-fate-decide",{"claudeCode":900},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[904,905,906,908],{"path":359,"priority":344},{"path":346,"priority":344},{"path":907,"priority":363},"skills/let-fate-decide/SKILL.md",{"path":909,"priority":349},"agents/draw.md",{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":350,"sourceLanguage":18,"type":275},"plugins/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)","agentic-actions-auditor",{"claudeCode":913},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[917,918,919],{"path":359,"priority":344},{"path":346,"priority":344},{"path":920,"priority":363},"skills/agentic-actions-auditor/SKILL.md",{"basePath":922,"description":923,"displayName":924,"installMethods":925,"rationale":926,"selectedPaths":927,"source":350,"sourceLanguage":18,"type":275},"plugins/skill-improver","Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.","skill-improver",{"claudeCode":924},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[928,929,930,932,934,936,937],{"path":359,"priority":344},{"path":346,"priority":344},{"path":931,"priority":363},"skills/skill-improver/SKILL.md",{"path":933,"priority":349},"commands/cancel-skill-improver.md",{"path":935,"priority":349},"commands/skill-improver.md",{"path":517,"priority":349},{"path":938,"priority":349},"hooks/stop-hook.sh",{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":350,"sourceLanguage":18,"type":275},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":942},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[946,947,948,950,952,954,956],{"path":359,"priority":344},{"path":346,"priority":344},{"path":949,"priority":363},"skills/fp-check/SKILL.md",{"path":951,"priority":349},"agents/data-flow-analyzer.md",{"path":953,"priority":349},"agents/exploitability-verifier.md",{"path":955,"priority":349},"agents/poc-builder.md",{"path":517,"priority":349},{"basePath":958,"description":959,"displayName":960,"installMethods":961,"rationale":962,"selectedPaths":963,"source":350,"sourceLanguage":18,"type":275},"plugins/dimensional-analysis","Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.","dimensional-analysis",{"claudeCode":960},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[964,965,966,968,970,972,974,976],{"path":359,"priority":344},{"path":346,"priority":344},{"path":967,"priority":363},"skills/dimensional-analysis/SKILL.md",{"path":969,"priority":349},"agents/arithmetic-scanner.md",{"path":971,"priority":349},"agents/dimension-annotator.md",{"path":973,"priority":349},"agents/dimension-discoverer.md",{"path":975,"priority":349},"agents/dimension-propagator.md",{"path":977,"priority":349},"agents/dimension-validator.md",{"basePath":979,"description":980,"displayName":508,"installMethods":981,"rationale":982,"selectedPaths":983,"source":350,"sourceLanguage":18,"type":264},".codex/skills/gh-cli","Enforces authenticated gh CLI workflows over unauthenticated curl/WebFetch patterns. Use when working with GitHub URLs, API access, pull requests, or issues.",{"claudeCode":12},"SKILL.md frontmatter at .codex/skills/gh-cli/SKILL.md",[984],{"path":985,"priority":344},"SKILL.md",{"basePath":987,"description":988,"displayName":913,"installMethods":989,"rationale":990,"selectedPaths":991,"source":350,"sourceLanguage":18,"type":264},"plugins/agentic-actions-auditor/skills/agentic-actions-auditor","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/agentic-actions-auditor/skills/agentic-actions-auditor/SKILL.md",[992,993,995,997,999,1001,1003,1005,1007,1009,1011,1013,1015],{"path":985,"priority":344},{"path":994,"priority":363},"references/action-profiles.md",{"path":996,"priority":363},"references/cross-file-resolution.md",{"path":998,"priority":363},"references/foundations.md",{"path":1000,"priority":363},"references/vector-a-env-var-intermediary.md",{"path":1002,"priority":363},"references/vector-b-direct-expression-injection.md",{"path":1004,"priority":363},"references/vector-c-cli-data-fetch.md",{"path":1006,"priority":363},"references/vector-d-pr-target-checkout.md",{"path":1008,"priority":363},"references/vector-e-error-log-injection.md",{"path":1010,"priority":363},"references/vector-f-subshell-expansion.md",{"path":1012,"priority":363},"references/vector-g-eval-of-ai-output.md",{"path":1014,"priority":363},"references/vector-h-dangerous-sandbox-configs.md",{"path":1016,"priority":363},"references/vector-i-wildcard-allowlists.md",{"basePath":1018,"description":1019,"displayName":354,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":350,"sourceLanguage":18,"type":264},"plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified","Clarify requirements before implementing. Use when serious doubts arise.",{"claudeCode":12},"SKILL.md frontmatter at plugins/ask-questions-if-underspecified/skills/ask-questions-if-underspecified/SKILL.md",[1023],{"path":985,"priority":344},{"basePath":1025,"description":1026,"displayName":367,"installMethods":1027,"rationale":1028,"selectedPaths":1029,"source":350,"sourceLanguage":18,"type":264},"plugins/audit-context-building/skills/audit-context-building","Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.",{"claudeCode":12},"SKILL.md frontmatter at plugins/audit-context-building/skills/audit-context-building/SKILL.md",[1030],{"path":985,"priority":344},{"basePath":1032,"description":1033,"displayName":1034,"installMethods":1035,"rationale":1036,"selectedPaths":1037,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/algorand-vulnerability-scanner","Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL/PyTeal).","algorand-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/algorand-vulnerability-scanner/SKILL.md",[1038],{"path":985,"priority":344},{"basePath":1040,"description":1041,"displayName":1042,"installMethods":1043,"rationale":1044,"selectedPaths":1045,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/audit-prep-assistant","Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).","audit-prep-assistant",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/audit-prep-assistant/SKILL.md",[1046],{"path":985,"priority":344},{"basePath":1048,"description":1049,"displayName":1050,"installMethods":1051,"rationale":1052,"selectedPaths":1053,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/cairo-vulnerability-scanner","Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.","cairo-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cairo-vulnerability-scanner/SKILL.md",[1054],{"path":985,"priority":344},{"basePath":1056,"description":1057,"displayName":1058,"installMethods":1059,"rationale":1060,"selectedPaths":1061,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/code-maturity-assessor","Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety, auditing practices, access controls, complexity, decentralization, documentation, MEV risks, low-level code, and testing. Produces professional scorecard with evidence-based ratings and actionable recommendations.","code-maturity-assessor",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/code-maturity-assessor/SKILL.md",[1062],{"path":985,"priority":344},{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner","Scans Cosmos SDK blockchain modules and CosmWasm contracts for consensus-critical vulnerabilities — chain halts, fund loss, state divergence. 25 core + 16 IBC + 10 EVM + 3 CosmWasm patterns. Use when auditing custom x/ modules, reviewing IBC integrations, or assessing pre-launch chain security. Updated for SDK v0.53.x.","cosmos-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner/SKILL.md",[1070,1071],{"path":985,"priority":344},{"path":1072,"priority":363},"CHANGELOG.md",{"basePath":1074,"description":1075,"displayName":1076,"installMethods":1077,"rationale":1078,"selectedPaths":1079,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/guidelines-advisor","Smart contract development advisor based on Trail of Bits' best practices. Analyzes codebase to generate documentation/specifications, review architecture, check upgradeability patterns, assess implementation quality, identify pitfalls, review dependencies, and evaluate testing. Provides actionable recommendations.","guidelines-advisor",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/guidelines-advisor/SKILL.md",[1080],{"path":985,"priority":344},{"basePath":1082,"description":1083,"displayName":1084,"installMethods":1085,"rationale":1086,"selectedPaths":1087,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/secure-workflow-guide","Guides through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas.","secure-workflow-guide",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/secure-workflow-guide/SKILL.md",[1088],{"path":985,"priority":344},{"basePath":1090,"description":1091,"displayName":1092,"installMethods":1093,"rationale":1094,"selectedPaths":1095,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/solana-vulnerability-scanner","Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ownership checks, and sysvar spoofing. Use when auditing Solana/Anchor programs.","solana-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/solana-vulnerability-scanner/SKILL.md",[1096],{"path":985,"priority":344},{"basePath":1098,"description":1099,"displayName":1100,"installMethods":1101,"rationale":1102,"selectedPaths":1103,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/substrate-vulnerability-scanner","Scans Substrate/Polkadot pallets for 7 critical vulnerabilities including arithmetic overflow, panic DoS, incorrect weights, and bad origin checks. Use when auditing Substrate runtimes or FRAME pallets.","substrate-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/substrate-vulnerability-scanner/SKILL.md",[1104],{"path":985,"priority":344},{"basePath":260,"description":10,"displayName":263,"installMethods":1106,"rationale":1107,"selectedPaths":1108,"source":350,"sourceLanguage":18,"type":264},{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/token-integration-analyzer/SKILL.md",[1109],{"path":985,"priority":344},{"basePath":1111,"description":1112,"displayName":1113,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":350,"sourceLanguage":18,"type":264},"plugins/building-secure-contracts/skills/ton-vulnerability-scanner","Scans TON (The Open Network) smart contracts for 3 critical vulnerabilities including integer-as-boolean misuse, fake Jetton contracts, and forward TON without gas checks. Use when auditing FunC contracts.","ton-vulnerability-scanner",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/ton-vulnerability-scanner/SKILL.md",[1117],{"path":985,"priority":344},{"basePath":1119,"description":1120,"displayName":410,"installMethods":1121,"rationale":1122,"selectedPaths":1123,"source":350,"sourceLanguage":18,"type":264},"plugins/burpsuite-project-parser/skills/burpsuite-project-parser","Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.",{"claudeCode":12},"SKILL.md frontmatter at plugins/burpsuite-project-parser/skills/burpsuite-project-parser/SKILL.md",[1124,1125],{"path":985,"priority":344},{"path":1126,"priority":1127},"scripts/burp-search.sh","low",{"basePath":1129,"description":1130,"displayName":739,"installMethods":1131,"rationale":1132,"selectedPaths":1133,"source":350,"sourceLanguage":18,"type":264},"plugins/c-review/skills/c-review","Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C/C++ applications, reviewing daemons or services for memory safety, or hunting integer overflow / use-after-free / race conditions in userspace code.",{"claudeCode":12},"SKILL.md frontmatter at plugins/c-review/skills/c-review/SKILL.md",[1134],{"path":985,"priority":344},{"basePath":1136,"description":1137,"displayName":423,"installMethods":1138,"rationale":1139,"selectedPaths":1140,"source":350,"sourceLanguage":18,"type":264},"plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return \"Browser extension is not connected\", or behave erratically.",{"claudeCode":12},"SKILL.md frontmatter at plugins/claude-in-chrome-troubleshooting/skills/claude-in-chrome-troubleshooting/SKILL.md",[1141],{"path":985,"priority":344},{"basePath":1143,"description":1144,"displayName":434,"installMethods":1145,"rationale":1146,"selectedPaths":1147,"source":350,"sourceLanguage":18,"type":264},"plugins/constant-time-analysis/skills/constant-time-analysis","Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.",{"claudeCode":12},"SKILL.md frontmatter at plugins/constant-time-analysis/skills/constant-time-analysis/SKILL.md",[1148,1149,1150,1152,1154,1156,1158,1160,1162,1164],{"path":985,"priority":344},{"path":346,"priority":349},{"path":1151,"priority":363},"references/compiled.md",{"path":1153,"priority":363},"references/javascript.md",{"path":1155,"priority":363},"references/kotlin.md",{"path":1157,"priority":363},"references/php.md",{"path":1159,"priority":363},"references/python.md",{"path":1161,"priority":363},"references/ruby.md",{"path":1163,"priority":363},"references/swift.md",{"path":1165,"priority":363},"references/vm-compiled.md",{"basePath":1167,"description":1168,"displayName":1169,"installMethods":1170,"rationale":1171,"selectedPaths":1172,"source":350,"sourceLanguage":18,"type":264},"plugins/culture-index/skills/interpreting-culture-index","Interprets Culture Index (CI) surveys, behavioral profiles, and personality assessment data. Supports individual profile interpretation, team composition analysis (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Accepts extracted JSON or PDF input via OpenCV extraction script.","interpreting-culture-index",{"claudeCode":12},"SKILL.md frontmatter at plugins/culture-index/skills/interpreting-culture-index/SKILL.md",[1173,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222,1224,1226,1228,1230,1232,1234,1236,1238,1240,1242,1244,1246,1248,1250],{"path":985,"priority":344},{"path":1175,"priority":363},"references/anti-patterns.md",{"path":1177,"priority":363},"references/archetype-administrator.md",{"path":1179,"priority":363},"references/archetype-coordinator.md",{"path":1181,"priority":363},"references/archetype-craftsman.md",{"path":1183,"priority":363},"references/archetype-daredevil.md",{"path":1185,"priority":363},"references/archetype-debater.md",{"path":1187,"priority":363},"references/archetype-facilitator.md",{"path":1189,"priority":363},"references/archetype-influencer.md",{"path":1191,"priority":363},"references/archetype-operator.md",{"path":1193,"priority":363},"references/archetype-persuader.md",{"path":1195,"priority":363},"references/archetype-philosopher.md",{"path":1197,"priority":363},"references/archetype-rainmaker.md",{"path":1199,"priority":363},"references/archetype-scholar.md",{"path":1201,"priority":363},"references/archetype-socializer.md",{"path":1203,"priority":363},"references/archetype-specialist.md",{"path":1205,"priority":363},"references/archetype-technical-expert.md",{"path":1207,"priority":363},"references/archetype-traditionalist.md",{"path":1209,"priority":363},"references/archetype-trailblazer.md",{"path":1211,"priority":363},"references/conversation-starters.md",{"path":1213,"priority":363},"references/interview-trait-signals.md",{"path":1215,"priority":363},"references/motivators.md",{"path":1217,"priority":363},"references/patterns-archetypes.md",{"path":1219,"priority":363},"references/primary-traits.md",{"path":1221,"priority":363},"references/secondary-traits.md",{"path":1223,"priority":363},"references/team-composition.md",{"path":1225,"priority":1127},"scripts/check_deps.py",{"path":1227,"priority":1127},"scripts/culture_index/__init__.py",{"path":1229,"priority":1127},"scripts/culture_index/constants.py",{"path":1231,"priority":1127},"scripts/culture_index/extract.py",{"path":1233,"priority":1127},"scripts/culture_index/models.py",{"path":1235,"priority":1127},"scripts/culture_index/opencv_extractor.py",{"path":1237,"priority":1127},"scripts/extract_pdf.py",{"path":1239,"priority":1127},"scripts/pyproject.toml",{"path":1241,"priority":1127},"templates/burnout-report.md",{"path":1243,"priority":1127},"templates/comparison-report.md",{"path":1245,"priority":1127},"templates/hiring-profile.md",{"path":1247,"priority":1127},"templates/individual-report.md",{"path":1249,"priority":1127},"templates/predicted-profile.md",{"path":1251,"priority":1127},"templates/team-report.md",{"basePath":1253,"description":1254,"displayName":458,"installMethods":1255,"rationale":1256,"selectedPaths":1257,"source":350,"sourceLanguage":18,"type":264},"plugins/debug-buttercup/skills/debug-buttercup","Debugs the Buttercup CRS (Cyber Reasoning System) running on Kubernetes. Use when diagnosing pod crashes, restart loops, Redis failures, resource pressure, disk saturation, DinD issues, or any service misbehavior in the crs namespace. Covers triage, log analysis, queue inspection, and common failure patterns for: redis, fuzzer-bot, coverage-bot, seed-gen, patcher, build-bot, scheduler, task-server, task-downloader, program-model, litellm, dind, tracer-bot, merger-bot, competition-api, pov-reproducer, scratch-cleaner, registry-cache, image-preloader, ui.\n",{"claudeCode":12},"SKILL.md frontmatter at plugins/debug-buttercup/skills/debug-buttercup/SKILL.md",[1258,1259,1261],{"path":985,"priority":344},{"path":1260,"priority":363},"references/failure-patterns.md",{"path":1262,"priority":1127},"scripts/diagnose.sh",{"basePath":1264,"description":1265,"displayName":469,"installMethods":1266,"rationale":1267,"selectedPaths":1268,"source":350,"sourceLanguage":18,"type":264},"plugins/devcontainer-setup/skills/devcontainer-setup","Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontainer support to a project, setting up isolated development environments, or configuring sandboxed Claude Code workspaces.",{"claudeCode":12},"SKILL.md frontmatter at plugins/devcontainer-setup/skills/devcontainer-setup/SKILL.md",[1269,1270,1272],{"path":985,"priority":344},{"path":1271,"priority":363},"references/dockerfile-best-practices.md",{"path":1273,"priority":363},"references/features-vs-dockerfile.md",{"basePath":1275,"description":1276,"displayName":480,"installMethods":1277,"rationale":1278,"selectedPaths":1279,"source":350,"sourceLanguage":18,"type":264},"plugins/differential-review/skills/differential-review","Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.\n",{"claudeCode":12},"SKILL.md frontmatter at plugins/differential-review/skills/differential-review/SKILL.md",[1280,1281,1283,1285,1287],{"path":985,"priority":344},{"path":1282,"priority":363},"adversarial.md",{"path":1284,"priority":363},"methodology.md",{"path":1286,"priority":363},"patterns.md",{"path":1288,"priority":363},"reporting.md",{"basePath":1290,"description":1291,"displayName":960,"installMethods":1292,"rationale":1293,"selectedPaths":1294,"source":350,"sourceLanguage":18,"type":264},"plugins/dimensional-analysis/skills/dimensional-analysis","Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol, offchain code, or other blockchain-related codebase with arithmetic. Prevents dimensional mismatches and catches formula bugs early.",{"claudeCode":12},"SKILL.md frontmatter at plugins/dimensional-analysis/skills/dimensional-analysis/SKILL.md",[1295,1296,1298,1300,1302],{"path":985,"priority":344},{"path":1297,"priority":363},"references/annotate.md",{"path":1299,"priority":363},"references/bug-patterns.md",{"path":1301,"priority":363},"references/common-dimensions.md",{"path":1303,"priority":363},"references/dimension-algebra.md",{"basePath":1305,"description":1306,"displayName":543,"installMethods":1307,"rationale":1308,"selectedPaths":1309,"source":350,"sourceLanguage":18,"type":264},"plugins/dwarf-expert/skills/dwarf-expert","Provides expertise for analyzing DWARF debug files and understanding the DWARF debug format/standard (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.",{"claudeCode":12},"SKILL.md frontmatter at plugins/dwarf-expert/skills/dwarf-expert/SKILL.md",[1310],{"path":985,"priority":344},{"basePath":1312,"description":1313,"displayName":554,"installMethods":1314,"rationale":1315,"selectedPaths":1316,"source":350,"sourceLanguage":18,"type":264},"plugins/entry-point-analyzer/skills/entry-point-analyzer","Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level (public, admin, role-restricted, contract-only), and generates structured audit reports. Excludes view/pure/read-only functions. Use when auditing smart contracts (Solidity, Vyper, Solana/Rust, Move, TON, CosmWasm) or when asked to find entry points, audit flows, external functions, access control patterns, or privileged operations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/entry-point-analyzer/skills/entry-point-analyzer/SKILL.md",[1317,1318,1320,1322,1324,1326,1328,1330],{"path":985,"priority":344},{"path":1319,"priority":363},"references/cosmwasm.md",{"path":1321,"priority":363},"references/move-aptos.md",{"path":1323,"priority":363},"references/move-sui.md",{"path":1325,"priority":363},"references/solana.md",{"path":1327,"priority":363},"references/solidity.md",{"path":1329,"priority":363},"references/ton.md",{"path":1331,"priority":363},"references/vyper.md",{"basePath":1333,"description":1334,"displayName":495,"installMethods":1335,"rationale":1336,"selectedPaths":1337,"source":350,"sourceLanguage":18,"type":264},"plugins/firebase-apk-scanner/skills/firebase-apk-scanner","Scans Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. Use when analyzing APK files for Firebase vulnerabilities, performing mobile app security audits, or testing Firebase endpoint security. For authorized security research only.",{"claudeCode":12},"SKILL.md frontmatter at plugins/firebase-apk-scanner/skills/firebase-apk-scanner/SKILL.md",[1338,1339],{"path":985,"priority":344},{"path":1340,"priority":363},"references/vulnerabilities.md",{"basePath":1342,"description":1343,"displayName":942,"installMethods":1344,"rationale":1345,"selectedPaths":1346,"source":350,"sourceLanguage":18,"type":264},"plugins/fp-check/skills/fp-check","Systematically verifies suspected security bugs to eliminate false positives. Produces TRUE POSITIVE or FALSE POSITIVE verdicts with documented evidence for each bug.",{"claudeCode":12},"SKILL.md frontmatter at plugins/fp-check/skills/fp-check/SKILL.md",[1347,1348,1350,1352,1354,1356,1358],{"path":985,"priority":344},{"path":1349,"priority":363},"references/bug-class-verification.md",{"path":1351,"priority":363},"references/deep-verification.md",{"path":1353,"priority":363},"references/evidence-templates.md",{"path":1355,"priority":363},"references/false-positive-patterns.md",{"path":1357,"priority":363},"references/gate-reviews.md",{"path":1359,"priority":363},"references/standard-verification.md",{"basePath":1361,"description":820,"displayName":821,"installMethods":1362,"rationale":1363,"selectedPaths":1364,"source":350,"sourceLanguage":18,"type":264},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":12},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1365],{"path":985,"priority":344},{"basePath":1367,"description":1368,"displayName":786,"installMethods":1369,"rationale":1370,"selectedPaths":1371,"source":350,"sourceLanguage":18,"type":264},"plugins/insecure-defaults/skills/insecure-defaults","Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling.",{"claudeCode":12},"SKILL.md frontmatter at plugins/insecure-defaults/skills/insecure-defaults/SKILL.md",[1372,1373],{"path":985,"priority":344},{"path":1374,"priority":363},"references/examples.md",{"basePath":1376,"description":1377,"displayName":900,"installMethods":1378,"rationale":1379,"selectedPaths":1380,"source":350,"sourceLanguage":18,"type":264},"plugins/let-fate-decide/skills/let-fate-decide","Draws 4 Tarot cards to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.",{"claudeCode":12},"SKILL.md frontmatter at plugins/let-fate-decide/skills/let-fate-decide/SKILL.md",[1381,1382,1384,1386,1387],{"path":985,"priority":344},{"path":1383,"priority":363},"references/INTERPRETATION_GUIDE.md",{"path":1385,"priority":1127},"scripts/draw_cards.py",{"path":1239,"priority":1127},{"path":1388,"priority":1127},"scripts/test_draw_cards.py",{"basePath":1390,"description":1391,"displayName":756,"installMethods":1392,"rationale":1393,"selectedPaths":1394,"source":350,"sourceLanguage":18,"type":264},"plugins/modern-python/skills/modern-python","Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.",{"claudeCode":12},"SKILL.md frontmatter at plugins/modern-python/skills/modern-python/SKILL.md",[1395,1396,1398,1400,1402,1404,1406,1408,1410,1412,1414,1416],{"path":985,"priority":344},{"path":1397,"priority":363},"references/dependabot.md",{"path":1399,"priority":363},"references/migration-checklist.md",{"path":1401,"priority":363},"references/pep723-scripts.md",{"path":1403,"priority":363},"references/prek.md",{"path":1405,"priority":363},"references/pyproject.md",{"path":1407,"priority":363},"references/ruff-config.md",{"path":1409,"priority":363},"references/security-setup.md",{"path":1411,"priority":363},"references/testing.md",{"path":1413,"priority":363},"references/uv-commands.md",{"path":1415,"priority":1127},"templates/dependabot.yml",{"path":1417,"priority":1127},"templates/pre-commit-config.yaml",{"basePath":1419,"description":566,"displayName":567,"installMethods":1420,"rationale":1421,"selectedPaths":1422,"source":350,"sourceLanguage":18,"type":264},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1423,1424],{"path":985,"priority":344},{"path":1425,"priority":363},"references/optimization-strategies.md",{"basePath":1427,"description":1428,"displayName":578,"installMethods":1429,"rationale":1430,"selectedPaths":1431,"source":350,"sourceLanguage":18,"type":264},"plugins/property-based-testing/skills/property-based-testing","Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.",{"claudeCode":12},"SKILL.md frontmatter at plugins/property-based-testing/skills/property-based-testing/SKILL.md",[1432,1433,1434,1436,1438,1440,1442,1444,1446],{"path":985,"priority":344},{"path":346,"priority":349},{"path":1435,"priority":363},"references/design.md",{"path":1437,"priority":363},"references/generating.md",{"path":1439,"priority":363},"references/interpreting-failures.md",{"path":1441,"priority":363},"references/libraries.md",{"path":1443,"priority":363},"references/refactoring.md",{"path":1445,"priority":363},"references/reviewing.md",{"path":1447,"priority":363},"references/strategies.md",{"basePath":1449,"description":1450,"displayName":845,"installMethods":1451,"rationale":1452,"selectedPaths":1453,"source":350,"sourceLanguage":18,"type":264},"plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer","Generates minimal macOS Seatbelt sandbox configurations. Use when sandboxing, isolating, or restricting macOS applications with allowlist-based profiles.",{"claudeCode":12},"SKILL.md frontmatter at plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer/SKILL.md",[1454],{"path":985,"priority":344},{"basePath":1456,"description":1457,"displayName":797,"installMethods":1458,"rationale":1459,"selectedPaths":1460,"source":350,"sourceLanguage":18,"type":264},"plugins/second-opinion/skills/second-opinion","Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion.",{"claudeCode":12},"SKILL.md frontmatter at plugins/second-opinion/skills/second-opinion/SKILL.md",[1461,1462,1464,1466],{"path":985,"priority":344},{"path":1463,"priority":363},"references/codex-invocation.md",{"path":1465,"priority":363},"references/codex-review-schema.json",{"path":1467,"priority":363},"references/gemini-invocation.md",{"basePath":1469,"description":1470,"displayName":589,"installMethods":1471,"rationale":1472,"selectedPaths":1473,"source":350,"sourceLanguage":18,"type":264},"plugins/semgrep-rule-creator/skills/semgrep-rule-creator","Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.",{"claudeCode":12},"SKILL.md frontmatter at plugins/semgrep-rule-creator/skills/semgrep-rule-creator/SKILL.md",[1474,1475,1477],{"path":985,"priority":344},{"path":1476,"priority":363},"references/quick-reference.md",{"path":1478,"priority":363},"references/workflow.md",{"basePath":1480,"description":1481,"displayName":602,"installMethods":1482,"rationale":1483,"selectedPaths":1484,"source":350,"sourceLanguage":18,"type":264},"plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator","Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.",{"claudeCode":12},"SKILL.md frontmatter at plugins/semgrep-rule-variant-creator/skills/semgrep-rule-variant-creator/SKILL.md",[1485,1486,1488,1490],{"path":985,"priority":344},{"path":1487,"priority":363},"references/applicability-analysis.md",{"path":1489,"priority":363},"references/language-syntax-guide.md",{"path":1478,"priority":363},{"basePath":1492,"description":1493,"displayName":613,"installMethods":1494,"rationale":1495,"selectedPaths":1496,"source":350,"sourceLanguage":18,"type":264},"plugins/sharp-edges/skills/sharp-edges","Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant, secure defaults, API usability, dangerous configuration.",{"claudeCode":12},"SKILL.md frontmatter at plugins/sharp-edges/skills/sharp-edges/SKILL.md",[1497,1498,1500,1502,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526,1528],{"path":985,"priority":344},{"path":1499,"priority":363},"references/auth-patterns.md",{"path":1501,"priority":363},"references/case-studies.md",{"path":1503,"priority":363},"references/config-patterns.md",{"path":1505,"priority":363},"references/crypto-apis.md",{"path":1507,"priority":363},"references/lang-c.md",{"path":1509,"priority":363},"references/lang-csharp.md",{"path":1511,"priority":363},"references/lang-go.md",{"path":1513,"priority":363},"references/lang-java.md",{"path":1515,"priority":363},"references/lang-javascript.md",{"path":1517,"priority":363},"references/lang-kotlin.md",{"path":1519,"priority":363},"references/lang-php.md",{"path":1521,"priority":363},"references/lang-python.md",{"path":1523,"priority":363},"references/lang-ruby.md",{"path":1525,"priority":363},"references/lang-rust.md",{"path":1527,"priority":363},"references/lang-swift.md",{"path":1529,"priority":363},"references/language-specific.md",{"basePath":1531,"description":1532,"displayName":924,"installMethods":1533,"rationale":1534,"selectedPaths":1535,"source":350,"sourceLanguage":18,"type":264},"plugins/skill-improver/skills/skill-improver","Iteratively reviews and fixes Claude Code skill quality issues until they meet standards. Runs automated fix-review cycles using the skill-reviewer agent. Use to fix skill quality issues, improve skill descriptions, run automated skill review loops, or iteratively refine a skill. Triggers on 'fix my skill', 'improve skill quality', 'skill improvement loop'. NOT for one-time reviews—use /skill-reviewer directly.",{"claudeCode":12},"SKILL.md frontmatter at plugins/skill-improver/skills/skill-improver/SKILL.md",[1536],{"path":985,"priority":344},{"basePath":1538,"description":1539,"displayName":643,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":350,"sourceLanguage":18,"type":264},"plugins/spec-to-code-compliance/skills/spec-to-code-compliance","Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.",{"claudeCode":12},"SKILL.md frontmatter at plugins/spec-to-code-compliance/skills/spec-to-code-compliance/SKILL.md",[1543],{"path":985,"priority":344},{"basePath":1545,"description":1546,"displayName":1547,"installMethods":1548,"rationale":1549,"selectedPaths":1550,"source":350,"sourceLanguage":18,"type":264},"plugins/static-analysis/skills/codeql","Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on \"run codeql\", \"codeql scan\", \"codeql analysis\", \"build codeql database\", or \"find vulnerabilities with codeql\". Supports \"run all\" (security-and-quality + security-experimental suites) and \"important only\" (high-precision security findings) scan modes. Also handles creating data extension models and processing CodeQL SARIF output.","codeql",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/codeql/SKILL.md",[1551,1552,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574],{"path":985,"priority":344},{"path":1553,"priority":363},"references/build-fixes.md",{"path":1555,"priority":363},"references/diagnostic-query-templates.md",{"path":1557,"priority":363},"references/extension-yaml-format.md",{"path":1559,"priority":363},"references/important-only-suite.md",{"path":1561,"priority":363},"references/language-details.md",{"path":1563,"priority":363},"references/macos-arm64e-workaround.md",{"path":1565,"priority":363},"references/performance-tuning.md",{"path":1567,"priority":363},"references/quality-assessment.md",{"path":1569,"priority":363},"references/ruleset-catalog.md",{"path":1571,"priority":363},"references/run-all-suite.md",{"path":1573,"priority":363},"references/sarif-processing.md",{"path":1575,"priority":363},"references/threat-models.md",{"basePath":1577,"description":1578,"displayName":1579,"installMethods":1580,"rationale":1581,"selectedPaths":1582,"source":350,"sourceLanguage":18,"type":264},"plugins/static-analysis/skills/sarif-parsing","Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on \"parse sarif\", \"read scan results\", \"aggregate findings\", \"deduplicate alerts\", or \"process sarif output\". Handles filtering, deduplication, format conversion, and CI/CD integration of SARIF data. Does NOT run scans — use the Semgrep or CodeQL skills for that.","sarif-parsing",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/sarif-parsing/SKILL.md",[1583],{"path":985,"priority":344},{"basePath":1585,"description":1586,"displayName":1587,"installMethods":1588,"rationale":1589,"selectedPaths":1590,"source":350,"sourceLanguage":18,"type":264},"plugins/static-analysis/skills/semgrep","Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — \"run all\" (full ruleset coverage) and \"important only\" (high-confidence security vulnerabilities). Automatically detects and uses Semgrep Pro for cross-file taint analysis when available. Use when asked to scan code for vulnerabilities, run a security audit with Semgrep, find bugs, or perform static analysis. Spawns parallel workers for multi-language codebases.","semgrep",{"claudeCode":12},"SKILL.md frontmatter at plugins/static-analysis/skills/semgrep/SKILL.md",[1591,1592,1594,1596,1598],{"path":985,"priority":344},{"path":1593,"priority":363},"references/rulesets.md",{"path":1595,"priority":363},"references/scan-modes.md",{"path":1597,"priority":363},"references/scanner-task-prompt.md",{"path":1599,"priority":1127},"scripts/merge_sarif.py",{"basePath":1601,"description":1602,"displayName":856,"installMethods":1603,"rationale":1604,"selectedPaths":1605,"source":350,"sourceLanguage":18,"type":264},"plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor","Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.",{"claudeCode":12},"SKILL.md frontmatter at plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor/SKILL.md",[1606],{"path":985,"priority":344},{"basePath":1608,"description":1609,"displayName":1610,"installMethods":1611,"rationale":1612,"selectedPaths":1613,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/address-sanitizer","AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.\n","address-sanitizer",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/address-sanitizer/SKILL.md",[1614],{"path":985,"priority":344},{"basePath":1616,"description":1617,"displayName":1618,"installMethods":1619,"rationale":1620,"selectedPaths":1621,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/aflpp","AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projects.\n","aflpp",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/aflpp/SKILL.md",[1622],{"path":985,"priority":344},{"basePath":1624,"description":1625,"displayName":1626,"installMethods":1627,"rationale":1628,"selectedPaths":1629,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/atheris","Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.\n","atheris",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/atheris/SKILL.md",[1630],{"path":985,"priority":344},{"basePath":1632,"description":1633,"displayName":1634,"installMethods":1635,"rationale":1636,"selectedPaths":1637,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/cargo-fuzz","cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.\n","cargo-fuzz",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/cargo-fuzz/SKILL.md",[1638],{"path":985,"priority":344},{"basePath":1640,"description":1641,"displayName":1642,"installMethods":1643,"rationale":1644,"selectedPaths":1645,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/constant-time-testing","Constant-time testing detects timing side channels in cryptographic code. Use when auditing crypto implementations for timing vulnerabilities.\n","constant-time-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/constant-time-testing/SKILL.md",[1646],{"path":985,"priority":344},{"basePath":1648,"description":1649,"displayName":1650,"installMethods":1651,"rationale":1652,"selectedPaths":1653,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/coverage-analysis","Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.\n","coverage-analysis",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/coverage-analysis/SKILL.md",[1654],{"path":985,"priority":344},{"basePath":1656,"description":1657,"displayName":1658,"installMethods":1659,"rationale":1660,"selectedPaths":1661,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/fuzzing-dictionary","Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.\n","fuzzing-dictionary",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-dictionary/SKILL.md",[1662],{"path":985,"priority":344},{"basePath":1664,"description":1665,"displayName":1666,"installMethods":1667,"rationale":1668,"selectedPaths":1669,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/fuzzing-obstacles","Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fuzzer progress.\n","fuzzing-obstacles",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/fuzzing-obstacles/SKILL.md",[1670],{"path":985,"priority":344},{"basePath":1672,"description":1673,"displayName":1674,"installMethods":1675,"rationale":1676,"selectedPaths":1677,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/harness-writing","Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.\n","harness-writing",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/harness-writing/SKILL.md",[1678],{"path":985,"priority":344},{"basePath":1680,"description":1681,"displayName":1682,"installMethods":1683,"rationale":1684,"selectedPaths":1685,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/libafl","LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.\n","libafl",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libafl/SKILL.md",[1686],{"path":985,"priority":344},{"basePath":1688,"description":1689,"displayName":1690,"installMethods":1691,"rationale":1692,"selectedPaths":1693,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/libfuzzer","Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.\n","libfuzzer",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/libfuzzer/SKILL.md",[1694],{"path":985,"priority":344},{"basePath":1696,"description":1697,"displayName":1698,"installMethods":1699,"rationale":1700,"selectedPaths":1701,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/ossfuzz","OSS-Fuzz provides free continuous fuzzing for open source projects. Use when setting up continuous fuzzing infrastructure or enrolling projects.\n","ossfuzz",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ossfuzz/SKILL.md",[1702],{"path":985,"priority":344},{"basePath":1704,"description":1705,"displayName":1706,"installMethods":1707,"rationale":1708,"selectedPaths":1709,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/ruzzy","Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.\n","ruzzy",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/ruzzy/SKILL.md",[1710],{"path":985,"priority":344},{"basePath":1712,"description":1713,"displayName":1714,"installMethods":1715,"rationale":1716,"selectedPaths":1717,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/testing-handbook-generator","Meta-skill that analyzes the Trail of Bits Testing Handbook (appsec.guide) and generates Claude Code skills for security testing tools and techniques. Use when creating new skills based on handbook content.\n","testing-handbook-generator",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/testing-handbook-generator/SKILL.md",[1718,1719,1721,1723,1725,1727,1729,1731],{"path":985,"priority":344},{"path":1720,"priority":363},"agent-prompt.md",{"path":1722,"priority":363},"discovery.md",{"path":1724,"priority":1127},"templates/domain-skill.md",{"path":1726,"priority":1127},"templates/fuzzer-skill.md",{"path":1728,"priority":1127},"templates/technique-skill.md",{"path":1730,"priority":1127},"templates/tool-skill.md",{"path":1732,"priority":363},"testing.md",{"basePath":1734,"description":1735,"displayName":1736,"installMethods":1737,"rationale":1738,"selectedPaths":1739,"source":350,"sourceLanguage":18,"type":264},"plugins/testing-handbook-skills/skills/wycheproof","Wycheproof provides test vectors for validating cryptographic implementations. Use when testing crypto code for known attacks and edge cases.\n","wycheproof",{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/wycheproof/SKILL.md",[1740],{"path":985,"priority":344},{"basePath":1742,"description":1743,"displayName":1744,"installMethods":1745,"rationale":1746,"selectedPaths":1747,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/audit-augmentation","Augments Trailmark code graphs with external audit findings from SARIF static analysis results and weAudit annotation files. Maps findings to graph nodes by file and line overlap, creates severity-based subgraphs, and enables cross-referencing findings with pre-analysis data (blast radius, taint, etc.). Use when projecting SARIF results onto a code graph, overlaying weAudit annotations, cross-referencing Semgrep or CodeQL findings with call graph data, or visualizing audit findings in the context of code structure.\n","audit-augmentation",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/audit-augmentation/SKILL.md",[1748,1749],{"path":985,"priority":344},{"path":1750,"priority":363},"references/formats.md",{"basePath":1752,"description":1753,"displayName":1754,"installMethods":1755,"rationale":1756,"selectedPaths":1757,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/crypto-protocol-diagram","Extracts protocol message flow from source code, RFCs, academic papers, pseudocode, informal prose, ProVerif (.pv), or Tamarin (.spthy) models and generates Mermaid sequenceDiagrams with cryptographic annotations. Use when diagramming a crypto protocol, visualizing a handshake or key exchange flow, extracting message flow from a spec or RFC, diagramming a ProVerif or Tamarin model, or drawing sequence diagrams for TLS, Noise, Signal, X3DH, Double Ratchet, FROST, DH, or ECDH protocols.","crypto-protocol-diagram",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/crypto-protocol-diagram/SKILL.md",[1758,1759,1761,1763,1765,1767,1769,1771,1773],{"path":985,"priority":344},{"path":1760,"priority":1127},"examples/simple-handshake/expected-output.md",{"path":1762,"priority":1127},"examples/simple-handshake/protocol.py",{"path":1764,"priority":1127},"examples/simple-proverif/expected-output.md",{"path":1766,"priority":1127},"examples/simple-proverif/model.pv",{"path":1768,"priority":363},"references/ascii-sequence-diagram.md",{"path":1770,"priority":363},"references/mermaid-sequence-syntax.md",{"path":1772,"priority":363},"references/protocol-patterns.md",{"path":1774,"priority":363},"references/spec-parsing-patterns.md",{"basePath":1776,"description":1777,"displayName":1778,"installMethods":1779,"rationale":1780,"selectedPaths":1781,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/diagramming-code","Generates Mermaid diagrams from Trailmark code graphs. Produces call graphs, class hierarchies, module dependency maps, containment diagrams, complexity heatmaps, and attack surface data flow visualizations. Use when visualizing code architecture, drawing call graphs, generating class diagrams, creating dependency maps, producing complexity heatmaps, or visualizing data flow and attack surface paths as Mermaid diagrams.\n","diagramming-code",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/diagramming-code/SKILL.md",[1782,1783,1785,1787],{"path":985,"priority":344},{"path":1784,"priority":363},"references/diagram-types.md",{"path":1786,"priority":363},"references/mermaid-syntax.md",{"path":1788,"priority":1127},"scripts/diagram.py",{"basePath":1790,"description":1791,"displayName":1792,"installMethods":1793,"rationale":1794,"selectedPaths":1795,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/genotoxic","Graph-informed mutation testing triage. Parses codebases with Trailmark, runs mutation testing and necessist, then uses survived mutants, unnecessary test statements, and call graph data to identify false positives, missing test coverage, and fuzzing targets. Use when triaging survived mutants, analyzing mutation testing results, identifying test gaps, finding fuzzing targets from weak tests, running mutation frameworks (including circomvent and cairo-mutants), or using necessist.","genotoxic",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/genotoxic/SKILL.md",[1796,1797,1799,1801],{"path":985,"priority":344},{"path":1798,"priority":363},"references/graph-analysis.md",{"path":1800,"priority":363},"references/mutation-frameworks.md",{"path":1802,"priority":363},"references/triage-methodology.md",{"basePath":1804,"description":1805,"displayName":1806,"installMethods":1807,"rationale":1808,"selectedPaths":1809,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/graph-evolution","Compares Trailmark code graphs at two source code snapshots (git commits, tags, or directories) to surface security-relevant structural changes. Detects new attack paths, complexity shifts, blast radius growth, taint propagation changes, and privilege boundary modifications that text diffs miss. Use when comparing code between commits or tags, analyzing structural evolution, detecting attack surface growth, reviewing what changed between audit snapshots, or finding security-relevant changes that text diffs miss.\n","graph-evolution",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/graph-evolution/SKILL.md",[1810,1811,1813,1815],{"path":985,"priority":344},{"path":1812,"priority":363},"references/evolution-metrics.md",{"path":1814,"priority":363},"references/report-format.md",{"path":1816,"priority":1127},"scripts/graph_diff.py",{"basePath":1818,"description":1819,"displayName":1820,"installMethods":1821,"rationale":1822,"selectedPaths":1823,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/mermaid-to-proverif","Translates Mermaid sequenceDiagrams describing cryptographic protocols into ProVerif formal verification models (.pv files). Use when generating a ProVerif model, formally verifying a protocol, converting a Mermaid diagram to ProVerif, verifying protocol security properties (secrecy, authentication, forward secrecy), checking for replay attacks, or producing a .pv file from a sequence diagram.","mermaid-to-proverif",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/mermaid-to-proverif/SKILL.md",[1824,1825,1827,1829,1831,1833],{"path":985,"priority":344},{"path":1826,"priority":1127},"examples/simple-handshake/diagram.md",{"path":1828,"priority":1127},"examples/simple-handshake/sample-output.pv",{"path":1830,"priority":363},"references/crypto-to-proverif-mapping.md",{"path":1832,"priority":363},"references/proverif-syntax.md",{"path":1834,"priority":363},"references/security-properties.md",{"basePath":1836,"description":1837,"displayName":697,"installMethods":1838,"rationale":1839,"selectedPaths":1840,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/trailmark","Builds and queries multi-language source code graphs for security analysis. Includes pre-analysis passes for blast radius, taint propagation, privilege boundaries, and entry point enumeration. Use when analyzing call paths, mapping attack surface, finding complexity hotspots, enumerating entry points, tracing taint propagation, measuring blast radius, or building a code graph for audit prioritization. Prefer `trailmark.parse.detect_languages()` or `--language auto` when the target language is unknown or polyglot.",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark/SKILL.md",[1841,1842,1844],{"path":985,"priority":344},{"path":1843,"priority":363},"references/preanalysis-passes.md",{"path":1845,"priority":363},"references/query-patterns.md",{"basePath":1847,"description":1848,"displayName":1849,"installMethods":1850,"rationale":1851,"selectedPaths":1852,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/trailmark-structural","Runs full Trailmark structural analysis on Trailmark 0.2.x by building a graph, running `preanalysis()`, and reporting hotspots, taint, blast radius, privilege boundaries, and attack surface. Use when vivisect needs detailed structural data for a target. Triggers: structural analysis, blast radius, taint analysis, complexity hotspots.","trailmark-structural",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-structural/SKILL.md",[1853],{"path":985,"priority":344},{"basePath":1855,"description":1856,"displayName":1857,"installMethods":1858,"rationale":1859,"selectedPaths":1860,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/trailmark-summary","Runs a Trailmark summary analysis on a codebase. Returns auto-detected languages, entry point count, and dependency list. Use when vivisect or galvanize needs a quick structural overview. Triggers: trailmark summary, code summary, structural overview.","trailmark-summary",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/trailmark-summary/SKILL.md",[1861],{"path":985,"priority":344},{"basePath":1863,"description":1864,"displayName":1865,"installMethods":1866,"rationale":1867,"selectedPaths":1868,"source":350,"sourceLanguage":18,"type":264},"plugins/trailmark/skills/vector-forge","Mutation-driven test vector generation. Finds implementations of a cryptographic algorithm or protocol, runs mutation testing to identify escaped mutants, then generates new test vectors that deliberately exercise the uncovered code paths. Compares before/after mutation kill rates to prove vector effectiveness. Use when generating cryptographic test vectors, measuring Wycheproof coverage gaps, finding escaped mutants via mutation testing, creating cross-implementation test suites, or improving test vector coverage for crypto primitives.","vector-forge",{"claudeCode":12},"SKILL.md frontmatter at plugins/trailmark/skills/vector-forge/SKILL.md",[1869,1870,1872,1874,1875,1877],{"path":985,"priority":344},{"path":1871,"priority":363},"references/fault-simulation.md",{"path":1873,"priority":363},"references/lessons-learned.md",{"path":1800,"priority":363},{"path":1876,"priority":363},"references/report-template.md",{"path":1878,"priority":363},"references/vector-patterns.md",{"basePath":1880,"description":1881,"displayName":726,"installMethods":1882,"rationale":1883,"selectedPaths":1884,"source":350,"sourceLanguage":18,"type":264},"plugins/variant-analysis/skills/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.",{"claudeCode":12},"SKILL.md frontmatter at plugins/variant-analysis/skills/variant-analysis/SKILL.md",[1885,1886],{"path":985,"priority":344},{"path":1887,"priority":363},"METHODOLOGY.md",{"basePath":1889,"description":1890,"displayName":1891,"installMethods":1892,"rationale":1893,"selectedPaths":1894,"source":350,"sourceLanguage":18,"type":264},"plugins/workflow-skill-design/skills/designing-workflow-skills","Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or any multi-step workflow. Also applies when reviewing or refactoring existing workflow skills for quality.","designing-workflow-skills",{"claudeCode":12},"SKILL.md frontmatter at plugins/workflow-skill-design/skills/designing-workflow-skills/SKILL.md",[1895,1896,1897,1899,1901],{"path":985,"priority":344},{"path":1175,"priority":363},{"path":1898,"priority":363},"references/progressive-disclosure-guide.md",{"path":1900,"priority":363},"references/tool-assignment-guide.md",{"path":1902,"priority":363},"references/workflow-patterns.md",{"basePath":1904,"description":1905,"displayName":1906,"installMethods":1907,"rationale":1908,"selectedPaths":1909,"source":350,"sourceLanguage":18,"type":264},"plugins/yara-authoring/skills/yara-rule-authoring","Guides authoring of high-quality YARA-X detection rules for malware identification. Use when writing, reviewing, or optimizing YARA rules. Covers naming conventions, string selection, performance optimization, migration from legacy YARA, and false positive reduction. Triggers on: YARA, YARA-X, malware detection, threat hunting, IOC, signature, crx module, dex module.\n","yara-rule-authoring",{"claudeCode":12},"SKILL.md frontmatter at plugins/yara-authoring/skills/yara-rule-authoring/SKILL.md",[1910,1911,1913,1915,1917,1919,1921,1923,1925,1927,1929,1931,1932,1934,1935],{"path":985,"priority":344},{"path":1912,"priority":1127},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1914,"priority":1127},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1916,"priority":1127},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1918,"priority":1127},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1920,"priority":1127},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1922,"priority":363},"references/crx-module.md",{"path":1924,"priority":363},"references/dex-module.md",{"path":1926,"priority":363},"references/performance.md",{"path":1928,"priority":363},"references/strings.md",{"path":1930,"priority":363},"references/style-guide.md",{"path":1411,"priority":363},{"path":1933,"priority":1127},"scripts/atom_analyzer.py",{"path":1239,"priority":1127},{"path":1936,"priority":1127},"scripts/yara_lint.py",{"basePath":1938,"description":1939,"displayName":867,"installMethods":1940,"rationale":1941,"selectedPaths":1942,"source":350,"sourceLanguage":18,"type":264},"plugins/zeroize-audit/skills/zeroize-audit","Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.",{"claudeCode":12},"SKILL.md frontmatter at plugins/zeroize-audit/skills/zeroize-audit/SKILL.md",[1943,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004,2006,2008,2010],{"path":985,"priority":344},{"path":1945,"priority":1127},"prompts/report_template.md",{"path":1947,"priority":1127},"prompts/system.md",{"path":1949,"priority":1127},"prompts/task.md",{"path":1951,"priority":363},"references/compile-commands.md",{"path":1953,"priority":363},"references/detection-strategy.md",{"path":1955,"priority":363},"references/ir-analysis.md",{"path":1957,"priority":363},"references/mcp-analysis.md",{"path":1959,"priority":363},"references/poc-generation.md",{"path":1961,"priority":363},"references/rust-zeroization-patterns.md",{"path":1963,"priority":1127},"tools/analyze_asm.sh",{"path":1965,"priority":1127},"tools/analyze_cfg.py",{"path":1967,"priority":1127},"tools/analyze_heap.sh",{"path":1969,"priority":1127},"tools/analyze_ir_semantic.py",{"path":1971,"priority":1127},"tools/diff_ir.sh",{"path":1973,"priority":1127},"tools/diff_rust_mir.sh",{"path":1975,"priority":1127},"tools/emit_asm.sh",{"path":1977,"priority":1127},"tools/emit_ir.sh",{"path":1979,"priority":1127},"tools/emit_rust_asm.sh",{"path":1981,"priority":1127},"tools/emit_rust_ir.sh",{"path":1983,"priority":1127},"tools/emit_rust_mir.sh",{"path":1985,"priority":1127},"tools/extract_compile_flags.py",{"path":1987,"priority":1127},"tools/generate_poc.py",{"path":1989,"priority":1127},"tools/mcp/apply_confidence_gates.py",{"path":1991,"priority":1127},"tools/mcp/check_mcp.sh",{"path":1993,"priority":1127},"tools/mcp/normalize_mcp_evidence.py",{"path":1995,"priority":1127},"tools/scripts/check_llvm_patterns.py",{"path":1997,"priority":1127},"tools/scripts/check_mir_patterns.py",{"path":1999,"priority":1127},"tools/scripts/check_rust_asm.py",{"path":2001,"priority":1127},"tools/scripts/check_rust_asm_aarch64.py",{"path":2003,"priority":1127},"tools/scripts/check_rust_asm_x86.py",{"path":2005,"priority":1127},"tools/scripts/find_dangerous_apis.py",{"path":2007,"priority":1127},"tools/scripts/semantic_audit.py",{"path":2009,"priority":1127},"tools/track_dataflow.sh",{"path":2011,"priority":1127},"tools/validate_rust_toolchain.sh",{"basePath":432,"installMethods":2013,"rationale":2015,"selectedPaths":2016,"source":350,"sourceLanguage":18,"type":2022},{"pypi":2014},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[2017,2019,2020],{"path":2018,"priority":344},"pyproject.toml",{"path":346,"priority":344},{"path":2021,"priority":363},"ct_analyzer/analyzer.py","cli",{"sources":2024},[2025],"manual",{"closedIssues90d":248,"description":2027,"forks":249,"license":255,"openIssues90d":250,"pushedAt":251,"readmeSize":246,"stars":252,"topics":2028},"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows",[2029],"agent-skills",{"classifiedAt":2031,"discoverAt":2032,"extractAt":2033,"githubAt":2033,"updatedAt":2031},1778698175241,1778698169543,1778698173272,[226,221,223,224,222,225],{"evaluatedAt":258,"extractAt":305,"updatedAt":258},[],[2038,2069,2099,2127,2147,2169],{"_creationTime":2039,"_id":2040,"community":2041,"display":2042,"identity":2048,"providers":2052,"relations":2062,"tags":2065,"workflow":2066},1778675056600.2393,"k17ct63reqgdem6s75y0b76kn186m8xs",{"reviewCount":8},{"description":2043,"installMethods":2044,"name":2046,"sourceUrl":2047},"Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for \"run ship gate\", \"am I ready to ship\", \"pre-launch audit\", \"can I deploy\", \"push to production\", \"go live checklist\", \"preflight check\". Not for CI/CD setup or infra provisioning.\n",{"claudeCode":2045},"alirezarezvani/claude-skills","ship-gate","https://github.com/alirezarezvani/claude-skills",{"basePath":2049,"githubOwner":2050,"githubRepo":2051,"locale":18,"slug":2046,"type":264},"engineering/skills/ship-gate","alirezarezvani","claude-skills",{"evaluate":2053,"extract":2060},{"promptVersionExtension":214,"promptVersionScoring":215,"score":2054,"tags":2055,"targetMarket":227,"tier":319},100,[222,2056,2057,226,2058,2059],"code-quality","deployment","checklist","devops",{"commitSha":295,"license":2061},"MIT",{"parentExtensionId":2063,"repoId":2064},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[226,2058,2056,2057,2059,222],{"evaluatedAt":2067,"extractAt":2068,"updatedAt":2067},1778679066333,1778675056600,{"_creationTime":2070,"_id":2071,"community":2072,"display":2073,"identity":2079,"providers":2083,"relations":2092,"tags":2095,"workflow":2096},1778699018122.791,"k17725wrpem6sr3s8q2bv9zmqh86nzbp",{"reviewCount":8},{"description":2074,"installMethods":2075,"name":2077,"sourceUrl":2078},"Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.",{"claudeCode":2076},"wshobson/agents","web3-testing","https://github.com/wshobson/agents",{"basePath":2080,"githubOwner":2081,"githubRepo":2082,"locale":18,"slug":2077,"type":264},"plugins/blockchain-web3/skills/web3-testing","wshobson","agents",{"evaluate":2084,"extract":2091},{"promptVersionExtension":214,"promptVersionScoring":215,"score":2085,"tags":2086,"targetMarket":227,"tier":319},99,[225,311,221,2087,2088,2089,2090],"testing","hardhat","foundry","defi",{"commitSha":295},{"parentExtensionId":2093,"repoId":2094},"k1778b0e0dfhz1kdc9b155shwn86medx","kd74de64zj0axtg5b8t7eqqe2x86nske",[221,2090,2089,2088,225,311,2087],{"evaluatedAt":2097,"extractAt":2098,"updatedAt":2097},1778700684912,1778699018122,{"_creationTime":2100,"_id":2101,"community":2102,"display":2103,"identity":2109,"providers":2114,"relations":2121,"tags":2123,"workflow":2124},1778696052276.0134,"k178jr78whtqsfzxdpf5vsh68986ne2b",{"reviewCount":8},{"description":2104,"installMethods":2105,"name":2107,"sourceUrl":2108},"Expert on Aptos gas optimization, performance tuning, storage costs, execution efficiency, inline functions, aggregator usage, parallel execution, table vs vector tradeoffs, and gas profiling tools. Triggers on keywords gas optimization, performance, gas cost, storage fee, inline, aggregator, parallel execution, gas profiling, optimization",{"claudeCode":2106},"raintree-technology/claude-starter","Aptos Gas & Performance Optimization Expert","https://github.com/raintree-technology/claude-starter",{"basePath":2110,"githubOwner":2111,"githubRepo":2112,"locale":18,"slug":2113,"type":264},".claude/skills/aptos/gas-optimization","raintree-technology","claude-starter","gas-optimization",{"evaluate":2115,"extract":2120},{"promptVersionExtension":214,"promptVersionScoring":215,"score":2085,"tags":2116,"targetMarket":227,"tier":319},[2117,221,225,2113,2118,2119],"aptos","performance-tuning","move-language",{"commitSha":295,"license":2061},{"repoId":2122},"kd78ywakatnz4sjfx781sy14vh86mtty",[2117,221,2113,2119,2118,225],{"evaluatedAt":2125,"extractAt":2126,"updatedAt":2125},1778696536894,1778696052276,{"_creationTime":2128,"_id":2129,"community":2130,"display":2131,"identity":2135,"providers":2138,"relations":2143,"tags":2144,"workflow":2145},1778699018122.7908,"k173hbpvwb0mmtrem8wfyz8wsd86m168",{"reviewCount":8},{"description":2132,"installMethods":2133,"name":2134,"sourceUrl":2078},"Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.",{"claudeCode":2076},"Solidity Security",{"basePath":2136,"githubOwner":2081,"githubRepo":2082,"locale":18,"slug":2137,"type":264},"plugins/blockchain-web3/skills/solidity-security","solidity-security",{"evaluate":2139,"extract":2142},{"promptVersionExtension":214,"promptVersionScoring":215,"score":2140,"tags":2141,"targetMarket":227,"tier":319},98,[311,225,221,222,310,2090],{"commitSha":295,"license":2061},{"parentExtensionId":2093,"repoId":2094},[310,221,2090,222,225,311],{"evaluatedAt":2146,"extractAt":2098,"updatedAt":2146},1778700668119,{"_creationTime":2148,"_id":2149,"community":2150,"display":2151,"identity":2155,"providers":2158,"relations":2165,"tags":2166,"workflow":2167},1778696052276.0142,"k177vgcpmwfbp75jyyf24shf4n86mcw0",{"reviewCount":8},{"description":2152,"installMethods":2153,"name":2154,"sourceUrl":2108},"Expert on testing Move smart contracts on Aptos, including unit tests, integration tests, Move Prover formal verification, debugging strategies, and test coverage. Triggers on keywords move test, unit test, integration test, move prover, formal verification, debug, coverage, assert, expect",{"claudeCode":2106},"aptos-move-testing",{"basePath":2156,"githubOwner":2111,"githubRepo":2112,"locale":18,"slug":2157,"type":264},".claude/skills/aptos/move-testing","move-testing",{"evaluate":2159,"extract":2164},{"promptVersionExtension":214,"promptVersionScoring":215,"score":2140,"tags":2160,"targetMarket":227,"tier":319},[2117,2161,225,2087,221,2162,2163],"move","formal-verification","debugging",{"commitSha":295},{"repoId":2122},[2117,221,2163,2162,2161,225,2087],{"evaluatedAt":2168,"extractAt":2126,"updatedAt":2168},1778696580729,{"_creationTime":2170,"_id":2171,"community":2172,"display":2173,"identity":2177,"providers":2180,"relations":2185,"tags":2186,"workflow":2187},1778696052276.0132,"k174fd0tjymtpvxgcqfetvqnc986nd5e",{"reviewCount":8},{"description":2174,"installMethods":2175,"name":2176,"sourceUrl":2108},"Expert on Aptos Framework (0x1 standard library) - account, coin, fungible_asset, object, timestamp, table, event, vector, string, option, error, and other core modules. Triggers on keywords aptos framework, 0x1, account module, table, smarttable, event, timestamp, randomness, aggregator, resource account",{"claudeCode":2106},"Aptos Framework Expert",{"basePath":2178,"githubOwner":2111,"githubRepo":2112,"locale":18,"slug":2179,"type":264},".claude/skills/aptos/framework","framework",{"evaluate":2181,"extract":2184},{"promptVersionExtension":214,"promptVersionScoring":215,"score":2140,"tags":2182,"targetMarket":227,"tier":319},[2117,221,2161,225,2183],"developer-tools",{"commitSha":295,"license":2061},{"repoId":2122},[2117,221,2183,2161,225],{"evaluatedAt":2188,"extractAt":2126,"updatedAt":2188},1778696521747]