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
1---2name: scitex-audit3description: scitex-audit4---56# scitex-audit78Single-entry security scanner. One `audit()` call dispatches across the9installed checker backends and merges their findings.1011## Installation & import (two equivalent paths)1213The same module is reachable via two install paths. Both forms work at14runtime; which one a user has depends on their install choice.1516```python17# Standalone — pip install scitex-audit18import scitex_audit19scitex_audit.audit(...)2021# Umbrella — pip install scitex22import scitex.audit23scitex.audit.audit(...)24```2526`pip install scitex-audit` alone does NOT expose the `scitex` namespace;27`import scitex.audit` raises `ModuleNotFoundError`. To use the28`scitex.audit` form, also `pip install scitex`.2930See [../../general/02_interface-python-api.md] for the ecosystem-wide31rule and empirical verification table.3233## Sub-skills3435### Core3637* [01_quick-start](01_quick-start.md) — Minimal usage, all checks / subset38* [02_python-api](02_python-api.md) — `audit()` signature and result schema39* [03_checkers](03_checkers.md) — The four checker backends4041### Interface4243* [10_cli-reference](10_cli-reference.md) — `scitex audit` subcommand (via parent CLI)
Run npx skillmds@latest add aibot88/scitex-audit in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
scitex-audit It is listed under Security on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
aibot88 (@aibot88) published this skill. Their other Agent Skills are listed on their SkillMD profile.