Skip to main content
trailofbits
Perfil de criador do GitHub

trailofbits

Visão por repositório de 135 skills coletadas em 10 repositórios do GitHub.

skills coletadas
135
repositórios
10
atualizado
2 de set. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
skills
83 skills · 2 de set. de 2026
Desenvolvedores de softwareAnalistas de segurança da informaçãoAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informáticaSupervisores de primeira linha de trabalhadores de serviços de jogos
5 categorias ocupacionais · 43% classificado
61%participação
#02
skills-curated
31 skills · 14 de jul. de 2026
Desenvolvedores de softwareAnalistas de segurança da informaçãoAnalistas de pesquisa de mercado e especialistas em marketingDesenvolvedores webEditores de desktopOutras ocupações de informática
11 categorias ocupacionais · 100% classificado
23%participação
#03
codex-config
7 skills · 1 de set. de 2026
classificação pendente
5,2%participação
#04
overtly-malicious-skills
4 skills · 4 de mai. de 2026
Desenvolvedores de softwareEscriturários gerais de escritório
2 categorias ocupacionais · 100% classificado
3%participação
#05
buttercup
3 skills · 3 de ago. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computador
2 categorias ocupacionais · 100% classificado
2,2%participação
#06
mewt
2 skills · 18 de jun. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1,5%participação
#07
coop
2 skills · 17 de jul. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
1,5%participação
#08
necessist
1 skills · 15 de ago. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
0,7%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

slicing-code-context
Desenvolvedores de software

Selects bounded, graph-informed source slices with Trailmark and delegates focused code analysis or patch-proposal work to a smaller subagent. Use when offloading function-, class-, caller-, callee-, call-path-, entrypoint-, or line-focused code tasks to…

2 de set. de 2026
yara-rule-authoring
Analistas de segurança da informação

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…

2 de set. de 2026
burpsuite-project-parser
sem classificação

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…

1 de set. de 2026
second-opinion
sem classificação

Runs external LLM code reviews (OpenAI Codex or Google Antigravity CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, antigravity review, or mentions…

1 de set. de 2026
vulnerability-triage-brocards
sem classificação

This skill should be used when the user asks to "triage a vulnerability report", "assess a CVE", "evaluate a bug bounty submission", "decide if a finding is valid", "review a security finding", "dismiss a vulnerability", "should we fix this CVE", "prioritize…

1 de set. de 2026
algorand-vulnerability-scanner
sem classificação

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).

31 de ago. de 2026
cairo-vulnerability-scanner
sem classificação

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.

31 de ago. de 2026
solana-vulnerability-scanner
sem classificação

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.

31 de ago. de 2026
Mostrando 8 de 83 skills coletadas.
grilling
Especialistas em gestão de projetos

Interviews the user relentlessly about a plan, decision, or idea until every branch of the decision tree is resolved. Use when the user wants to stress-test their thinking, sharpen a plan or design before acting, or uses any 'grill' trigger phrase (e.g.…

14 de jul. de 2026
handoff
Desenvolvedores de software

Compacts the current conversation into a handoff document so a fresh agent can continue the work in a new session.

14 de jul. de 2026
teach
Professores do ensino superior, todos os outros

Teaches the user a new skill or concept over multiple sessions, using the current directory as a stateful teaching workspace with lessons, learning records, and reference materials.

14 de jul. de 2026
writing-great-skills
Outras ocupações de informática

Reference for writing and editing agent skills well — the vocabulary and principles that make a skill predictable. Consult when authoring, reviewing, or pruning a SKILL.md.

14 de jul. de 2026
humanizer
Editores

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism,…

23 de fev. de 2026
ffuf-web-fuzzing
Analistas de segurança da informação

Expert guidance for ffuf web fuzzing during authorized penetration testing. Covers directory discovery, subdomain enumeration, parameter fuzzing, authenticated fuzzing with raw requests, auto-calibration, and result analysis. Use when running ffuf scans,…

23 de fev. de 2026
planning-with-files
Desenvolvedores de software

Implements file-based planning for complex multi-step tasks. Creates task_plan.md, findings.md, and progress.md as persistent working memory. Use when starting tasks requiring >5 tool calls, multi-phase projects, research, or any work where losing track of…

23 de fev. de 2026
skill-extractor
Outras ocupações de informática

Extracts reusable skills from work sessions. Use when: (1) a non-obvious problem was solved worth preserving, (2) a pattern was discovered that would help future sessions, (3) a workaround or debugging technique needs documentation. Manual invocation only via…

23 de fev. de 2026
Mostrando 8 de 31 skills coletadas.
development-standards
sem classificação

Apply implementation standards only when a task requires changes to code, tests, dependencies, build configuration, shell scripts, or CI. Do not invoke for diagnosis or advice without code changes, documentation-only work, or chat.

1 de set. de 2026
fix-github-issue
sem classificação

Implement a GitHub issue end to end: research, branch, code, verify, review, push, open a pull request, and update the issue. Use when asked to fix or implement a specific GitHub issue.

1 de set. de 2026
install-codex-config
sem classificação

Install or update this organization's Codex configuration from repo-local files into the user's Codex home. Use when asked to set up, install, update, bootstrap, or sync this Codex configuration, including the global AGENTS template, config.toml, hooks,…

1 de set. de 2026
merge-dependabot-prs
sem classificação

Discover, evaluate, and optionally merge open Dependabot pull requests with dependency-aware ordering and post-merge verification. Use when asked to process or merge Dependabot PRs for a repository.

1 de set. de 2026
review-and-fix-pr
sem classificação

Review a specific GitHub pull request, consolidate findings, fix P1-P3 issues, verify the changes, push a fix commit, and post a summary. Use when asked to review and fix a PR by number.

1 de set. de 2026
security-research-hygiene
sem classificação

Apply finding hygiene during authorized security audits, vulnerability research, fuzzing, exploit validation, and triage. Do not use for ordinary secure coding, generic code review, or unapproved target testing.

1 de set. de 2026
technical-writing
sem classificação

Write or revise durable technical prose such as READMEs, reports, findings, runbooks, design notes, and pull-request descriptions. Do not use for ordinary chat replies or code-only changes.

1 de set. de 2026
Mostrando 10 de 10 repositórios
Todos os repositórios foram exibidos