Python SDK for Sentinel SCA governed agent execution
Project description
Sentinel SCA Python SDK
Install:
pip install sentinel-sca
Use Sentinel before executing agent actions.
from sentinel_sca import SentinelClient
client = SentinelClient(
agent_id="agent_xxx",
private_key_pem=open("agent_private_key.pem").read(),
)
decision = client.analyze({"type": "read_url", "target": "https://example.com"})
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
sentinel_sca-0.1.0.tar.gz
(3.3 kB
view details)
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 sentinel_sca-0.1.0.tar.gz.
File metadata
- Download URL: sentinel_sca-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82f1db6ac5228951ff9dde7e317e6cc2b36f2bf86573c331f5d3d20809dd3775
|
|
| MD5 |
d4df44bc79519dff70da0cef7c969cbd
|
|
| BLAKE2b-256 |
0d7cd9d341cc3f84dc517e06fe451cfca5df3a4f628e8e62c788374689634ceb
|
File details
Details for the file sentinel_sca-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sentinel_sca-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1da11cc0328f70fac13e92b5ef79fc0f754a2891cba6085fee177f9167e2cfad
|
|
| MD5 |
7185a6f236af2f83d927dce38463fb40
|
|
| BLAKE2b-256 |
03b55a50afd4e04f887375c5d8714a7863082f844bde338074051d7846ab7435
|