RAXIT - Runtime AI eXecution Integrity & Trust
Project description
raxit
RAXIT - Runtime AI eXecution Integrity & Trust
Security scanner for AI agent codebases. Detects agents, tools, trust boundaries, and generates an Agent Assets Schema.
Installation
pip install raxit
Usage
import raxit
# Scan a project and get parsed results
result = raxit.scan("./my-agent-project")
print(f"Found {len(result.get('agents', []))} agents")
print(f"Found {len(result.get('tools', []))} tools")
# Get raw YAML output
yaml_output = raxit.scan_raw("./my-agent-project", format="yaml")
# Check version
print(raxit.version())
CLI
The raxit binary is also available directly:
raxit init ./my-agent-project
raxit init . --format json --output -
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
raxit-0.1.2.tar.gz
(1.4 MB
view details)
File details
Details for the file raxit-0.1.2.tar.gz.
File metadata
- Download URL: raxit-0.1.2.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0912e4f2e0d0d3e6c7e782393cfebdf594edca8ea71a6916c39ce5ef047a6f77
|
|
| MD5 |
aa23baedb9fb5766bd67ff409c83ecf5
|
|
| BLAKE2b-256 |
84960b59b3e7abc31c0b67b98af8137a498bac748514e7569dcd4ffe0d4c351c
|