Deterministic Python Security Governance CLI
Project description
PyShield CLI
PyShield is a Python-only deterministic security governance CLI designed to scan a Python repository for security vulnerabilities and code complexity, evaluate risk, and output structured reports entirely offline.
Installation
You can install PyShield CLI using pip from the local directory:
cd pyshield
pip install -e .
Usage
pyshield scan <path> [OPTIONS]
Options
<path>: Path to the Python project directory.--format: Output format. Allowed values areterminal,yaml,markdown. Default isterminal.--outputor-o: File path to save the generated report. If not provided, output defaults tostdout.
Examples
# Scan current directory and print styled output to terminal
pyshield scan .
# Scan the "src" directory and output report to a YAML file
pyshield scan ./src --format yaml --output report.yaml
# Scan and generate a Markdown report
pyshield scan ./src --format markdown --output final_report.md
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pieshield-1.0.0.tar.gz.
File metadata
- Download URL: pieshield-1.0.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93e012a5178d12da5890c3051acb2922cd44e031680f7d03363950caaf98e5cc
|
|
| MD5 |
87e726b5125d42484e50b8e359358d17
|
|
| BLAKE2b-256 |
30c18ec9b95d980e921f2b55356637f262418ad3ad3e93bad663bc7b6127b8dd
|
File details
Details for the file pieshield-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pieshield-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68876cef7de160d8e8887d4805d0093f7a2d0ba13ad5571fe729bd45b7b317da
|
|
| MD5 |
3b0fd42f17df49bb63bf436b52c9e61c
|
|
| BLAKE2b-256 |
ef5faba6643db98986427d1f4941f4a47785124bd1aaf7f11ab20e5556a4e983
|