
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
.. image:: https://readthedocs.org/projects/sysaudit/badge/?version=latest :target: https://sysaudit.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. image:: https://github.com/brettlangdon/sysaudit/workflows/Build/badge.svg?branch=main&event=push :target: https://github.com/brettlangdon/sysaudit/actions?query=branch%3Amain+workflow%3ABuild+event%3Apush :alt: Build status
Backport module of sys.audit <https://docs.python.org/3.8/library/sys.html#sys.audit>
_
and sys.addaudithook <https://docs.python.org/3.8/library/sys.html#sys.addaudithook>
_
from Python 3.8.
Note: This module does not backport any of the built-in
audit events <https://docs.python.org/3.8/library/audit_events.html#audit-events>
_.
.. code-block:: bash
pip install sysaudit
sysaudit
can be used as a drop-in replacement for sys.audit
and sys.addaudithook
.
.. code-block:: python
import sysaudit
def hook(event, args): print("Event:", event, args)
sysaudit.addaudithook(hook)
sysaudit.audit("event_name", 1, 2, dict(key="value"))
FAQs
Backport module for sys.audit and sys.addaudithook from Python 3.8
We found that sysaudit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.