[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-trailofbits-aflpp-en":3,"guides-for-trailofbits-aflpp":2025,"similar-k17acz37afw5h3n521tz32mr7186nkss-en":2026},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":246,"parentExtension":257,"providers":316,"relations":320,"repo":321,"tags":2023,"workflow":2024},1778698175626.33,"k17acz37afw5h3n521tz32mr7186nkss",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C/C++ projects.\n",{"claudeCode":12},"trailofbits/skills","AFL++ Fuzzer","https://github.com/trailofbits/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778699611970.2185,"kn7dzk8y621tx2n3451210w4n586mc1p","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":208,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":225,"tier":226,"useCases":227},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states that AFL++ is a fork of AFL with better performance and advanced features, and it's intended for multi-core fuzzing of C/C++ projects, addressing the problem of needing efficient fuzzing for these projects.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill highlights AFL++'s advantage in multi-core fuzzing and advanced features, differentiating it from simpler fuzzers like libFuzzer and offering more than just a basic wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides comprehensive installation, configuration, and usage instructions, covering the complete lifecycle for setting up and running AFL++ fuzzing campaigns.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on AFL++ fuzzing for C/C++ projects, without introducing unrelated capabilities or domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the content of the SKILL.md file, detailing AFL++'s purpose and intended use.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill does not expose explicit tools or commands; it provides instructions for using the AFL++ command-line interface.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md details numerous environment variables and command-line options with explanations, default values (where applicable), and guidance on when to use them.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This skill does not define its own tools; it refers to standard AFL++ commands.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This skill provides documentation and instructions, not executable tools with parameter schemas.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is CC-BY-SA-4.0, a widely used and permissive open-source license, clearly indicated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 11, 2026, which is within the last 90 days.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The SKILL.md lists dependencies and installation methods (Ubuntu/Debian repos, Docker, source), and the Dockerfile implies dependency management for reproducible builds. It also guides on LLVM/GCC version matching.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill itself does not handle or expose secrets; it guides the user on setting up and running a fuzzer, which may be used on code that handles secrets, but the skill itself does not manage them.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill provides clear instructions on writing harnesses and compiling targets, emphasizing deterministic behavior and avoiding random elements, which mitigates injection risks by guiding harness development.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill provides installation instructions from official sources (Docker Hub, GitHub) and compilation guidance for source, mitigating risks from untrusted external content.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The security warning about `afl-system-config` and `afl-persistent-config` recommending a dedicated VM highlights awareness of potential system modifications and advises isolation.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The documentation does not describe any use of detached processes or retry loops around denied calls; the focus is on compiling and running the fuzzer, not on escaping sandboxes.",{"category":66,"check":82,"severity":42,"summary":83},"Data Exfiltration","The skill itself does not perform any outbound calls or data exfiltration; it guides the user on setting up a fuzzer for their own code.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears to be standard markdown and code, with no indications of hidden text tricks or obfuscation.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill provides plain, readable shell scripts and C++ code examples, with no evidence of base64 payloads or obfuscated code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill provides clear instructions for setting up the environment and compiling code, assuming standard build tools and Linux-like environments (Debian/Ubuntu) for installation, with Docker as an alternative.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 13 open issues and 4 closed in the last 90 days, the closure rate is below 50% but the number of open issues is relatively low. The project has many stars and forks, indicating active community interest.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project uses Git tags and has a `stable` branch, and the SKILL.md frontmatter includes a name and type, implying versioning is managed through the repository's lifecycle. The last commit date also suggests active development.",{"category":104,"check":105,"severity":42,"summary":106},"Code Execution","Validation","This skill provides documentation and instructions, not executable code that requires input validation via a schema library.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill includes a security warning about `afl-system-config` and `afl-persistent-config` requiring root and recommending a VM, implying awareness of potentially destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The documentation includes a troubleshooting section that addresses common problems with clear causes and solutions, indicating good error handling guidance.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The skill details how to monitor multi-core campaigns using `afl-whatsup` and how to analyze results via logs and plots, suggesting built-in logging capabilities within AFL++ itself.",{"category":117,"check":118,"severity":42,"summary":119},"Compliance","GDPR","The skill focuses on code fuzzing and does not operate on personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The documentation and installation instructions are general and applicable globally. Docker is available for cross-platform support.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill provides instructions for multiple installation methods (native, Docker) and compiler choices (Clang, GCC), aiming for broad compatibility.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README.md file exists and clearly states the purpose of the Trail of Bits Skills Marketplace and lists available plugins, including this one.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This is a skill that provides documentation and instructions for an external tool (AFL++), not an extension that exposes its own set of tools.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","This skill does not define its own tools, so there are no overlapping near-synonym tools to evaluate.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as installation methods, compilation modes, and campaign running, are directly supported by the provided instructions and examples.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The SKILL.md provides clear, multi-method installation instructions (Ubuntu/Debian repos, Docker, source) and copy-pasteable command examples for setup and running.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The troubleshooting section clearly outlines common problems, their causes, and specific solutions, providing actionable advice.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill guides users on selecting compatible LLVM/GCC versions and using Docker for specific AFL++ versions, implying dependency management. It also mentions using specific `lld` versions.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","This skill provides instructions for setting up and running a fuzzer. The fuzzer itself may have dry-run capabilities, but the skill's role is documentation, not direct execution.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill mentions timeout options for test cases (`-t`) and encourages monitoring stability, indicating awareness of execution time and potential retries within the AFL++ framework.",{"category":117,"check":158,"severity":42,"summary":159},"Telemetry opt-in","The skill does not emit telemetry; it guides the user on setting up and running AFL++, which is an external tool.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states AFL++ is for multi-core fuzzing of C/C++ projects, and the 'When to Use' section provides explicit positive triggers and boundaries against other fuzzers.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and directly states the skill's purpose and target audience, followed by clear usage guidance and a table of contents.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured with clear headings and uses progressive disclosure by linking to external resources or detailed sections for complex topics, keeping the main body concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines procedures and links to technique skills or external resources for deeper dives into topics like harness writing, corpus management, and sanitizer configuration.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill does not involve deep code review or multi-file inspection that would require a forked context. It provides instructions for using a fuzzer.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md includes multiple end-to-end examples for compilation, running campaigns, and analyzing results, with clear inputs and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation includes a troubleshooting section addressing common issues like low exec/sec, low stability, and memory limits, with symptoms and recovery steps.",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","This skill does not rely on external tools that require fallbacks; it documents how to install and use AFL++.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The security warning about system configuration scripts and the recommendation to use a VM implies awareness of state and potential issues if not managed correctly.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; it clearly references related technique skills for deeper dives.",1778699611845,"This skill provides detailed instructions on how to install, configure, and use AFL++ (a fork of AFL) for multi-core fuzzing of C/C++ projects. It covers compilation, harness writing, campaign execution, results analysis, and environment variable tuning.",[195,196,197,198,199],"Detailed AFL++ installation methods (native, Docker)","Guidance on writing effective fuzzing harnesses","Multiple compilation modes and sanitizer integration","Multi-core fuzzing campaign setup and monitoring","Analysis of fuzzing results and coverage",[201,202,203],"Providing the AFL++ tool itself; users must install it","Writing target code for the user's project","Guaranteed bug discovery; success depends on harness quality and target code",[205,206,207],"Fuzzing methodology","Security testing","Code coverage analysis",[209,210,211,212],"C/C++ compiler (GCC or Clang)","Python 3","Rust (for some installation methods)","Docker (optional, for easier setup)","3.0.0","4.4.0","To guide users on leveraging AFL++ for efficient and advanced fuzzing of C/C++ codebases, offering advantages in performance and multi-core capabilities.","This skill is exceptionally well-documented and practical, covering a complex tool (AFL++) comprehensively. The only minor detractions are in areas not applicable to a documentation skill. Highest severity is 'pass' across the board.",95,"Excellent documentation for a powerful fuzzing tool, covering installation, usage, and troubleshooting.",[220,221,222,223,224],"fuzzing","c","security","testing","performance","global","verified",[228,229,230,231],"Setting up AFL++ for the first time on a C/C++ project","Improving fuzzing performance with multi-core execution","Troubleshooting common AFL++ issues and low performance","Understanding AFL++ output and analyzing found crashes",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":245,"testCoverage":248},{"hasLockfile":234},true,1778699597143,{"descriptionLength":237,"readmeSize":238},124,7901,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"openIssues90d":242,"pushedAt":243,"stars":244},4,455,13,1778517916000,5161,{"hasNpmPackage":246,"license":247,"smitheryVerified":246},false,"CC-BY-SA-4.0",{"hasCi":234,"hasTests":234},{"updatedAt":250},1778699611970,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":255,"type":256},"plugins/testing-handbook-skills/skills/aflpp","trailofbits","skills","aflpp","skill",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"parentExtension":268,"providers":299,"relations":312,"tags":313,"workflow":314},1778698175626.3145,"k176ez4mtxadj21gyz10edtjws86n0gz",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)",{"claudeCode":264},"testing-handbook-skills",{"basePath":266,"githubOwner":253,"githubRepo":254,"locale":18,"slug":264,"type":267},"plugins/testing-handbook-skills","plugin",{"_creationTime":269,"_id":270,"community":271,"display":272,"identity":275,"providers":278,"relations":293,"tags":295,"workflow":296},1778698175626.309,"k17550d1ve8ghfmwc58xs69e3s86mn86",{"reviewCount":8},{"description":273,"installMethods":274,"name":253,"sourceUrl":14},"Claude Code plugins from Trail of Bits for enhanced AI-assisted security analysis and development",{"claudeCode":12},{"basePath":276,"githubOwner":253,"githubRepo":254,"locale":18,"slug":254,"type":277},"","marketplace",{"evaluate":279,"extract":287},{"promptVersionExtension":280,"promptVersionScoring":214,"score":281,"tags":282,"targetMarket":225,"tier":286},"3.1.0",75,[222,283,284,277,285],"development","analysis","plugins","community",{"commitSha":288,"marketplace":289,"plugin":291},"HEAD",{"name":253,"pluginCount":290},39,{"mcpCount":8,"provider":292,"skillCount":8},"classify",{"repoId":294},"kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[284,283,277,285,222],{"evaluatedAt":297,"extractAt":298,"updatedAt":297},1778698203402,1778698175626,{"evaluate":300,"extract":308},{"promptVersionExtension":213,"promptVersionScoring":214,"score":301,"tags":302,"targetMarket":225,"tier":226},99,[303,304,305,306,307],"code-generation","security-testing","documentation","automation","handbook",{"commitSha":288,"license":309,"plugin":310},"a8270f6209a7573677312231b941402431218673",{"mcpCount":8,"provider":292,"skillCount":311},15,{"parentExtensionId":270,"repoId":294},[306,303,305,307,304],{"evaluatedAt":315,"extractAt":298,"updatedAt":315},1778698552460,{"evaluate":317,"extract":319},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":318,"targetMarket":225,"tier":226},[220,221,222,223,224],{"commitSha":288,"license":247},{"parentExtensionId":259,"repoId":294},{"_creationTime":322,"_id":294,"identity":323,"providers":324,"workflow":2019},1778698169543.2075,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":325,"discover":2012,"github":2015},{"commitSha":288,"extensions":326},[327,340,353,368,399,412,423,436,447,458,469,484,497,532,543,556,567,578,591,602,615,632,647,683,712,725,742,772,783,796,807,818,831,842,853,886,899,910,928,946,967,975,1006,1013,1020,1028,1036,1044,1052,1062,1070,1078,1086,1094,1102,1110,1120,1127,1134,1158,1244,1255,1266,1281,1296,1303,1324,1333,1352,1358,1367,1381,1410,1418,1440,1447,1460,1471,1483,1522,1529,1536,1568,1576,1592,1599,1607,1612,1620,1628,1636,1644,1652,1660,1668,1676,1684,1692,1700,1722,1730,1740,1764,1778,1792,1806,1824,1835,1843,1851,1868,1877,1892,1926,2001],{"basePath":276,"description":273,"displayName":253,"installMethods":328,"rationale":329,"selectedPaths":330,"source":339,"sourceLanguage":18,"type":277},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[331,334,336],{"path":332,"priority":333},".claude-plugin/marketplace.json","mandatory",{"path":335,"priority":333},"README.md",{"path":337,"priority":338},"LICENSE","high","rule",{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":339,"sourceLanguage":18,"type":267},"plugins/ask-questions-if-underspecified","Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.","ask-questions-if-underspecified",{"claudeCode":343},"plugin manifest at plugins/ask-questions-if-underspecified/.claude-plugin/plugin.json",[347,349,350],{"path":348,"priority":333},".claude-plugin/plugin.json",{"path":335,"priority":333},{"path":351,"priority":352},"skills/ask-questions-if-underspecified/SKILL.md","medium",{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":339,"sourceLanguage":18,"type":267},"plugins/audit-context-building","Build deep architectural context through ultra-granular code analysis before vulnerability hunting","audit-context-building",{"claudeCode":356},"plugin manifest at plugins/audit-context-building/.claude-plugin/plugin.json",[360,361,362,364,366],{"path":348,"priority":333},{"path":335,"priority":333},{"path":363,"priority":352},"skills/audit-context-building/SKILL.md",{"path":365,"priority":338},"agents/function-analyzer.md",{"path":367,"priority":338},"commands/audit-context.md",{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":339,"sourceLanguage":18,"type":267},"plugins/building-secure-contracts","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.","building-secure-contracts",{"claudeCode":371},"plugin manifest at plugins/building-secure-contracts/.claude-plugin/plugin.json",[375,376,377,379,381,383,385,387,389,391,393,395,397],{"path":348,"priority":333},{"path":335,"priority":333},{"path":378,"priority":352},"skills/algorand-vulnerability-scanner/SKILL.md",{"path":380,"priority":352},"skills/audit-prep-assistant/SKILL.md",{"path":382,"priority":352},"skills/cairo-vulnerability-scanner/SKILL.md",{"path":384,"priority":352},"skills/code-maturity-assessor/SKILL.md",{"path":386,"priority":352},"skills/cosmos-vulnerability-scanner/SKILL.md",{"path":388,"priority":352},"skills/guidelines-advisor/SKILL.md",{"path":390,"priority":352},"skills/secure-workflow-guide/SKILL.md",{"path":392,"priority":352},"skills/solana-vulnerability-scanner/SKILL.md",{"path":394,"priority":352},"skills/substrate-vulnerability-scanner/SKILL.md",{"path":396,"priority":352},"skills/token-integration-analyzer/SKILL.md",{"path":398,"priority":352},"skills/ton-vulnerability-scanner/SKILL.md",{"basePath":400,"description":401,"displayName":402,"installMethods":403,"rationale":404,"selectedPaths":405,"source":339,"sourceLanguage":18,"type":267},"plugins/burpsuite-project-parser","Search and extract data from Burp Suite project files (.burp) for security analysis","burpsuite-project-parser",{"claudeCode":402},"plugin manifest at plugins/burpsuite-project-parser/.claude-plugin/plugin.json",[406,407,408,410],{"path":348,"priority":333},{"path":335,"priority":333},{"path":409,"priority":352},"skills/burpsuite-project-parser/SKILL.md",{"path":411,"priority":338},"commands/burp-search.md",{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":339,"sourceLanguage":18,"type":267},"plugins/claude-in-chrome-troubleshooting","Diagnose and fix Claude in Chrome MCP extension connectivity issues","claude-in-chrome-troubleshooting",{"claudeCode":415},"plugin manifest at plugins/claude-in-chrome-troubleshooting/.claude-plugin/plugin.json",[419,420,421],{"path":348,"priority":333},{"path":335,"priority":333},{"path":422,"priority":352},"skills/claude-in-chrome-troubleshooting/SKILL.md",{"basePath":424,"description":425,"displayName":426,"installMethods":427,"rationale":428,"selectedPaths":429,"source":339,"sourceLanguage":18,"type":267},"plugins/constant-time-analysis","Detect compiler-induced timing side-channels in cryptographic code","constant-time-analysis",{"claudeCode":426},"plugin manifest at plugins/constant-time-analysis/.claude-plugin/plugin.json",[430,431,432,434],{"path":348,"priority":333},{"path":335,"priority":333},{"path":433,"priority":352},"skills/constant-time-analysis/SKILL.md",{"path":435,"priority":338},"commands/ct-check.md",{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":339,"sourceLanguage":18,"type":267},"plugins/culture-index","Interprets Culture Index survey results for individuals and teams","culture-index",{"claudeCode":439},"plugin manifest at plugins/culture-index/.claude-plugin/plugin.json",[443,444,445],{"path":348,"priority":333},{"path":335,"priority":333},{"path":446,"priority":352},"skills/interpreting-culture-index/SKILL.md",{"basePath":448,"description":449,"displayName":450,"installMethods":451,"rationale":452,"selectedPaths":453,"source":339,"sourceLanguage":18,"type":267},"plugins/debug-buttercup","Debug Buttercup Kubernetes deployments","debug-buttercup",{"claudeCode":450},"plugin manifest at plugins/debug-buttercup/.claude-plugin/plugin.json",[454,455,456],{"path":348,"priority":333},{"path":335,"priority":333},{"path":457,"priority":352},"skills/debug-buttercup/SKILL.md",{"basePath":459,"description":460,"displayName":461,"installMethods":462,"rationale":463,"selectedPaths":464,"source":339,"sourceLanguage":18,"type":267},"plugins/devcontainer-setup","Create pre-configured devcontainers with Claude Code and language-specific tooling","devcontainer-setup",{"claudeCode":461},"plugin manifest at plugins/devcontainer-setup/.claude-plugin/plugin.json",[465,466,467],{"path":348,"priority":333},{"path":335,"priority":333},{"path":468,"priority":352},"skills/devcontainer-setup/SKILL.md",{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":339,"sourceLanguage":18,"type":267},"plugins/differential-review","Security-focused differential review of code changes with git history analysis and blast radius estimation","differential-review",{"claudeCode":472},"plugin manifest at plugins/differential-review/.claude-plugin/plugin.json",[476,477,478,480,482],{"path":348,"priority":333},{"path":335,"priority":333},{"path":479,"priority":352},"skills/differential-review/SKILL.md",{"path":481,"priority":338},"agents/adversarial-modeler.md",{"path":483,"priority":338},"commands/diff-review.md",{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":339,"sourceLanguage":18,"type":267},"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":487},"plugin manifest at plugins/firebase-apk-scanner/.claude-plugin/plugin.json",[491,492,493,495],{"path":348,"priority":333},{"path":335,"priority":333},{"path":494,"priority":352},"skills/firebase-apk-scanner/SKILL.md",{"path":496,"priority":338},"commands/scan-apk.md",{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":339,"sourceLanguage":18,"type":267},"plugins/gh-cli","Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.","gh-cli",{"claudeCode":500},"plugin manifest at plugins/gh-cli/.claude-plugin/plugin.json",[504,505,506,508,510,512,514,516,518,520,522,524,526,528,530],{"path":348,"priority":333},{"path":335,"priority":333},{"path":507,"priority":338},"hooks/cleanup-clones.sh",{"path":509,"priority":338},"hooks/hooks.json",{"path":511,"priority":338},"hooks/intercept-github-curl.bats",{"path":513,"priority":338},"hooks/intercept-github-curl.sh",{"path":515,"priority":338},"hooks/intercept-github-fetch.bats",{"path":517,"priority":338},"hooks/intercept-github-fetch.sh",{"path":519,"priority":338},"hooks/persist-session-id.sh",{"path":521,"priority":338},"hooks/session-hooks.bats",{"path":523,"priority":338},"hooks/setup-shims.bats",{"path":525,"priority":338},"hooks/setup-shims.sh",{"path":527,"priority":338},"hooks/shims/gh",{"path":529,"priority":338},"hooks/shims/gh-shim.bats",{"path":531,"priority":338},"hooks/test_helper.bash",{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":339,"sourceLanguage":18,"type":267},"plugins/dwarf-expert","Interact with and understand the DWARF debugging format","dwarf-expert",{"claudeCode":535},"plugin manifest at plugins/dwarf-expert/.claude-plugin/plugin.json",[539,540,541],{"path":348,"priority":333},{"path":335,"priority":333},{"path":542,"priority":352},"skills/dwarf-expert/SKILL.md",{"basePath":544,"description":545,"displayName":546,"installMethods":547,"rationale":548,"selectedPaths":549,"source":339,"sourceLanguage":18,"type":267},"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":546},"plugin manifest at plugins/entry-point-analyzer/.claude-plugin/plugin.json",[550,551,552,554],{"path":348,"priority":333},{"path":335,"priority":333},{"path":553,"priority":352},"skills/entry-point-analyzer/SKILL.md",{"path":555,"priority":338},"commands/entry-points.md",{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":339,"sourceLanguage":18,"type":267},"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":559},"plugin manifest at plugins/mutation-testing/.claude-plugin/plugin.json",[563,564,565],{"path":348,"priority":333},{"path":335,"priority":333},{"path":566,"priority":352},"skills/mutation-testing/SKILL.md",{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":339,"sourceLanguage":18,"type":267},"plugins/property-based-testing","Property-based testing guidance for multiple languages and smart contracts","property-based-testing",{"claudeCode":570},"plugin manifest at plugins/property-based-testing/.claude-plugin/plugin.json",[574,575,576],{"path":348,"priority":333},{"path":335,"priority":333},{"path":577,"priority":352},"skills/property-based-testing/SKILL.md",{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":339,"sourceLanguage":18,"type":267},"plugins/semgrep-rule-creator","Create custom Semgrep rules for detecting bug patterns and security vulnerabilities","semgrep-rule-creator",{"claudeCode":581},"plugin manifest at plugins/semgrep-rule-creator/.claude-plugin/plugin.json",[585,586,587,589],{"path":348,"priority":333},{"path":335,"priority":333},{"path":588,"priority":352},"skills/semgrep-rule-creator/SKILL.md",{"path":590,"priority":338},"commands/semgrep-rule.md",{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":339,"sourceLanguage":18,"type":267},"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":594},"plugin manifest at plugins/semgrep-rule-variant-creator/.claude-plugin/plugin.json",[598,599,600],{"path":348,"priority":333},{"path":335,"priority":333},{"path":601,"priority":352},"skills/semgrep-rule-variant-creator/SKILL.md",{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":339,"sourceLanguage":18,"type":267},"plugins/sharp-edges","Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes","sharp-edges",{"claudeCode":605},"plugin manifest at plugins/sharp-edges/.claude-plugin/plugin.json",[609,610,611,613],{"path":348,"priority":333},{"path":335,"priority":333},{"path":612,"priority":352},"skills/sharp-edges/SKILL.md",{"path":614,"priority":338},"agents/sharp-edges-analyzer.md",{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":339,"sourceLanguage":18,"type":267},"plugins/static-analysis","Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection","static-analysis",{"claudeCode":618},"plugin manifest at plugins/static-analysis/.claude-plugin/plugin.json",[622,623,624,626,628,630],{"path":348,"priority":333},{"path":335,"priority":333},{"path":625,"priority":352},"skills/codeql/SKILL.md",{"path":627,"priority":352},"skills/sarif-parsing/SKILL.md",{"path":629,"priority":352},"skills/semgrep/SKILL.md",{"path":631,"priority":338},"agents/semgrep-scanner.md",{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":339,"sourceLanguage":18,"type":267},"plugins/spec-to-code-compliance","Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis","spec-to-code-compliance",{"claudeCode":635},"plugin manifest at plugins/spec-to-code-compliance/.claude-plugin/plugin.json",[639,640,641,643,645],{"path":348,"priority":333},{"path":335,"priority":333},{"path":642,"priority":352},"skills/spec-to-code-compliance/SKILL.md",{"path":644,"priority":338},"agents/spec-compliance-checker.md",{"path":646,"priority":338},"commands/spec-compliance.md",{"basePath":266,"description":262,"displayName":264,"installMethods":648,"rationale":649,"selectedPaths":650,"source":339,"sourceLanguage":18,"type":267},{"claudeCode":264},"plugin manifest at plugins/testing-handbook-skills/.claude-plugin/plugin.json",[651,652,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681],{"path":348,"priority":333},{"path":335,"priority":333},{"path":654,"priority":352},"skills/address-sanitizer/SKILL.md",{"path":656,"priority":352},"skills/aflpp/SKILL.md",{"path":658,"priority":352},"skills/atheris/SKILL.md",{"path":660,"priority":352},"skills/cargo-fuzz/SKILL.md",{"path":662,"priority":352},"skills/constant-time-testing/SKILL.md",{"path":664,"priority":352},"skills/coverage-analysis/SKILL.md",{"path":666,"priority":352},"skills/fuzzing-dictionary/SKILL.md",{"path":668,"priority":352},"skills/fuzzing-obstacles/SKILL.md",{"path":670,"priority":352},"skills/harness-writing/SKILL.md",{"path":672,"priority":352},"skills/libafl/SKILL.md",{"path":674,"priority":352},"skills/libfuzzer/SKILL.md",{"path":676,"priority":352},"skills/ossfuzz/SKILL.md",{"path":678,"priority":352},"skills/ruzzy/SKILL.md",{"path":680,"priority":352},"skills/testing-handbook-generator/SKILL.md",{"path":682,"priority":352},"skills/wycheproof/SKILL.md",{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":339,"sourceLanguage":18,"type":267},"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":686},"plugin manifest at plugins/trailmark/.claude-plugin/plugin.json",[690,691,692,694,696,698,700,702,704,706,708,710],{"path":348,"priority":333},{"path":335,"priority":333},{"path":693,"priority":352},"skills/audit-augmentation/SKILL.md",{"path":695,"priority":352},"skills/crypto-protocol-diagram/SKILL.md",{"path":697,"priority":352},"skills/diagramming-code/SKILL.md",{"path":699,"priority":352},"skills/genotoxic/SKILL.md",{"path":701,"priority":352},"skills/graph-evolution/SKILL.md",{"path":703,"priority":352},"skills/mermaid-to-proverif/SKILL.md",{"path":705,"priority":352},"skills/trailmark/SKILL.md",{"path":707,"priority":352},"skills/trailmark-structural/SKILL.md",{"path":709,"priority":352},"skills/trailmark-summary/SKILL.md",{"path":711,"priority":352},"skills/vector-forge/SKILL.md",{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":339,"sourceLanguage":18,"type":267},"plugins/variant-analysis","Find similar vulnerabilities and bugs across codebases using pattern-based analysis","variant-analysis",{"claudeCode":715},"plugin manifest at plugins/variant-analysis/.claude-plugin/plugin.json",[719,720,721,723],{"path":348,"priority":333},{"path":335,"priority":333},{"path":722,"priority":352},"skills/variant-analysis/SKILL.md",{"path":724,"priority":338},"commands/variants.md",{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":339,"sourceLanguage":18,"type":267},"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":728},"plugin manifest at plugins/c-review/.claude-plugin/plugin.json",[732,733,734,736,738,740],{"path":348,"priority":333},{"path":335,"priority":333},{"path":735,"priority":352},"skills/c-review/SKILL.md",{"path":737,"priority":338},"agents/c-review-dedup-judge.md",{"path":739,"priority":338},"agents/c-review-fp-judge.md",{"path":741,"priority":338},"agents/c-review-worker.md",{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":339,"sourceLanguage":18,"type":267},"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":745},"plugin manifest at plugins/modern-python/.claude-plugin/plugin.json",[749,750,751,753,754,755,756,758,760,762,764,766,768,770],{"path":348,"priority":333},{"path":335,"priority":333},{"path":752,"priority":352},"skills/modern-python/SKILL.md",{"path":509,"priority":338},{"path":523,"priority":338},{"path":525,"priority":338},{"path":757,"priority":338},"hooks/shims/pip",{"path":759,"priority":338},"hooks/shims/pip-shim.bats",{"path":761,"priority":338},"hooks/shims/pipx",{"path":763,"priority":338},"hooks/shims/pipx-shim.bats",{"path":765,"priority":338},"hooks/shims/python",{"path":767,"priority":338},"hooks/shims/python-shim.bats",{"path":769,"priority":338},"hooks/shims/uv",{"path":771,"priority":338},"hooks/shims/uv-shim.bats",{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":339,"sourceLanguage":18,"type":267},"plugins/insecure-defaults","Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production","insecure-defaults",{"claudeCode":775},"plugin manifest at plugins/insecure-defaults/.claude-plugin/plugin.json",[779,780,781],{"path":348,"priority":333},{"path":335,"priority":333},{"path":782,"priority":352},"skills/insecure-defaults/SKILL.md",{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":339,"sourceLanguage":18,"type":267},"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":786},"plugin manifest at plugins/second-opinion/.claude-plugin/plugin.json",[790,791,792,794],{"path":348,"priority":333},{"path":335,"priority":333},{"path":793,"priority":352},"skills/second-opinion/SKILL.md",{"path":795,"priority":333},".mcp.json",{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":339,"sourceLanguage":18,"type":267},"plugins/yara-authoring","YARA-X detection rule authoring with linting and quality analysis","yara-authoring",{"claudeCode":799},"plugin manifest at plugins/yara-authoring/.claude-plugin/plugin.json",[803,804,805],{"path":348,"priority":333},{"path":335,"priority":333},{"path":806,"priority":352},"skills/yara-rule-authoring/SKILL.md",{"basePath":808,"description":809,"displayName":810,"installMethods":811,"rationale":812,"selectedPaths":813,"source":339,"sourceLanguage":18,"type":267},"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":810},"plugin manifest at plugins/git-cleanup/.claude-plugin/plugin.json",[814,815,816],{"path":348,"priority":333},{"path":335,"priority":333},{"path":817,"priority":352},"skills/git-cleanup/SKILL.md",{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":339,"sourceLanguage":18,"type":267},"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":821},"plugin manifest at plugins/workflow-skill-design/.claude-plugin/plugin.json",[825,826,827,829],{"path":348,"priority":333},{"path":335,"priority":333},{"path":828,"priority":352},"skills/designing-workflow-skills/SKILL.md",{"path":830,"priority":338},"agents/workflow-skill-reviewer.md",{"basePath":832,"description":833,"displayName":834,"installMethods":835,"rationale":836,"selectedPaths":837,"source":339,"sourceLanguage":18,"type":267},"plugins/seatbelt-sandboxer","Generate minimal macOS Seatbelt sandbox configurations for applications","seatbelt-sandboxer",{"claudeCode":834},"plugin manifest at plugins/seatbelt-sandboxer/.claude-plugin/plugin.json",[838,839,840],{"path":348,"priority":333},{"path":335,"priority":333},{"path":841,"priority":352},"skills/seatbelt-sandboxer/SKILL.md",{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":339,"sourceLanguage":18,"type":267},"plugins/supply-chain-risk-auditor","Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk","supply-chain-risk-auditor",{"claudeCode":845},"plugin manifest at plugins/supply-chain-risk-auditor/.claude-plugin/plugin.json",[849,850,851],{"path":348,"priority":333},{"path":335,"priority":333},{"path":852,"priority":352},"skills/supply-chain-risk-auditor/SKILL.md",{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":339,"sourceLanguage":18,"type":267},"plugins/zeroize-audit","Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis","zeroize-audit",{"claudeCode":856},"plugin manifest at plugins/zeroize-audit/.claude-plugin/plugin.json",[860,861,862,864,866,868,870,872,874,876,878,880,882,884],{"path":348,"priority":333},{"path":335,"priority":333},{"path":863,"priority":352},"skills/zeroize-audit/SKILL.md",{"path":865,"priority":338},"agents/0-preflight.md",{"path":867,"priority":338},"agents/1-mcp-resolver.md",{"path":869,"priority":338},"agents/2-source-analyzer.md",{"path":871,"priority":338},"agents/2b-rust-source-analyzer.md",{"path":873,"priority":338},"agents/3-tu-compiler-analyzer.md",{"path":875,"priority":338},"agents/3b-rust-compiler-analyzer.md",{"path":877,"priority":338},"agents/4-report-assembler.md",{"path":879,"priority":338},"agents/5-poc-generator.md",{"path":881,"priority":338},"agents/5b-poc-validator.md",{"path":883,"priority":338},"agents/5c-poc-verifier.md",{"path":885,"priority":338},"agents/6-test-generator.md",{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":339,"sourceLanguage":18,"type":267},"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":889},"plugin manifest at plugins/let-fate-decide/.claude-plugin/plugin.json",[893,894,895,897],{"path":348,"priority":333},{"path":335,"priority":333},{"path":896,"priority":352},"skills/let-fate-decide/SKILL.md",{"path":898,"priority":338},"agents/draw.md",{"basePath":900,"description":901,"displayName":902,"installMethods":903,"rationale":904,"selectedPaths":905,"source":339,"sourceLanguage":18,"type":267},"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":902},"plugin manifest at plugins/agentic-actions-auditor/.claude-plugin/plugin.json",[906,907,908],{"path":348,"priority":333},{"path":335,"priority":333},{"path":909,"priority":352},"skills/agentic-actions-auditor/SKILL.md",{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":339,"sourceLanguage":18,"type":267},"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":913},"plugin manifest at plugins/skill-improver/.claude-plugin/plugin.json",[917,918,919,921,923,925,926],{"path":348,"priority":333},{"path":335,"priority":333},{"path":920,"priority":352},"skills/skill-improver/SKILL.md",{"path":922,"priority":338},"commands/cancel-skill-improver.md",{"path":924,"priority":338},"commands/skill-improver.md",{"path":509,"priority":338},{"path":927,"priority":338},"hooks/stop-hook.sh",{"basePath":929,"description":930,"displayName":931,"installMethods":932,"rationale":933,"selectedPaths":934,"source":339,"sourceLanguage":18,"type":267},"plugins/fp-check","Systematic false positive verification for security bug analysis with mandatory gate reviews","fp-check",{"claudeCode":931},"plugin manifest at plugins/fp-check/.claude-plugin/plugin.json",[935,936,937,939,941,943,945],{"path":348,"priority":333},{"path":335,"priority":333},{"path":938,"priority":352},"skills/fp-check/SKILL.md",{"path":940,"priority":338},"agents/data-flow-analyzer.md",{"path":942,"priority":338},"agents/exploitability-verifier.md",{"path":944,"priority":338},"agents/poc-builder.md",{"path":509,"priority":338},{"basePath":947,"description":948,"displayName":949,"installMethods":950,"rationale":951,"selectedPaths":952,"source":339,"sourceLanguage":18,"type":267},"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":949},"plugin manifest at plugins/dimensional-analysis/.claude-plugin/plugin.json",[953,954,955,957,959,961,963,965],{"path":348,"priority":333},{"path":335,"priority":333},{"path":956,"priority":352},"skills/dimensional-analysis/SKILL.md",{"path":958,"priority":338},"agents/arithmetic-scanner.md",{"path":960,"priority":338},"agents/dimension-annotator.md",{"path":962,"priority":338},"agents/dimension-discoverer.md",{"path":964,"priority":338},"agents/dimension-propagator.md",{"path":966,"priority":338},"agents/dimension-validator.md",{"basePath":968,"description":969,"displayName":500,"installMethods":970,"rationale":971,"selectedPaths":972,"source":339,"sourceLanguage":18,"type":256},".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",[973],{"path":974,"priority":333},"SKILL.md",{"basePath":976,"description":977,"displayName":902,"installMethods":978,"rationale":979,"selectedPaths":980,"source":339,"sourceLanguage":18,"type":256},"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",[981,982,984,986,988,990,992,994,996,998,1000,1002,1004],{"path":974,"priority":333},{"path":983,"priority":352},"references/action-profiles.md",{"path":985,"priority":352},"references/cross-file-resolution.md",{"path":987,"priority":352},"references/foundations.md",{"path":989,"priority":352},"references/vector-a-env-var-intermediary.md",{"path":991,"priority":352},"references/vector-b-direct-expression-injection.md",{"path":993,"priority":352},"references/vector-c-cli-data-fetch.md",{"path":995,"priority":352},"references/vector-d-pr-target-checkout.md",{"path":997,"priority":352},"references/vector-e-error-log-injection.md",{"path":999,"priority":352},"references/vector-f-subshell-expansion.md",{"path":1001,"priority":352},"references/vector-g-eval-of-ai-output.md",{"path":1003,"priority":352},"references/vector-h-dangerous-sandbox-configs.md",{"path":1005,"priority":352},"references/vector-i-wildcard-allowlists.md",{"basePath":1007,"description":1008,"displayName":343,"installMethods":1009,"rationale":1010,"selectedPaths":1011,"source":339,"sourceLanguage":18,"type":256},"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",[1012],{"path":974,"priority":333},{"basePath":1014,"description":1015,"displayName":356,"installMethods":1016,"rationale":1017,"selectedPaths":1018,"source":339,"sourceLanguage":18,"type":256},"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",[1019],{"path":974,"priority":333},{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":339,"sourceLanguage":18,"type":256},"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",[1027],{"path":974,"priority":333},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":339,"sourceLanguage":18,"type":256},"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",[1035],{"path":974,"priority":333},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":339,"sourceLanguage":18,"type":256},"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",[1043],{"path":974,"priority":333},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":339,"sourceLanguage":18,"type":256},"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",[1051],{"path":974,"priority":333},{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":339,"sourceLanguage":18,"type":256},"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",[1059,1060],{"path":974,"priority":333},{"path":1061,"priority":352},"CHANGELOG.md",{"basePath":1063,"description":1064,"displayName":1065,"installMethods":1066,"rationale":1067,"selectedPaths":1068,"source":339,"sourceLanguage":18,"type":256},"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",[1069],{"path":974,"priority":333},{"basePath":1071,"description":1072,"displayName":1073,"installMethods":1074,"rationale":1075,"selectedPaths":1076,"source":339,"sourceLanguage":18,"type":256},"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",[1077],{"path":974,"priority":333},{"basePath":1079,"description":1080,"displayName":1081,"installMethods":1082,"rationale":1083,"selectedPaths":1084,"source":339,"sourceLanguage":18,"type":256},"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",[1085],{"path":974,"priority":333},{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"rationale":1091,"selectedPaths":1092,"source":339,"sourceLanguage":18,"type":256},"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",[1093],{"path":974,"priority":333},{"basePath":1095,"description":1096,"displayName":1097,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":339,"sourceLanguage":18,"type":256},"plugins/building-secure-contracts/skills/token-integration-analyzer","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.","token-integration-analyzer",{"claudeCode":12},"SKILL.md frontmatter at plugins/building-secure-contracts/skills/token-integration-analyzer/SKILL.md",[1101],{"path":974,"priority":333},{"basePath":1103,"description":1104,"displayName":1105,"installMethods":1106,"rationale":1107,"selectedPaths":1108,"source":339,"sourceLanguage":18,"type":256},"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",[1109],{"path":974,"priority":333},{"basePath":1111,"description":1112,"displayName":402,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":339,"sourceLanguage":18,"type":256},"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",[1116,1117],{"path":974,"priority":333},{"path":1118,"priority":1119},"scripts/burp-search.sh","low",{"basePath":1121,"description":1122,"displayName":728,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":339,"sourceLanguage":18,"type":256},"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",[1126],{"path":974,"priority":333},{"basePath":1128,"description":1129,"displayName":415,"installMethods":1130,"rationale":1131,"selectedPaths":1132,"source":339,"sourceLanguage":18,"type":256},"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",[1133],{"path":974,"priority":333},{"basePath":1135,"description":1136,"displayName":426,"installMethods":1137,"rationale":1138,"selectedPaths":1139,"source":339,"sourceLanguage":18,"type":256},"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",[1140,1141,1142,1144,1146,1148,1150,1152,1154,1156],{"path":974,"priority":333},{"path":335,"priority":338},{"path":1143,"priority":352},"references/compiled.md",{"path":1145,"priority":352},"references/javascript.md",{"path":1147,"priority":352},"references/kotlin.md",{"path":1149,"priority":352},"references/php.md",{"path":1151,"priority":352},"references/python.md",{"path":1153,"priority":352},"references/ruby.md",{"path":1155,"priority":352},"references/swift.md",{"path":1157,"priority":352},"references/vm-compiled.md",{"basePath":1159,"description":1160,"displayName":1161,"installMethods":1162,"rationale":1163,"selectedPaths":1164,"source":339,"sourceLanguage":18,"type":256},"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",[1165,1166,1168,1170,1172,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],{"path":974,"priority":333},{"path":1167,"priority":352},"references/anti-patterns.md",{"path":1169,"priority":352},"references/archetype-administrator.md",{"path":1171,"priority":352},"references/archetype-coordinator.md",{"path":1173,"priority":352},"references/archetype-craftsman.md",{"path":1175,"priority":352},"references/archetype-daredevil.md",{"path":1177,"priority":352},"references/archetype-debater.md",{"path":1179,"priority":352},"references/archetype-facilitator.md",{"path":1181,"priority":352},"references/archetype-influencer.md",{"path":1183,"priority":352},"references/archetype-operator.md",{"path":1185,"priority":352},"references/archetype-persuader.md",{"path":1187,"priority":352},"references/archetype-philosopher.md",{"path":1189,"priority":352},"references/archetype-rainmaker.md",{"path":1191,"priority":352},"references/archetype-scholar.md",{"path":1193,"priority":352},"references/archetype-socializer.md",{"path":1195,"priority":352},"references/archetype-specialist.md",{"path":1197,"priority":352},"references/archetype-technical-expert.md",{"path":1199,"priority":352},"references/archetype-traditionalist.md",{"path":1201,"priority":352},"references/archetype-trailblazer.md",{"path":1203,"priority":352},"references/conversation-starters.md",{"path":1205,"priority":352},"references/interview-trait-signals.md",{"path":1207,"priority":352},"references/motivators.md",{"path":1209,"priority":352},"references/patterns-archetypes.md",{"path":1211,"priority":352},"references/primary-traits.md",{"path":1213,"priority":352},"references/secondary-traits.md",{"path":1215,"priority":352},"references/team-composition.md",{"path":1217,"priority":1119},"scripts/check_deps.py",{"path":1219,"priority":1119},"scripts/culture_index/__init__.py",{"path":1221,"priority":1119},"scripts/culture_index/constants.py",{"path":1223,"priority":1119},"scripts/culture_index/extract.py",{"path":1225,"priority":1119},"scripts/culture_index/models.py",{"path":1227,"priority":1119},"scripts/culture_index/opencv_extractor.py",{"path":1229,"priority":1119},"scripts/extract_pdf.py",{"path":1231,"priority":1119},"scripts/pyproject.toml",{"path":1233,"priority":1119},"templates/burnout-report.md",{"path":1235,"priority":1119},"templates/comparison-report.md",{"path":1237,"priority":1119},"templates/hiring-profile.md",{"path":1239,"priority":1119},"templates/individual-report.md",{"path":1241,"priority":1119},"templates/predicted-profile.md",{"path":1243,"priority":1119},"templates/team-report.md",{"basePath":1245,"description":1246,"displayName":450,"installMethods":1247,"rationale":1248,"selectedPaths":1249,"source":339,"sourceLanguage":18,"type":256},"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",[1250,1251,1253],{"path":974,"priority":333},{"path":1252,"priority":352},"references/failure-patterns.md",{"path":1254,"priority":1119},"scripts/diagnose.sh",{"basePath":1256,"description":1257,"displayName":461,"installMethods":1258,"rationale":1259,"selectedPaths":1260,"source":339,"sourceLanguage":18,"type":256},"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",[1261,1262,1264],{"path":974,"priority":333},{"path":1263,"priority":352},"references/dockerfile-best-practices.md",{"path":1265,"priority":352},"references/features-vs-dockerfile.md",{"basePath":1267,"description":1268,"displayName":472,"installMethods":1269,"rationale":1270,"selectedPaths":1271,"source":339,"sourceLanguage":18,"type":256},"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",[1272,1273,1275,1277,1279],{"path":974,"priority":333},{"path":1274,"priority":352},"adversarial.md",{"path":1276,"priority":352},"methodology.md",{"path":1278,"priority":352},"patterns.md",{"path":1280,"priority":352},"reporting.md",{"basePath":1282,"description":1283,"displayName":949,"installMethods":1284,"rationale":1285,"selectedPaths":1286,"source":339,"sourceLanguage":18,"type":256},"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",[1287,1288,1290,1292,1294],{"path":974,"priority":333},{"path":1289,"priority":352},"references/annotate.md",{"path":1291,"priority":352},"references/bug-patterns.md",{"path":1293,"priority":352},"references/common-dimensions.md",{"path":1295,"priority":352},"references/dimension-algebra.md",{"basePath":1297,"description":1298,"displayName":535,"installMethods":1299,"rationale":1300,"selectedPaths":1301,"source":339,"sourceLanguage":18,"type":256},"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",[1302],{"path":974,"priority":333},{"basePath":1304,"description":1305,"displayName":546,"installMethods":1306,"rationale":1307,"selectedPaths":1308,"source":339,"sourceLanguage":18,"type":256},"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",[1309,1310,1312,1314,1316,1318,1320,1322],{"path":974,"priority":333},{"path":1311,"priority":352},"references/cosmwasm.md",{"path":1313,"priority":352},"references/move-aptos.md",{"path":1315,"priority":352},"references/move-sui.md",{"path":1317,"priority":352},"references/solana.md",{"path":1319,"priority":352},"references/solidity.md",{"path":1321,"priority":352},"references/ton.md",{"path":1323,"priority":352},"references/vyper.md",{"basePath":1325,"description":1326,"displayName":487,"installMethods":1327,"rationale":1328,"selectedPaths":1329,"source":339,"sourceLanguage":18,"type":256},"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",[1330,1331],{"path":974,"priority":333},{"path":1332,"priority":352},"references/vulnerabilities.md",{"basePath":1334,"description":1335,"displayName":931,"installMethods":1336,"rationale":1337,"selectedPaths":1338,"source":339,"sourceLanguage":18,"type":256},"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",[1339,1340,1342,1344,1346,1348,1350],{"path":974,"priority":333},{"path":1341,"priority":352},"references/bug-class-verification.md",{"path":1343,"priority":352},"references/deep-verification.md",{"path":1345,"priority":352},"references/evidence-templates.md",{"path":1347,"priority":352},"references/false-positive-patterns.md",{"path":1349,"priority":352},"references/gate-reviews.md",{"path":1351,"priority":352},"references/standard-verification.md",{"basePath":1353,"description":809,"displayName":810,"installMethods":1354,"rationale":1355,"selectedPaths":1356,"source":339,"sourceLanguage":18,"type":256},"plugins/git-cleanup/skills/git-cleanup",{"claudeCode":12},"SKILL.md frontmatter at plugins/git-cleanup/skills/git-cleanup/SKILL.md",[1357],{"path":974,"priority":333},{"basePath":1359,"description":1360,"displayName":775,"installMethods":1361,"rationale":1362,"selectedPaths":1363,"source":339,"sourceLanguage":18,"type":256},"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",[1364,1365],{"path":974,"priority":333},{"path":1366,"priority":352},"references/examples.md",{"basePath":1368,"description":1369,"displayName":889,"installMethods":1370,"rationale":1371,"selectedPaths":1372,"source":339,"sourceLanguage":18,"type":256},"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",[1373,1374,1376,1378,1379],{"path":974,"priority":333},{"path":1375,"priority":352},"references/INTERPRETATION_GUIDE.md",{"path":1377,"priority":1119},"scripts/draw_cards.py",{"path":1231,"priority":1119},{"path":1380,"priority":1119},"scripts/test_draw_cards.py",{"basePath":1382,"description":1383,"displayName":745,"installMethods":1384,"rationale":1385,"selectedPaths":1386,"source":339,"sourceLanguage":18,"type":256},"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",[1387,1388,1390,1392,1394,1396,1398,1400,1402,1404,1406,1408],{"path":974,"priority":333},{"path":1389,"priority":352},"references/dependabot.md",{"path":1391,"priority":352},"references/migration-checklist.md",{"path":1393,"priority":352},"references/pep723-scripts.md",{"path":1395,"priority":352},"references/prek.md",{"path":1397,"priority":352},"references/pyproject.md",{"path":1399,"priority":352},"references/ruff-config.md",{"path":1401,"priority":352},"references/security-setup.md",{"path":1403,"priority":352},"references/testing.md",{"path":1405,"priority":352},"references/uv-commands.md",{"path":1407,"priority":1119},"templates/dependabot.yml",{"path":1409,"priority":1119},"templates/pre-commit-config.yaml",{"basePath":1411,"description":558,"displayName":559,"installMethods":1412,"rationale":1413,"selectedPaths":1414,"source":339,"sourceLanguage":18,"type":256},"plugins/mutation-testing/skills/mutation-testing",{"claudeCode":12},"SKILL.md frontmatter at plugins/mutation-testing/skills/mutation-testing/SKILL.md",[1415,1416],{"path":974,"priority":333},{"path":1417,"priority":352},"references/optimization-strategies.md",{"basePath":1419,"description":1420,"displayName":570,"installMethods":1421,"rationale":1422,"selectedPaths":1423,"source":339,"sourceLanguage":18,"type":256},"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",[1424,1425,1426,1428,1430,1432,1434,1436,1438],{"path":974,"priority":333},{"path":335,"priority":338},{"path":1427,"priority":352},"references/design.md",{"path":1429,"priority":352},"references/generating.md",{"path":1431,"priority":352},"references/interpreting-failures.md",{"path":1433,"priority":352},"references/libraries.md",{"path":1435,"priority":352},"references/refactoring.md",{"path":1437,"priority":352},"references/reviewing.md",{"path":1439,"priority":352},"references/strategies.md",{"basePath":1441,"description":1442,"displayName":834,"installMethods":1443,"rationale":1444,"selectedPaths":1445,"source":339,"sourceLanguage":18,"type":256},"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",[1446],{"path":974,"priority":333},{"basePath":1448,"description":1449,"displayName":786,"installMethods":1450,"rationale":1451,"selectedPaths":1452,"source":339,"sourceLanguage":18,"type":256},"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",[1453,1454,1456,1458],{"path":974,"priority":333},{"path":1455,"priority":352},"references/codex-invocation.md",{"path":1457,"priority":352},"references/codex-review-schema.json",{"path":1459,"priority":352},"references/gemini-invocation.md",{"basePath":1461,"description":1462,"displayName":581,"installMethods":1463,"rationale":1464,"selectedPaths":1465,"source":339,"sourceLanguage":18,"type":256},"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",[1466,1467,1469],{"path":974,"priority":333},{"path":1468,"priority":352},"references/quick-reference.md",{"path":1470,"priority":352},"references/workflow.md",{"basePath":1472,"description":1473,"displayName":594,"installMethods":1474,"rationale":1475,"selectedPaths":1476,"source":339,"sourceLanguage":18,"type":256},"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",[1477,1478,1480,1482],{"path":974,"priority":333},{"path":1479,"priority":352},"references/applicability-analysis.md",{"path":1481,"priority":352},"references/language-syntax-guide.md",{"path":1470,"priority":352},{"basePath":1484,"description":1485,"displayName":605,"installMethods":1486,"rationale":1487,"selectedPaths":1488,"source":339,"sourceLanguage":18,"type":256},"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",[1489,1490,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510,1512,1514,1516,1518,1520],{"path":974,"priority":333},{"path":1491,"priority":352},"references/auth-patterns.md",{"path":1493,"priority":352},"references/case-studies.md",{"path":1495,"priority":352},"references/config-patterns.md",{"path":1497,"priority":352},"references/crypto-apis.md",{"path":1499,"priority":352},"references/lang-c.md",{"path":1501,"priority":352},"references/lang-csharp.md",{"path":1503,"priority":352},"references/lang-go.md",{"path":1505,"priority":352},"references/lang-java.md",{"path":1507,"priority":352},"references/lang-javascript.md",{"path":1509,"priority":352},"references/lang-kotlin.md",{"path":1511,"priority":352},"references/lang-php.md",{"path":1513,"priority":352},"references/lang-python.md",{"path":1515,"priority":352},"references/lang-ruby.md",{"path":1517,"priority":352},"references/lang-rust.md",{"path":1519,"priority":352},"references/lang-swift.md",{"path":1521,"priority":352},"references/language-specific.md",{"basePath":1523,"description":1524,"displayName":913,"installMethods":1525,"rationale":1526,"selectedPaths":1527,"source":339,"sourceLanguage":18,"type":256},"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",[1528],{"path":974,"priority":333},{"basePath":1530,"description":1531,"displayName":635,"installMethods":1532,"rationale":1533,"selectedPaths":1534,"source":339,"sourceLanguage":18,"type":256},"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",[1535],{"path":974,"priority":333},{"basePath":1537,"description":1538,"displayName":1539,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":339,"sourceLanguage":18,"type":256},"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",[1543,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566],{"path":974,"priority":333},{"path":1545,"priority":352},"references/build-fixes.md",{"path":1547,"priority":352},"references/diagnostic-query-templates.md",{"path":1549,"priority":352},"references/extension-yaml-format.md",{"path":1551,"priority":352},"references/important-only-suite.md",{"path":1553,"priority":352},"references/language-details.md",{"path":1555,"priority":352},"references/macos-arm64e-workaround.md",{"path":1557,"priority":352},"references/performance-tuning.md",{"path":1559,"priority":352},"references/quality-assessment.md",{"path":1561,"priority":352},"references/ruleset-catalog.md",{"path":1563,"priority":352},"references/run-all-suite.md",{"path":1565,"priority":352},"references/sarif-processing.md",{"path":1567,"priority":352},"references/threat-models.md",{"basePath":1569,"description":1570,"displayName":1571,"installMethods":1572,"rationale":1573,"selectedPaths":1574,"source":339,"sourceLanguage":18,"type":256},"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",[1575],{"path":974,"priority":333},{"basePath":1577,"description":1578,"displayName":1579,"installMethods":1580,"rationale":1581,"selectedPaths":1582,"source":339,"sourceLanguage":18,"type":256},"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",[1583,1584,1586,1588,1590],{"path":974,"priority":333},{"path":1585,"priority":352},"references/rulesets.md",{"path":1587,"priority":352},"references/scan-modes.md",{"path":1589,"priority":352},"references/scanner-task-prompt.md",{"path":1591,"priority":1119},"scripts/merge_sarif.py",{"basePath":1593,"description":1594,"displayName":845,"installMethods":1595,"rationale":1596,"selectedPaths":1597,"source":339,"sourceLanguage":18,"type":256},"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",[1598],{"path":974,"priority":333},{"basePath":1600,"description":1601,"displayName":1602,"installMethods":1603,"rationale":1604,"selectedPaths":1605,"source":339,"sourceLanguage":18,"type":256},"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",[1606],{"path":974,"priority":333},{"basePath":252,"description":10,"displayName":255,"installMethods":1608,"rationale":1609,"selectedPaths":1610,"source":339,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at plugins/testing-handbook-skills/skills/aflpp/SKILL.md",[1611],{"path":974,"priority":333},{"basePath":1613,"description":1614,"displayName":1615,"installMethods":1616,"rationale":1617,"selectedPaths":1618,"source":339,"sourceLanguage":18,"type":256},"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",[1619],{"path":974,"priority":333},{"basePath":1621,"description":1622,"displayName":1623,"installMethods":1624,"rationale":1625,"selectedPaths":1626,"source":339,"sourceLanguage":18,"type":256},"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",[1627],{"path":974,"priority":333},{"basePath":1629,"description":1630,"displayName":1631,"installMethods":1632,"rationale":1633,"selectedPaths":1634,"source":339,"sourceLanguage":18,"type":256},"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",[1635],{"path":974,"priority":333},{"basePath":1637,"description":1638,"displayName":1639,"installMethods":1640,"rationale":1641,"selectedPaths":1642,"source":339,"sourceLanguage":18,"type":256},"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",[1643],{"path":974,"priority":333},{"basePath":1645,"description":1646,"displayName":1647,"installMethods":1648,"rationale":1649,"selectedPaths":1650,"source":339,"sourceLanguage":18,"type":256},"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",[1651],{"path":974,"priority":333},{"basePath":1653,"description":1654,"displayName":1655,"installMethods":1656,"rationale":1657,"selectedPaths":1658,"source":339,"sourceLanguage":18,"type":256},"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",[1659],{"path":974,"priority":333},{"basePath":1661,"description":1662,"displayName":1663,"installMethods":1664,"rationale":1665,"selectedPaths":1666,"source":339,"sourceLanguage":18,"type":256},"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",[1667],{"path":974,"priority":333},{"basePath":1669,"description":1670,"displayName":1671,"installMethods":1672,"rationale":1673,"selectedPaths":1674,"source":339,"sourceLanguage":18,"type":256},"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",[1675],{"path":974,"priority":333},{"basePath":1677,"description":1678,"displayName":1679,"installMethods":1680,"rationale":1681,"selectedPaths":1682,"source":339,"sourceLanguage":18,"type":256},"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",[1683],{"path":974,"priority":333},{"basePath":1685,"description":1686,"displayName":1687,"installMethods":1688,"rationale":1689,"selectedPaths":1690,"source":339,"sourceLanguage":18,"type":256},"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",[1691],{"path":974,"priority":333},{"basePath":1693,"description":1694,"displayName":1695,"installMethods":1696,"rationale":1697,"selectedPaths":1698,"source":339,"sourceLanguage":18,"type":256},"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",[1699],{"path":974,"priority":333},{"basePath":1701,"description":1702,"displayName":1703,"installMethods":1704,"rationale":1705,"selectedPaths":1706,"source":339,"sourceLanguage":18,"type":256},"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",[1707,1708,1710,1712,1714,1716,1718,1720],{"path":974,"priority":333},{"path":1709,"priority":352},"agent-prompt.md",{"path":1711,"priority":352},"discovery.md",{"path":1713,"priority":1119},"templates/domain-skill.md",{"path":1715,"priority":1119},"templates/fuzzer-skill.md",{"path":1717,"priority":1119},"templates/technique-skill.md",{"path":1719,"priority":1119},"templates/tool-skill.md",{"path":1721,"priority":352},"testing.md",{"basePath":1723,"description":1724,"displayName":1725,"installMethods":1726,"rationale":1727,"selectedPaths":1728,"source":339,"sourceLanguage":18,"type":256},"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",[1729],{"path":974,"priority":333},{"basePath":1731,"description":1732,"displayName":1733,"installMethods":1734,"rationale":1735,"selectedPaths":1736,"source":339,"sourceLanguage":18,"type":256},"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",[1737,1738],{"path":974,"priority":333},{"path":1739,"priority":352},"references/formats.md",{"basePath":1741,"description":1742,"displayName":1743,"installMethods":1744,"rationale":1745,"selectedPaths":1746,"source":339,"sourceLanguage":18,"type":256},"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",[1747,1748,1750,1752,1754,1756,1758,1760,1762],{"path":974,"priority":333},{"path":1749,"priority":1119},"examples/simple-handshake/expected-output.md",{"path":1751,"priority":1119},"examples/simple-handshake/protocol.py",{"path":1753,"priority":1119},"examples/simple-proverif/expected-output.md",{"path":1755,"priority":1119},"examples/simple-proverif/model.pv",{"path":1757,"priority":352},"references/ascii-sequence-diagram.md",{"path":1759,"priority":352},"references/mermaid-sequence-syntax.md",{"path":1761,"priority":352},"references/protocol-patterns.md",{"path":1763,"priority":352},"references/spec-parsing-patterns.md",{"basePath":1765,"description":1766,"displayName":1767,"installMethods":1768,"rationale":1769,"selectedPaths":1770,"source":339,"sourceLanguage":18,"type":256},"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",[1771,1772,1774,1776],{"path":974,"priority":333},{"path":1773,"priority":352},"references/diagram-types.md",{"path":1775,"priority":352},"references/mermaid-syntax.md",{"path":1777,"priority":1119},"scripts/diagram.py",{"basePath":1779,"description":1780,"displayName":1781,"installMethods":1782,"rationale":1783,"selectedPaths":1784,"source":339,"sourceLanguage":18,"type":256},"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",[1785,1786,1788,1790],{"path":974,"priority":333},{"path":1787,"priority":352},"references/graph-analysis.md",{"path":1789,"priority":352},"references/mutation-frameworks.md",{"path":1791,"priority":352},"references/triage-methodology.md",{"basePath":1793,"description":1794,"displayName":1795,"installMethods":1796,"rationale":1797,"selectedPaths":1798,"source":339,"sourceLanguage":18,"type":256},"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",[1799,1800,1802,1804],{"path":974,"priority":333},{"path":1801,"priority":352},"references/evolution-metrics.md",{"path":1803,"priority":352},"references/report-format.md",{"path":1805,"priority":1119},"scripts/graph_diff.py",{"basePath":1807,"description":1808,"displayName":1809,"installMethods":1810,"rationale":1811,"selectedPaths":1812,"source":339,"sourceLanguage":18,"type":256},"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",[1813,1814,1816,1818,1820,1822],{"path":974,"priority":333},{"path":1815,"priority":1119},"examples/simple-handshake/diagram.md",{"path":1817,"priority":1119},"examples/simple-handshake/sample-output.pv",{"path":1819,"priority":352},"references/crypto-to-proverif-mapping.md",{"path":1821,"priority":352},"references/proverif-syntax.md",{"path":1823,"priority":352},"references/security-properties.md",{"basePath":1825,"description":1826,"displayName":686,"installMethods":1827,"rationale":1828,"selectedPaths":1829,"source":339,"sourceLanguage":18,"type":256},"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",[1830,1831,1833],{"path":974,"priority":333},{"path":1832,"priority":352},"references/preanalysis-passes.md",{"path":1834,"priority":352},"references/query-patterns.md",{"basePath":1836,"description":1837,"displayName":1838,"installMethods":1839,"rationale":1840,"selectedPaths":1841,"source":339,"sourceLanguage":18,"type":256},"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",[1842],{"path":974,"priority":333},{"basePath":1844,"description":1845,"displayName":1846,"installMethods":1847,"rationale":1848,"selectedPaths":1849,"source":339,"sourceLanguage":18,"type":256},"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",[1850],{"path":974,"priority":333},{"basePath":1852,"description":1853,"displayName":1854,"installMethods":1855,"rationale":1856,"selectedPaths":1857,"source":339,"sourceLanguage":18,"type":256},"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",[1858,1859,1861,1863,1864,1866],{"path":974,"priority":333},{"path":1860,"priority":352},"references/fault-simulation.md",{"path":1862,"priority":352},"references/lessons-learned.md",{"path":1789,"priority":352},{"path":1865,"priority":352},"references/report-template.md",{"path":1867,"priority":352},"references/vector-patterns.md",{"basePath":1869,"description":1870,"displayName":715,"installMethods":1871,"rationale":1872,"selectedPaths":1873,"source":339,"sourceLanguage":18,"type":256},"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",[1874,1875],{"path":974,"priority":333},{"path":1876,"priority":352},"METHODOLOGY.md",{"basePath":1878,"description":1879,"displayName":1880,"installMethods":1881,"rationale":1882,"selectedPaths":1883,"source":339,"sourceLanguage":18,"type":256},"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",[1884,1885,1886,1888,1890],{"path":974,"priority":333},{"path":1167,"priority":352},{"path":1887,"priority":352},"references/progressive-disclosure-guide.md",{"path":1889,"priority":352},"references/tool-assignment-guide.md",{"path":1891,"priority":352},"references/workflow-patterns.md",{"basePath":1893,"description":1894,"displayName":1895,"installMethods":1896,"rationale":1897,"selectedPaths":1898,"source":339,"sourceLanguage":18,"type":256},"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",[1899,1900,1902,1904,1906,1908,1910,1912,1914,1916,1918,1920,1921,1923,1924],{"path":974,"priority":333},{"path":1901,"priority":1119},"examples/MAL_Mac_ProtonRAT_Jan25.yar",{"path":1903,"priority":1119},"examples/MAL_NPM_SupplyChain_Jan25.yar",{"path":1905,"priority":1119},"examples/MAL_Win_Remcos_Jan25.yar",{"path":1907,"priority":1119},"examples/SUSP_CRX_SuspiciousPermissions.yar",{"path":1909,"priority":1119},"examples/SUSP_JS_Obfuscation_Jan25.yar",{"path":1911,"priority":352},"references/crx-module.md",{"path":1913,"priority":352},"references/dex-module.md",{"path":1915,"priority":352},"references/performance.md",{"path":1917,"priority":352},"references/strings.md",{"path":1919,"priority":352},"references/style-guide.md",{"path":1403,"priority":352},{"path":1922,"priority":1119},"scripts/atom_analyzer.py",{"path":1231,"priority":1119},{"path":1925,"priority":1119},"scripts/yara_lint.py",{"basePath":1927,"description":1928,"displayName":856,"installMethods":1929,"rationale":1930,"selectedPaths":1931,"source":339,"sourceLanguage":18,"type":256},"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",[1932,1933,1935,1937,1939,1941,1943,1945,1947,1949,1951,1953,1955,1957,1959,1961,1963,1965,1967,1969,1971,1973,1975,1977,1979,1981,1983,1985,1987,1989,1991,1993,1995,1997,1999],{"path":974,"priority":333},{"path":1934,"priority":1119},"prompts/report_template.md",{"path":1936,"priority":1119},"prompts/system.md",{"path":1938,"priority":1119},"prompts/task.md",{"path":1940,"priority":352},"references/compile-commands.md",{"path":1942,"priority":352},"references/detection-strategy.md",{"path":1944,"priority":352},"references/ir-analysis.md",{"path":1946,"priority":352},"references/mcp-analysis.md",{"path":1948,"priority":352},"references/poc-generation.md",{"path":1950,"priority":352},"references/rust-zeroization-patterns.md",{"path":1952,"priority":1119},"tools/analyze_asm.sh",{"path":1954,"priority":1119},"tools/analyze_cfg.py",{"path":1956,"priority":1119},"tools/analyze_heap.sh",{"path":1958,"priority":1119},"tools/analyze_ir_semantic.py",{"path":1960,"priority":1119},"tools/diff_ir.sh",{"path":1962,"priority":1119},"tools/diff_rust_mir.sh",{"path":1964,"priority":1119},"tools/emit_asm.sh",{"path":1966,"priority":1119},"tools/emit_ir.sh",{"path":1968,"priority":1119},"tools/emit_rust_asm.sh",{"path":1970,"priority":1119},"tools/emit_rust_ir.sh",{"path":1972,"priority":1119},"tools/emit_rust_mir.sh",{"path":1974,"priority":1119},"tools/extract_compile_flags.py",{"path":1976,"priority":1119},"tools/generate_poc.py",{"path":1978,"priority":1119},"tools/mcp/apply_confidence_gates.py",{"path":1980,"priority":1119},"tools/mcp/check_mcp.sh",{"path":1982,"priority":1119},"tools/mcp/normalize_mcp_evidence.py",{"path":1984,"priority":1119},"tools/scripts/check_llvm_patterns.py",{"path":1986,"priority":1119},"tools/scripts/check_mir_patterns.py",{"path":1988,"priority":1119},"tools/scripts/check_rust_asm.py",{"path":1990,"priority":1119},"tools/scripts/check_rust_asm_aarch64.py",{"path":1992,"priority":1119},"tools/scripts/check_rust_asm_x86.py",{"path":1994,"priority":1119},"tools/scripts/find_dangerous_apis.py",{"path":1996,"priority":1119},"tools/scripts/semantic_audit.py",{"path":1998,"priority":1119},"tools/track_dataflow.sh",{"path":2000,"priority":1119},"tools/validate_rust_toolchain.sh",{"basePath":424,"installMethods":2002,"rationale":2004,"selectedPaths":2005,"source":339,"sourceLanguage":18,"type":2011},{"pypi":2003},"ct-analyzer","cli ecosystem detected at plugins/constant-time-analysis",[2006,2008,2009],{"path":2007,"priority":333},"pyproject.toml",{"path":335,"priority":333},{"path":2010,"priority":352},"ct_analyzer/analyzer.py","cli",{"sources":2013},[2014],"manual",{"closedIssues90d":240,"description":2016,"forks":241,"license":247,"openIssues90d":242,"pushedAt":243,"readmeSize":238,"stars":244,"topics":2017},"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows",[2018],"agent-skills",{"classifiedAt":2020,"discoverAt":2021,"extractAt":2022,"githubAt":2022,"updatedAt":2020},1778698175241,1778698169543,1778698173272,[221,220,224,222,223],{"evaluatedAt":250,"extractAt":298,"updatedAt":250},[],[2027,2064,2082,2101,2130,2158],{"_creationTime":2028,"_id":2029,"community":2030,"display":2031,"identity":2037,"providers":2042,"relations":2057,"tags":2060,"workflow":2061},1778675056600.249,"k176bgqbfa54d9kxrf8abw5j9s86mhr5",{"reviewCount":8},{"description":2032,"installMethods":2033,"name":2035,"sourceUrl":2036},"Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to \"design REST APIs\", \"optimize database queries\", \"implement authentication\", \"build microservices\", \"review backend code\", \"set up GraphQL\", \"handle database migrations\", or \"load test APIs\". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.",{"claudeCode":2034},"alirezarezvani/claude-skills","Senior Backend Engineer","https://github.com/alirezarezvani/claude-skills",{"basePath":2038,"githubOwner":2039,"githubRepo":2040,"locale":18,"slug":2041,"type":256},"engineering-team/skills/senior-backend","alirezarezvani","claude-skills","senior-backend",{"evaluate":2043,"extract":2055},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2044,"tags":2045,"targetMarket":225,"tier":226},100,[2046,2047,2048,2049,2050,2051,2052,2053,2054,222,223],"backend","api","rest","microservices","database","postgresql","typescript","node-js","express",{"commitSha":288,"license":2056},"MIT",{"parentExtensionId":2058,"repoId":2059},"k179s2ynpr6g927zdzf23zrhad86net8","kd7ff9s1w43mfyy1n7hf87816186m6px",[2047,2046,2050,2054,2049,2053,2051,2048,222,223,2052],{"evaluatedAt":2062,"extractAt":2063,"updatedAt":2062},1778683394838,1778675056600,{"_creationTime":2065,"_id":2066,"community":2067,"display":2068,"identity":2071,"providers":2072,"relations":2078,"tags":2079,"workflow":2080},1778698175626.3323,"k17bk0ygev04txmf5hp1cpqzkh86nnyz",{"reviewCount":8},{"description":1678,"installMethods":2069,"name":2070,"sourceUrl":14},{"claudeCode":12},"libFuzzer",{"basePath":1677,"githubOwner":253,"githubRepo":254,"locale":18,"slug":1679,"type":256},{"evaluate":2073,"extract":2077},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":2074,"targetMarket":225,"tier":226},[220,221,2075,2076,222,223],"llvm","clang",{"commitSha":288,"license":247},{"parentExtensionId":259,"repoId":294},[221,2076,220,2075,222,223],{"evaluatedAt":2081,"extractAt":298,"updatedAt":2081},1778699756195,{"_creationTime":2083,"_id":2084,"community":2085,"display":2086,"identity":2089,"providers":2090,"relations":2097,"tags":2098,"workflow":2099},1778698175626.3298,"k178y11whcnef18q1q70jax4e186njj8",{"reviewCount":8},{"description":1601,"installMethods":2087,"name":2088,"sourceUrl":14},{"claudeCode":12},"AddressSanitizer",{"basePath":1600,"githubOwner":253,"githubRepo":254,"locale":18,"slug":1602,"type":256},{"evaluate":2091,"extract":2096},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2092,"tags":2093,"targetMarket":225,"tier":286},85,[220,2094,221,2095,222],"memory-safety","debugging",{"commitSha":288,"license":247},{"parentExtensionId":259,"repoId":294},[221,2095,220,2094,222],{"evaluatedAt":2100,"extractAt":298,"updatedAt":2100},1778699595481,{"_creationTime":2102,"_id":2103,"community":2104,"display":2105,"identity":2111,"providers":2116,"relations":2124,"tags":2126,"workflow":2127},1778696691708.3035,"k17br1j5s86ae90zqeyd7zcg2586mkwr",{"reviewCount":8},{"description":2106,"installMethods":2107,"name":2109,"sourceUrl":2110},"Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n",{"claudeCode":2108},"ruvnet/ruflo","Performance Analysis","https://github.com/ruvnet/ruflo",{"basePath":2112,"githubOwner":2113,"githubRepo":2114,"locale":18,"slug":2115,"type":256},".claude/skills/performance-analysis","ruvnet","ruflo","performance-analysis",{"evaluate":2117,"extract":2123},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2044,"tags":2118,"targetMarket":225,"tier":226},[224,284,2119,2120,2121,2122],"optimization","claude-flow","bottleneck-detection","reporting",{"commitSha":288,"license":2056},{"repoId":2125},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[284,2121,2120,2119,224,2122],{"evaluatedAt":2128,"extractAt":2129,"updatedAt":2128},1778699217174,1778696691708,{"_creationTime":2131,"_id":2132,"community":2133,"display":2134,"identity":2140,"providers":2144,"relations":2151,"tags":2153,"workflow":2154},1778698447161.8718,"k177rfsx01xb3yk52thpk5mqx986mpzp",{"reviewCount":8},{"description":2135,"installMethods":2136,"name":2138,"sourceUrl":2139},"Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag",{"claudeCode":2137},"vercel-labs/next-skills","next-cache-components","https://github.com/vercel-labs/next-skills",{"basePath":2141,"githubOwner":2142,"githubRepo":2143,"locale":18,"slug":2138,"type":256},"skills/next-cache-components","vercel-labs","next-skills",{"evaluate":2145,"extract":2150},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2044,"tags":2146,"targetMarket":225,"tier":226},[2147,2148,2149,224,305],"nextjs","react","caching",{"commitSha":288},{"repoId":2152},"kd74j5yynpnjmajhqjs5k1yd1186m086",[2149,305,2147,224,2148],{"evaluatedAt":2155,"extractAt":2156,"updatedAt":2157},1778698475220,1778698447161,1778698524765,{"_creationTime":2159,"_id":2160,"community":2161,"display":2162,"identity":2168,"providers":2172,"relations":2179,"tags":2182,"workflow":2183},1778694149049.3467,"k175wmq2n17n23xzphj2zzt3qs86n3xd",{"reviewCount":8},{"description":2163,"installMethods":2164,"name":2166,"sourceUrl":2167},"Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool exhaustion), optimizing performance issues related to connections. This includes scenarios like building serverless functions with MongoDB, creating API endpoints that use MongoDB, optimizing high-traffic MongoDB applications, creating long-running tasks and concurrency, or debugging connection-related failures.",{"claudeCode":2165},"mongodb/agent-skills","MongoDB Connection Optimizer","https://github.com/mongodb/agent-skills",{"basePath":2169,"githubOwner":2170,"githubRepo":2018,"locale":18,"slug":2171,"type":256},"skills/mongodb-connection","mongodb","mongodb-connection",{"evaluate":2173,"extract":2177},{"promptVersionExtension":213,"promptVersionScoring":214,"score":2044,"tags":2174,"targetMarket":225,"tier":226},[2170,2050,2175,224,2119,2176],"connection","configuration",{"commitSha":288,"license":2178},"Apache-2.0",{"parentExtensionId":2180,"repoId":2181},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5",[2176,2175,2050,2170,2119,224],{"evaluatedAt":2184,"extractAt":2185,"updatedAt":2186},1778694243014,1778694149049,1778694461446]