{"categories":[{"label":"Security","url":"https://skillfed.io/packages/category/security"}],"enrichment":{"capability":"pyseccomp provides a pure-Python interface to libseccomp via ctypes, allowing you to define and enforce system call filtering policies.","skillfed_tags":["sandboxing","system-calls","abandoned"],"use_cases":["Sandboxing untrusted code by restricting system calls available to a subprocess.","Building container or isolation tools that need seccomp policy configuration.","Providing an alternative seccomp interface when other options are unavailable.","Testing or prototyping seccomp policies in pure-Python environments."],"what_it_does":"pyseccomp is a pure-Python ctypes wrapper around libseccomp, the Linux system call filtering library. It allows you to programmatically define seccomp policies\u2014rules that restrict which system calls a process may invoke. The package is designed as an alternative when native bindings are unavailable, and is API compatible with libseccomp's own Python bindings.\n\nThe package has been abandoned since early 2021 and receives no maintenance. It targets Python 3.6, 3.7, and 3.8, and depends only on the system libseccomp library, making installation frictionless. However, its age means compatibility with modern Python versions and current libseccomp APIs is unverified.","worth_installing":"No, unless you have a specific reason to need this package. The package is abandoned, untested on modern Python versions, and offers no advantage over maintained alternatives. Use it only as a last-resort fallback when other options cannot be installed."},"id":"pyseccomp","links":{"html":"https://skillfed.io/packages/pyseccomp","md":"https://skillfed.io/packages/pyseccomp.md","pypi":"https://pypi.org/project/pyseccomp/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-01-02","license_spdx":null,"license_treatment":"permissive","name":"pyseccomp","python_support":"supports_current","summary":"An interface to libseccomp using ctypes. API compatible with libseccomp's Python bindings."},"popularity":{"monthly_downloads":1928285,"position":3425,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.1.2"}
