Identity & security monitoring SDK for AI Agents
Project description
AgentSec SDK
The trust layer for AI Agents. Verify identity, monitor behavior, and detect threats in real time.
Installation
pip install agentsec
Quick Start
from agentsec import AgentMonitor
# Initialize
monitor = AgentMonitor(api_key="your-api-key")
# Log Agent actions
monitor.log(
action="call_payment_api",
result="success",
amount=99.9
)
# Get credit score
score = monitor.get_credit_score()
print(f"Credit Score: {score}/100")
# Print full report
monitor.report()
Features
- Agent identity verification
- Real-time behavior monitoring
- Credit scoring (0~100)
- Anomaly detection & alerts
- Prompt injection detection
- Permission control
License
MIT
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
toyuguosec-0.1.0.tar.gz
(2.5 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 toyuguosec-0.1.0.tar.gz.
File metadata
- Download URL: toyuguosec-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
709461b87172f4b4863ecd31195b9eed907209c2709a8832d13069d01e0c01f4
|
|
| MD5 |
c267aed6397ac22c5db76357a9633c4b
|
|
| BLAKE2b-256 |
b5bc5f684f6c94c80305c2f7dfa5efb9fb2706c744ef8f4bf973b893605e291e
|
File details
Details for the file toyuguosec-0.1.0-py3-none-any.whl.
File metadata
- Download URL: toyuguosec-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24be9d2ac8ea95fc570353e624436d2d6d9591fe90a7ec1563d8510864b11a5b
|
|
| MD5 |
949e731b445c32d5e4d75ab6927bca8b
|
|
| BLAKE2b-256 |
80271b967b651d3bce9858796cb5f2ae611bcc7399e253b7e5c9e5f8f30814c1
|