trustscope 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- trustscope-0.0.1/PKG-INFO +51 -0
- trustscope-0.0.1/README.md +25 -0
- trustscope-0.0.1/pyproject.toml +35 -0
- trustscope-0.0.1/setup.cfg +4 -0
- trustscope-0.0.1/trustscope/__init__.py +12 -0
- trustscope-0.0.1/trustscope.egg-info/PKG-INFO +51 -0
- trustscope-0.0.1/trustscope.egg-info/SOURCES.txt +7 -0
- trustscope-0.0.1/trustscope.egg-info/dependency_links.txt +1 -0
- trustscope-0.0.1/trustscope.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: trustscope
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: TrustScope — AI Agent Governance Platform. Python SDK for runtime compliance, evidence, and policy enforcement.
|
|
5
|
+
Author-email: TrustScope <hello@trustscope.ai>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://trustscope.ai
|
|
8
|
+
Project-URL: Documentation, https://docs.trustscope.ai
|
|
9
|
+
Project-URL: Repository, https://github.com/trustscope/trustscope-python
|
|
10
|
+
Project-URL: Issues, https://github.com/trustscope/trustscope-python/issues
|
|
11
|
+
Keywords: ai,governance,compliance,agents,llm,mcp,safety,trustscope,observability,audit
|
|
12
|
+
Classifier: Development Status :: 1 - Planning
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Topic :: Security
|
|
22
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
23
|
+
Classifier: Topic :: System :: Monitoring
|
|
24
|
+
Requires-Python: >=3.9
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
|
|
27
|
+
# TrustScope Python SDK
|
|
28
|
+
|
|
29
|
+
**AI Agent Governance Platform — Prove your AI followed the rules.**
|
|
30
|
+
|
|
31
|
+
TrustScope provides runtime compliance, cryptographic evidence, and policy enforcement for AI agents. This is the official Python SDK.
|
|
32
|
+
|
|
33
|
+
## Coming Soon
|
|
34
|
+
|
|
35
|
+
The TrustScope Python SDK is under active development. It will provide:
|
|
36
|
+
|
|
37
|
+
- **Trace submission** — Send AI agent traces for governance analysis
|
|
38
|
+
- **Policy enforcement** — Enforce safety policies on LangChain, CrewAI, AutoGen, and custom agents
|
|
39
|
+
- **Evidence retrieval** — Access cryptographic proof that your AI followed required safety checks
|
|
40
|
+
- **Detection engines** — 25+ engines including prompt injection, PII, secret detection, and behavioral anomaly
|
|
41
|
+
- **Compliance exports** — Generate audit-ready reports for SOC 2, HIPAA, EU AI Act, and ISO 42001
|
|
42
|
+
|
|
43
|
+
## Links
|
|
44
|
+
|
|
45
|
+
- **Website:** [trustscope.ai](https://trustscope.ai)
|
|
46
|
+
- **Safe Mode (free local protection):** [safemode.run](https://safemode.run)
|
|
47
|
+
- **npm package:** `npm install -g safemode`
|
|
48
|
+
|
|
49
|
+
## License
|
|
50
|
+
|
|
51
|
+
MIT
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# TrustScope Python SDK
|
|
2
|
+
|
|
3
|
+
**AI Agent Governance Platform — Prove your AI followed the rules.**
|
|
4
|
+
|
|
5
|
+
TrustScope provides runtime compliance, cryptographic evidence, and policy enforcement for AI agents. This is the official Python SDK.
|
|
6
|
+
|
|
7
|
+
## Coming Soon
|
|
8
|
+
|
|
9
|
+
The TrustScope Python SDK is under active development. It will provide:
|
|
10
|
+
|
|
11
|
+
- **Trace submission** — Send AI agent traces for governance analysis
|
|
12
|
+
- **Policy enforcement** — Enforce safety policies on LangChain, CrewAI, AutoGen, and custom agents
|
|
13
|
+
- **Evidence retrieval** — Access cryptographic proof that your AI followed required safety checks
|
|
14
|
+
- **Detection engines** — 25+ engines including prompt injection, PII, secret detection, and behavioral anomaly
|
|
15
|
+
- **Compliance exports** — Generate audit-ready reports for SOC 2, HIPAA, EU AI Act, and ISO 42001
|
|
16
|
+
|
|
17
|
+
## Links
|
|
18
|
+
|
|
19
|
+
- **Website:** [trustscope.ai](https://trustscope.ai)
|
|
20
|
+
- **Safe Mode (free local protection):** [safemode.run](https://safemode.run)
|
|
21
|
+
- **npm package:** `npm install -g safemode`
|
|
22
|
+
|
|
23
|
+
## License
|
|
24
|
+
|
|
25
|
+
MIT
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "trustscope"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "TrustScope — AI Agent Governance Platform. Python SDK for runtime compliance, evidence, and policy enforcement."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = {text = "MIT"}
|
|
11
|
+
requires-python = ">=3.9"
|
|
12
|
+
authors = [
|
|
13
|
+
{name = "TrustScope", email = "hello@trustscope.ai"}
|
|
14
|
+
]
|
|
15
|
+
keywords = ["ai", "governance", "compliance", "agents", "llm", "mcp", "safety", "trustscope", "observability", "audit"]
|
|
16
|
+
classifiers = [
|
|
17
|
+
"Development Status :: 1 - Planning",
|
|
18
|
+
"Intended Audience :: Developers",
|
|
19
|
+
"License :: OSI Approved :: MIT License",
|
|
20
|
+
"Programming Language :: Python :: 3",
|
|
21
|
+
"Programming Language :: Python :: 3.9",
|
|
22
|
+
"Programming Language :: Python :: 3.10",
|
|
23
|
+
"Programming Language :: Python :: 3.11",
|
|
24
|
+
"Programming Language :: Python :: 3.12",
|
|
25
|
+
"Programming Language :: Python :: 3.13",
|
|
26
|
+
"Topic :: Security",
|
|
27
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
28
|
+
"Topic :: System :: Monitoring",
|
|
29
|
+
]
|
|
30
|
+
|
|
31
|
+
[project.urls]
|
|
32
|
+
Homepage = "https://trustscope.ai"
|
|
33
|
+
Documentation = "https://docs.trustscope.ai"
|
|
34
|
+
Repository = "https://github.com/trustscope/trustscope-python"
|
|
35
|
+
Issues = "https://github.com/trustscope/trustscope-python/issues"
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"""
|
|
2
|
+
TrustScope — AI Agent Governance Platform.
|
|
3
|
+
|
|
4
|
+
Prove your AI followed the rules. Runtime compliance, cryptographic evidence,
|
|
5
|
+
and policy enforcement for AI agents.
|
|
6
|
+
|
|
7
|
+
https://trustscope.ai
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
__version__ = "0.0.1"
|
|
11
|
+
__author__ = "TrustScope"
|
|
12
|
+
__license__ = "MIT"
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: trustscope
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: TrustScope — AI Agent Governance Platform. Python SDK for runtime compliance, evidence, and policy enforcement.
|
|
5
|
+
Author-email: TrustScope <hello@trustscope.ai>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://trustscope.ai
|
|
8
|
+
Project-URL: Documentation, https://docs.trustscope.ai
|
|
9
|
+
Project-URL: Repository, https://github.com/trustscope/trustscope-python
|
|
10
|
+
Project-URL: Issues, https://github.com/trustscope/trustscope-python/issues
|
|
11
|
+
Keywords: ai,governance,compliance,agents,llm,mcp,safety,trustscope,observability,audit
|
|
12
|
+
Classifier: Development Status :: 1 - Planning
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Topic :: Security
|
|
22
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
23
|
+
Classifier: Topic :: System :: Monitoring
|
|
24
|
+
Requires-Python: >=3.9
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
|
|
27
|
+
# TrustScope Python SDK
|
|
28
|
+
|
|
29
|
+
**AI Agent Governance Platform — Prove your AI followed the rules.**
|
|
30
|
+
|
|
31
|
+
TrustScope provides runtime compliance, cryptographic evidence, and policy enforcement for AI agents. This is the official Python SDK.
|
|
32
|
+
|
|
33
|
+
## Coming Soon
|
|
34
|
+
|
|
35
|
+
The TrustScope Python SDK is under active development. It will provide:
|
|
36
|
+
|
|
37
|
+
- **Trace submission** — Send AI agent traces for governance analysis
|
|
38
|
+
- **Policy enforcement** — Enforce safety policies on LangChain, CrewAI, AutoGen, and custom agents
|
|
39
|
+
- **Evidence retrieval** — Access cryptographic proof that your AI followed required safety checks
|
|
40
|
+
- **Detection engines** — 25+ engines including prompt injection, PII, secret detection, and behavioral anomaly
|
|
41
|
+
- **Compliance exports** — Generate audit-ready reports for SOC 2, HIPAA, EU AI Act, and ISO 42001
|
|
42
|
+
|
|
43
|
+
## Links
|
|
44
|
+
|
|
45
|
+
- **Website:** [trustscope.ai](https://trustscope.ai)
|
|
46
|
+
- **Safe Mode (free local protection):** [safemode.run](https://safemode.run)
|
|
47
|
+
- **npm package:** `npm install -g safemode`
|
|
48
|
+
|
|
49
|
+
## License
|
|
50
|
+
|
|
51
|
+
MIT
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
trustscope
|