Scitex Audit

scitex-audit

aibot88 Updated 3 repo stars

File contents

scitex-audit

Single-entry security scanner. One audit() call dispatches across the installed checker backends and merges their findings.

Installation & import (two equivalent paths)

The same module is reachable via two install paths. Both forms work at runtime; which one a user has depends on their install choice.

# Standalone — pip install scitex-audit
import scitex_audit
scitex_audit.audit(...)

# Umbrella — pip install scitex
import scitex.audit
scitex.audit.audit(...)

pip install scitex-audit alone does NOT expose the scitex namespace; import scitex.audit raises ModuleNotFoundError. To use the scitex.audit form, also pip install scitex.

See [../../general/02_interface-python-api.md] for the ecosystem-wide rule and empirical verification table.

Sub-skills

Core

  • 01_quick-start — Minimal usage, all checks / subset
  • 02_python-api — audit() signature and result schema
  • 03_checkers — The four checker backends

Interface

  • 10_cli-reference — scitex audit subcommand (via parent CLI)

aibot88/sec_skill_store/tree/main/skills/claudskills/scitex-audit commit 213cc299de

Frequently asked questions

npx skillmds@latest add aibot88/scitex-audit