Microsoft's official Playwright skill — drives a real browser from the command line using accessibility snapshots and element refs, and plans, generates and heals Playwright tests.
Trail of Bits Static AnalysisSkill
Summary
CodeQL, Semgrep and SARIF static-analysis toolkit from Trail of Bits: taint tracking, fast pattern scans and merged, deduplicated security findings for coding agents.
Features
- CodeQL databases and security query packs for Python, JS, Go, Java and C/C++
- Semgrep fast scanning with OWASP/CWE/Trail of Bits rulesets, custom rules and taint mode
- SARIF 2.1.0 parsing to aggregate, deduplicate and resolve severities across tools
- Packaged semgrep-scan and codeql-build workflows with a quality gate
- Read-only scans with hermetic, network-free test suites
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Trail of Bits' Static Analysis is a security-focused agent skill that gives a coding assistant a real vulnerability-hunting toolkit rather than generic advice. It bundles three capabilities: CodeQL for deep interprocedural taint tracking and data-flow analysis (building databases for Python, JavaScript, Go, Java and C/C++, then running security-extended and Trail of Bits query packs), Semgrep for fast pattern-based scanning with OWASP, CWE and Trail of Bits rulesets plus custom YAML rules and taint mode, and SARIF parsing to aggregate, deduplicate and triage findings across tools with correct severity resolution.
The skills are distilled from the Trail of Bits Testing Handbook, so the guidance reflects how a professional security-audit firm actually runs these tools. Two packaged workflows — semgrep-scan and codeql-build — drive an end-to-end, read-only scan and walk the CodeQL build-method ladder (autobuild, custom command, multi-step, no-build) with a quality gate, and the scan commands live in versioned scripts so critical flags like metrics-off and output-directory exclusions can't be dropped by the model.
It is aimed at developers and security engineers who want auditor-grade static analysis wired into Claude Code or another agent harness. Authored by Axel Mierczuk and Paweł Płatek and published under CC-BY-SA-4.0; install with /plugin install trailofbits/skills/plugins/static-analysis.
Related Skills
Google's official agent skill for writing production Maps Platform code — grounded in freshly fetched docs, with a demo key path that needs no billing account.
Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.