SkillAgentSearch skills...

Pyseccomp

An interface to libseccomp using ctypes. API compatible with libseccomp's Python bindings.

Install / Use

/learn @cptpcrd/Pyseccomp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyseccomp

PyPI Python Versions GitHub Actions codecov

An interface to libseccomp using ctypes.

This library is API compatible with libseccomp's Python bindings, but it's available on PyPI and it's written in pure Python.

This is the intended use case:

try:
    import seccomp
except ImportError:
    import pyseccomp as seccomp
View on GitHub
GitHub Stars14
CategoryDevelopment
Updated5mo ago
Forks1

Languages

Python

Security Score

87/100

Audited on Oct 12, 2025

No findings