[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-trail-of-bits-gh-cli":3,"mdc--1q0ao4-key":35,"related-repo-trail-of-bits-gh-cli":340,"related-org-trail-of-bits-gh-cli":442},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":30,"sourceUrl":33,"mdContent":34},"gh-cli","manage GitHub workflows with gh CLI","Enforces authenticated gh CLI workflows over unauthenticated curl\u002FWebFetch patterns. Use when working with GitHub URLs, API access, pull requests, or issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"trail-of-bits","Trail of Bits","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ftrail-of-bits.png","trailofbits",[13,17,20],{"name":14,"slug":15,"type":16},"GitHub","github","tag",{"name":18,"slug":19,"type":16},"CLI","cli",{"name":21,"slug":22,"type":16},"Pull Requests","pull-requests",6139,"https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills","2026-07-17T06:06:17.893977",null,541,[29],"agent-skills",{"repoUrl":24,"stars":23,"forks":27,"topics":31,"description":32},[29],"Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows","https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills\u002Ftree\u002FHEAD\u002Fplugins\u002Fgh-cli\u002Fskills\u002Fgh-cli","---\nname: gh-cli\ndescription: Enforces authenticated gh CLI workflows over unauthenticated curl\u002FWebFetch patterns. Use when working with GitHub URLs, API access, pull requests, or issues.\n---\n\n# gh-cli\n\n## When to Use\n\n- Working with GitHub repositories, pull requests, issues, releases, or raw file URLs.\n- You need authenticated access to private repositories or higher API rate limits.\n- You are about to use `curl`, `wget`, or unauthenticated web fetches against GitHub.\n\n## When NOT to Use\n\n- The target is not GitHub.\n- Plain local git operations already solve the task.\n\n## Guidance\n\nPrefer the authenticated `gh` CLI over raw HTTP fetches for GitHub content. In particular:\n\n- Prefer `gh repo view`, `gh pr view`, `gh pr list`, `gh issue view`, and `gh api` over unauthenticated `curl` or `wget`.\n- Prefer cloning a repository and reading files locally over fetching `raw.githubusercontent.com` blobs directly.\n- Avoid using GitHub API `\u002Fcontents\u002F` endpoints as a substitute for cloning and reading repository files.\n\nExamples:\n\n```sh\ngh repo view owner\u002Frepo\ngh pr view 123 --repo owner\u002Frepo\ngh api repos\u002Fowner\u002Frepo\u002Fpulls\n```\n\nFor the hook implementation, see:\n- `plugins\u002Fgh-cli\u002FREADME.md`\n- `plugins\u002Fgh-cli\u002Fhooks\u002F`\n",{"data":36,"body":37},{"name":4,"description":6},{"type":38,"children":39},"root",[40,47,54,91,97,110,116,130,215,220,308,313,334],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":4},"text",{"type":41,"tag":48,"props":49,"children":51},"h2",{"id":50},"when-to-use",[52],{"type":46,"value":53},"When to Use",{"type":41,"tag":55,"props":56,"children":57},"ul",{},[58,64,69],{"type":41,"tag":59,"props":60,"children":61},"li",{},[62],{"type":46,"value":63},"Working with GitHub repositories, pull requests, issues, releases, or raw file URLs.",{"type":41,"tag":59,"props":65,"children":66},{},[67],{"type":46,"value":68},"You need authenticated access to private repositories or higher API rate limits.",{"type":41,"tag":59,"props":70,"children":71},{},[72,74,81,83,89],{"type":46,"value":73},"You are about to use ",{"type":41,"tag":75,"props":76,"children":78},"code",{"className":77},[],[79],{"type":46,"value":80},"curl",{"type":46,"value":82},", ",{"type":41,"tag":75,"props":84,"children":86},{"className":85},[],[87],{"type":46,"value":88},"wget",{"type":46,"value":90},", or unauthenticated web fetches against GitHub.",{"type":41,"tag":48,"props":92,"children":94},{"id":93},"when-not-to-use",[95],{"type":46,"value":96},"When NOT to Use",{"type":41,"tag":55,"props":98,"children":99},{},[100,105],{"type":41,"tag":59,"props":101,"children":102},{},[103],{"type":46,"value":104},"The target is not GitHub.",{"type":41,"tag":59,"props":106,"children":107},{},[108],{"type":46,"value":109},"Plain local git operations already solve the task.",{"type":41,"tag":48,"props":111,"children":113},{"id":112},"guidance",[114],{"type":46,"value":115},"Guidance",{"type":41,"tag":117,"props":118,"children":119},"p",{},[120,122,128],{"type":46,"value":121},"Prefer the authenticated ",{"type":41,"tag":75,"props":123,"children":125},{"className":124},[],[126],{"type":46,"value":127},"gh",{"type":46,"value":129}," CLI over raw HTTP fetches for GitHub content. In particular:",{"type":41,"tag":55,"props":131,"children":132},{},[133,189,202],{"type":41,"tag":59,"props":134,"children":135},{},[136,138,144,145,151,152,158,159,165,167,173,175,180,182,187],{"type":46,"value":137},"Prefer ",{"type":41,"tag":75,"props":139,"children":141},{"className":140},[],[142],{"type":46,"value":143},"gh repo view",{"type":46,"value":82},{"type":41,"tag":75,"props":146,"children":148},{"className":147},[],[149],{"type":46,"value":150},"gh pr view",{"type":46,"value":82},{"type":41,"tag":75,"props":153,"children":155},{"className":154},[],[156],{"type":46,"value":157},"gh pr list",{"type":46,"value":82},{"type":41,"tag":75,"props":160,"children":162},{"className":161},[],[163],{"type":46,"value":164},"gh issue view",{"type":46,"value":166},", and ",{"type":41,"tag":75,"props":168,"children":170},{"className":169},[],[171],{"type":46,"value":172},"gh api",{"type":46,"value":174}," over unauthenticated ",{"type":41,"tag":75,"props":176,"children":178},{"className":177},[],[179],{"type":46,"value":80},{"type":46,"value":181}," or ",{"type":41,"tag":75,"props":183,"children":185},{"className":184},[],[186],{"type":46,"value":88},{"type":46,"value":188},".",{"type":41,"tag":59,"props":190,"children":191},{},[192,194,200],{"type":46,"value":193},"Prefer cloning a repository and reading files locally over fetching ",{"type":41,"tag":75,"props":195,"children":197},{"className":196},[],[198],{"type":46,"value":199},"raw.githubusercontent.com",{"type":46,"value":201}," blobs directly.",{"type":41,"tag":59,"props":203,"children":204},{},[205,207,213],{"type":46,"value":206},"Avoid using GitHub API ",{"type":41,"tag":75,"props":208,"children":210},{"className":209},[],[211],{"type":46,"value":212},"\u002Fcontents\u002F",{"type":46,"value":214}," endpoints as a substitute for cloning and reading repository files.",{"type":41,"tag":117,"props":216,"children":217},{},[218],{"type":46,"value":219},"Examples:",{"type":41,"tag":221,"props":222,"children":227},"pre",{"className":223,"code":224,"language":225,"meta":226,"style":226},"language-sh shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","gh repo view owner\u002Frepo\ngh pr view 123 --repo owner\u002Frepo\ngh api repos\u002Fowner\u002Frepo\u002Fpulls\n","sh","",[228],{"type":41,"tag":75,"props":229,"children":230},{"__ignoreMap":226},[231,258,290],{"type":41,"tag":232,"props":233,"children":236},"span",{"class":234,"line":235},"line",1,[237,242,248,253],{"type":41,"tag":232,"props":238,"children":240},{"style":239},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[241],{"type":46,"value":127},{"type":41,"tag":232,"props":243,"children":245},{"style":244},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[246],{"type":46,"value":247}," repo",{"type":41,"tag":232,"props":249,"children":250},{"style":244},[251],{"type":46,"value":252}," view",{"type":41,"tag":232,"props":254,"children":255},{"style":244},[256],{"type":46,"value":257}," owner\u002Frepo\n",{"type":41,"tag":232,"props":259,"children":261},{"class":234,"line":260},2,[262,266,271,275,281,286],{"type":41,"tag":232,"props":263,"children":264},{"style":239},[265],{"type":46,"value":127},{"type":41,"tag":232,"props":267,"children":268},{"style":244},[269],{"type":46,"value":270}," pr",{"type":41,"tag":232,"props":272,"children":273},{"style":244},[274],{"type":46,"value":252},{"type":41,"tag":232,"props":276,"children":278},{"style":277},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[279],{"type":46,"value":280}," 123",{"type":41,"tag":232,"props":282,"children":283},{"style":244},[284],{"type":46,"value":285}," --repo",{"type":41,"tag":232,"props":287,"children":288},{"style":244},[289],{"type":46,"value":257},{"type":41,"tag":232,"props":291,"children":293},{"class":234,"line":292},3,[294,298,303],{"type":41,"tag":232,"props":295,"children":296},{"style":239},[297],{"type":46,"value":127},{"type":41,"tag":232,"props":299,"children":300},{"style":244},[301],{"type":46,"value":302}," api",{"type":41,"tag":232,"props":304,"children":305},{"style":244},[306],{"type":46,"value":307}," repos\u002Fowner\u002Frepo\u002Fpulls\n",{"type":41,"tag":117,"props":309,"children":310},{},[311],{"type":46,"value":312},"For the hook implementation, see:",{"type":41,"tag":55,"props":314,"children":315},{},[316,325],{"type":41,"tag":59,"props":317,"children":318},{},[319],{"type":41,"tag":75,"props":320,"children":322},{"className":321},[],[323],{"type":46,"value":324},"plugins\u002Fgh-cli\u002FREADME.md",{"type":41,"tag":59,"props":326,"children":327},{},[328],{"type":41,"tag":75,"props":329,"children":331},{"className":330},[],[332],{"type":46,"value":333},"plugins\u002Fgh-cli\u002Fhooks\u002F",{"type":41,"tag":335,"props":336,"children":337},"style",{},[338],{"type":46,"value":339},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":341,"total":441},[342,361,371,391,406,419,431],{"slug":343,"name":343,"fn":344,"description":345,"org":346,"tags":347,"stars":23,"repoUrl":24,"updatedAt":360},"address-sanitizer","detect memory errors during fuzzing","AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C\u002FC++ code to find buffer overflows and use-after-free bugs.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[348,351,354,357],{"name":349,"slug":350,"type":16},"C#","c",{"name":352,"slug":353,"type":16},"Debugging","debugging",{"name":355,"slug":356,"type":16},"Security","security",{"name":358,"slug":359,"type":16},"Testing","testing","2026-07-17T06:05:14.925095",{"slug":362,"name":362,"fn":363,"description":364,"org":365,"tags":366,"stars":23,"repoUrl":24,"updatedAt":370},"aflpp","perform multi-core fuzzing of C\u002FC++ projects","AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C\u002FC++ projects.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[367,368,369],{"name":349,"slug":350,"type":16},{"name":355,"slug":356,"type":16},{"name":358,"slug":359,"type":16},"2026-07-17T06:05:12.433192",{"slug":372,"name":372,"fn":373,"description":374,"org":375,"tags":376,"stars":23,"repoUrl":24,"updatedAt":390},"agentic-actions-auditor","audit GitHub Actions for security vulnerabilities","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\u002FCD 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\u002FCD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[377,380,383,386,389],{"name":378,"slug":379,"type":16},"Agents","agents",{"name":381,"slug":382,"type":16},"CI\u002FCD","ci-cd",{"name":384,"slug":385,"type":16},"Code Analysis","code-analysis",{"name":387,"slug":388,"type":16},"GitHub Actions","github-actions",{"name":355,"slug":356,"type":16},"2026-07-18T05:47:48.564744",{"slug":392,"name":392,"fn":393,"description":394,"org":395,"tags":396,"stars":23,"repoUrl":24,"updatedAt":405},"algorand-vulnerability-scanner","scan Algorand smart contracts for vulnerabilities","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\u002FPyTeal).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[397,400,401,402],{"name":398,"slug":399,"type":16},"Audit","audit",{"name":384,"slug":385,"type":16},{"name":355,"slug":356,"type":16},{"name":403,"slug":404,"type":16},"Smart Contracts","smart-contracts","2026-07-18T05:47:43.989063",{"slug":407,"name":407,"fn":408,"description":409,"org":410,"tags":411,"stars":23,"repoUrl":24,"updatedAt":418},"ask-questions-if-underspecified","clarify requirements before implementation","Clarify requirements before implementing. Use when serious doubts arise.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[412,415],{"name":413,"slug":414,"type":16},"Engineering","engineering",{"name":416,"slug":417,"type":16},"Productivity","productivity","2026-07-17T06:05:33.543262",{"slug":420,"name":420,"fn":421,"description":422,"org":423,"tags":424,"stars":23,"repoUrl":24,"updatedAt":430},"atheris","fuzz Python code with Atheris","Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[425,428,429],{"name":426,"slug":427,"type":16},"Python","python",{"name":355,"slug":356,"type":16},{"name":358,"slug":359,"type":16},"2026-07-17T06:05:14.575191",{"slug":432,"name":432,"fn":433,"description":434,"org":435,"tags":436,"stars":23,"repoUrl":24,"updatedAt":440},"audit-augmentation","augment code graphs with audit findings","Augments Trailmark code graphs with external audit findings from SARIF static analysis results, weAudit annotation files, and version-gated Trailmark 0.4.x binary-analysis graph exports. 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, importing binary graph findings, cross-referencing Semgrep, CodeQL, or binary-analysis findings with call graph data, or visualizing audit findings in the context of code structure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[437,438,439],{"name":398,"slug":399,"type":16},{"name":384,"slug":385,"type":16},{"name":355,"slug":356,"type":16},"2026-08-01T05:44:54.920542",77,{"items":443,"total":545},[444,451,457,465,472,477,483,489,502,513,523,534],{"slug":343,"name":343,"fn":344,"description":345,"org":445,"tags":446,"stars":23,"repoUrl":24,"updatedAt":360},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[447,448,449,450],{"name":349,"slug":350,"type":16},{"name":352,"slug":353,"type":16},{"name":355,"slug":356,"type":16},{"name":358,"slug":359,"type":16},{"slug":362,"name":362,"fn":363,"description":364,"org":452,"tags":453,"stars":23,"repoUrl":24,"updatedAt":370},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[454,455,456],{"name":349,"slug":350,"type":16},{"name":355,"slug":356,"type":16},{"name":358,"slug":359,"type":16},{"slug":372,"name":372,"fn":373,"description":374,"org":458,"tags":459,"stars":23,"repoUrl":24,"updatedAt":390},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[460,461,462,463,464],{"name":378,"slug":379,"type":16},{"name":381,"slug":382,"type":16},{"name":384,"slug":385,"type":16},{"name":387,"slug":388,"type":16},{"name":355,"slug":356,"type":16},{"slug":392,"name":392,"fn":393,"description":394,"org":466,"tags":467,"stars":23,"repoUrl":24,"updatedAt":405},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[468,469,470,471],{"name":398,"slug":399,"type":16},{"name":384,"slug":385,"type":16},{"name":355,"slug":356,"type":16},{"name":403,"slug":404,"type":16},{"slug":407,"name":407,"fn":408,"description":409,"org":473,"tags":474,"stars":23,"repoUrl":24,"updatedAt":418},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[475,476],{"name":413,"slug":414,"type":16},{"name":416,"slug":417,"type":16},{"slug":420,"name":420,"fn":421,"description":422,"org":478,"tags":479,"stars":23,"repoUrl":24,"updatedAt":430},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[480,481,482],{"name":426,"slug":427,"type":16},{"name":355,"slug":356,"type":16},{"name":358,"slug":359,"type":16},{"slug":432,"name":432,"fn":433,"description":434,"org":484,"tags":485,"stars":23,"repoUrl":24,"updatedAt":440},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[486,487,488],{"name":398,"slug":399,"type":16},{"name":384,"slug":385,"type":16},{"name":355,"slug":356,"type":16},{"slug":490,"name":490,"fn":491,"description":492,"org":493,"tags":494,"stars":23,"repoUrl":24,"updatedAt":501},"audit-context-building","build architectural context for code analysis","Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[495,498,499,500],{"name":496,"slug":497,"type":16},"Architecture","architecture",{"name":398,"slug":399,"type":16},{"name":384,"slug":385,"type":16},{"name":413,"slug":414,"type":16},"2026-07-18T05:47:40.122449",{"slug":503,"name":503,"fn":504,"description":505,"org":506,"tags":507,"stars":23,"repoUrl":24,"updatedAt":512},"audit-prep-assistant","prepare codebases for security audits","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).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[508,509,510,511],{"name":398,"slug":399,"type":16},{"name":384,"slug":385,"type":16},{"name":413,"slug":414,"type":16},{"name":355,"slug":356,"type":16},"2026-07-18T05:47:39.210985",{"slug":514,"name":514,"fn":515,"description":516,"org":517,"tags":518,"stars":23,"repoUrl":24,"updatedAt":522},"burpsuite-project-parser","parse Burp Suite project files","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[519,520,521],{"name":398,"slug":399,"type":16},{"name":18,"slug":19,"type":16},{"name":355,"slug":356,"type":16},"2026-07-17T06:05:33.198077",{"slug":524,"name":524,"fn":525,"description":526,"org":527,"tags":528,"stars":23,"repoUrl":24,"updatedAt":533},"c-review","audit C and C++ code","Performs comprehensive C\u002FC++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C\u002FC++ applications, reviewing daemons or services for memory safety, or hunting integer overflow \u002F use-after-free \u002F race conditions in userspace code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[529,530,531,532],{"name":398,"slug":399,"type":16},{"name":349,"slug":350,"type":16},{"name":384,"slug":385,"type":16},{"name":355,"slug":356,"type":16},"2026-07-17T06:05:11.333374",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":23,"repoUrl":24,"updatedAt":544},"cairo-vulnerability-scanner","scan Cairo and StarkNet contracts for vulnerabilities","Scans Cairo\u002FStarkNet 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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[540,541,542,543],{"name":398,"slug":399,"type":16},{"name":384,"slug":385,"type":16},{"name":355,"slug":356,"type":16},{"name":403,"slug":404,"type":16},"2026-07-18T05:47:42.84568",111]