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