# david942j/seccomp-tools

Provide powerful tools for seccomp analysis

Repository: https://github.com/david942j/seccomp-tools
Canonical: https://ross.abutalabs.com/products/seccomp-tools
Language: Ruby
License: MIT
License Family: permissive
Topics: seccomp, seccomp-filter, seccomp-tools, tools, ctf, sandbox
Last push: 2026-08-06T05:29:27+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 72, longevity 100
- inputs: {"age_days": 3385, "days_push": 27, "days_rel": 27, "gap_med": 127.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1132, forks 74 (observed 2026-08-28T04:03:42.763641+00:00)

## What it is
A Ruby-based CLI toolkit for analyzing seccomp BPF filters, supporting dumping, disassembling, assembling, emulating, and auditing seccomp sandboxes. It is aimed primarily at CTF pwn challenges but also works for real-world seccomp filter analysis.

## Use cases
- dump seccomp bpf from an executable
- disassemble seccomp filter to readable form
- write seccomp rules easily
- emulate seccomp filter behavior
- audit seccomp filter for weaknesses
- analyze ctf pwn sandbox challenges

## When to choose
- analyzing seccomp sandboxes in CTF pwn challenges
- auditing real-world seccomp filters for escape routes
- disassembling or decompiling seccomp BPF bytecode
- assembling seccomp filter rules programmatically

## When to avoid
- enforcing seccomp policies in production at runtime
- non-Linux platforms since dump requires Linux
- general-purpose eBPF tracing outside seccomp

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, reverse-engineering, cli, developer-tools
- domain: security, developer-tools
- platform: cli, ruby
- tags: seccomp, bpf, sandbox-analysis, ctf, pwn, disassembler, emulator, command-line, linux

## Member repositories
- david942j/seccomp-tools (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:42.763641+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:37:56.743746+00:00, confidence not recorded.
  - readme: https://github.com/david942j/seccomp-tools (fetched 2026-08-28T04:03:42.763641+00:00, sha 686e906c24c0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
