capiscio 1.2.5__py3-none-any.whl → 2.0.0__py3-none-any.whl

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.
capiscio/__init__.py CHANGED
@@ -5,6 +5,6 @@ This package provides a Python wrapper around the Capiscio CLI tool,
5
5
  allowing easy installation and usage via pip.
6
6
  """
7
7
 
8
- __version__ = "1.2.5"
8
+ __version__ = "2.0.0"
9
9
  __author__ = "Capiscio Team"
10
10
  __email__ = "hello@capiscio.com"
Binary file
Binary file
Binary file
Binary file
@@ -1,15 +1,24 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: capiscio
3
- Version: 1.2.5
4
- Summary: A2A protocol validator and CLI tool
3
+ Version: 2.0.0
4
+ Summary: The definitive A2A protocol validator with live endpoint testing, JWS signature verification, and transport protocol compliance checking
5
5
  Author-email: Capiscio Team <hello@capiscio.com>
6
- License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/capiscio/capiscio-cli
6
+ Maintainer-email: Capiscio Team <hello@capiscio.com>
7
+ License: MIT
8
+ Project-URL: Homepage, https://capisc.io
9
+ Project-URL: Documentation, https://capisc.io/cli
10
+ Project-URL: Repository, https://github.com/capiscio/capiscio-cli
8
11
  Project-URL: Bug Reports, https://github.com/capiscio/capiscio-cli/issues
12
+ Project-URL: Changelog, https://github.com/capiscio/capiscio-cli/releases
13
+ Project-URL: Download, https://capisc.io/downloads
14
+ Project-URL: Web Validator, https://capisc.io/validator
9
15
  Project-URL: Source, https://github.com/capiscio/capiscio-cli
10
- Keywords: a2a,protocol,validation,cli
16
+ Keywords: a2a,protocol,validation,cli,agent,ai,jsonrpc,grpc,rest,jws,signature,verification,transport,testing,compliance,agent-card,llm,agent-to-agent,cryptography,security,endpoint
11
17
  Classifier: Development Status :: 4 - Beta
12
18
  Classifier: Intended Audience :: Developers
19
+ Classifier: Intended Audience :: System Administrators
20
+ Classifier: Intended Audience :: Information Technology
21
+ Classifier: License :: OSI Approved :: MIT License
13
22
  Classifier: Programming Language :: Python :: 3
14
23
  Classifier: Programming Language :: Python :: 3.7
15
24
  Classifier: Programming Language :: Python :: 3.8
@@ -19,13 +28,19 @@ Classifier: Programming Language :: Python :: 3.11
19
28
  Classifier: Programming Language :: Python :: 3.12
20
29
  Classifier: Programming Language :: Python :: 3.13
21
30
  Classifier: Operating System :: OS Independent
31
+ Classifier: Environment :: Console
22
32
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
- Classifier: Topic :: Internet :: WWW/HTTP
33
+ Classifier: Topic :: Software Development :: Quality Assurance
24
34
  Classifier: Topic :: Software Development :: Testing
35
+ Classifier: Topic :: Internet :: WWW/HTTP
36
+ Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
37
+ Classifier: Topic :: Security :: Cryptography
38
+ Classifier: Topic :: System :: Networking
39
+ Classifier: Topic :: System :: Distributed Computing
25
40
  Requires-Python: >=3.7
26
41
  Description-Content-Type: text/markdown
27
42
 
28
- # Capiscio CLI - A2A Protocol Validator (Python Package)
43
+ # Capiscio CLI - A2A Protocol Validator
29
44
 
30
45
  > **Validator & A2A Protocol Compliance CLI** | The only CLI that actually tests AI agent transport protocols. Validate agent-card.json files, A2A compliance across JSONRPC, GRPC, and REST with live endpoint testing.
31
46
 
@@ -35,6 +50,8 @@ Description-Content-Type: text/markdown
35
50
  [![Downloads](https://img.shields.io/pypi/dm/capiscio)](https://pypi.org/project/capiscio/)
36
51
  [![Python](https://img.shields.io/badge/python-3.7+-blue.svg)](https://python.org/)
37
52
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/capiscio/capiscio-cli/blob/main/LICENSE)
53
+ [![Security](https://img.shields.io/badge/security-JWS%20verified-green.svg)](https://capisc.io)
54
+ [![A2A Protocol](https://img.shields.io/badge/A2A-v0.3.0-purple.svg)](https://capisc.io)
38
55
 
39
56
  ## Installation
40
57
 
@@ -62,6 +79,21 @@ capiscio validate ./agent-card.json --strict --json
62
79
  capiscio validate ./agent-card.json --skip-signature
63
80
  ```
64
81
 
82
+ ## Security & Trust 🔐
83
+
84
+ **Industry-grade cryptographic validation:**
85
+ - ✅ **RFC 7515 compliant** JWS signature verification
86
+ - ✅ **HTTPS-only** JWKS endpoint fetching
87
+ - ✅ **Secure by default** - signatures checked automatically
88
+ - ✅ **Zero trust** - verify before you trust any agent card
89
+ - ✅ **Production ready** - meets enterprise security standards
90
+
91
+ **Why signature verification matters:**
92
+ - **Prevent tampering** - Detect modified or malicious agent cards
93
+ - **Establish authenticity** - Cryptographically verify publisher identity
94
+ - **Enable trust networks** - Build secure agent ecosystems
95
+ - **Regulatory compliance** - Meet security audit requirements
96
+
65
97
  ## Key Features
66
98
 
67
99
  - **🚀 Transport Protocol Testing** - Actually tests JSONRPC, GRPC, and REST endpoints
@@ -100,7 +132,57 @@ capiscio validate https://agent.com --errors-only # Show only problems
100
132
  | --timeout <ms> | Request timeout (default: 10000) |
101
133
  | --schema-only | Skip live endpoint testing |
102
134
  | --skip-signature | Skip JWS signature verification |
103
- | --registry-ready | Registry deployment validation |
135
+ | --test-live | Test agent endpoint with real messages |
136
+
137
+ ### Three-Dimensional Scoring
138
+
139
+ Capiscio CLI automatically provides detailed quality scoring across three independent dimensions:
140
+
141
+ ```bash
142
+ # Scoring is shown by default
143
+ capiscio validate agent.json
144
+ ```
145
+
146
+ **Three Quality Dimensions:**
147
+ - **Spec Compliance (0-100)** - How well does the agent conform to A2A v0.3.0?
148
+ - **Trust (0-100)** - How trustworthy and secure is this agent? (includes confidence multiplier)
149
+ - **Availability (0-100)** - Is the endpoint operational? (requires `--test-live`)
150
+
151
+ Each score includes a detailed breakdown showing exactly what contributed to the result. **Learn more:** [Scoring System Documentation](https://github.com/capiscio/capiscio-cli/blob/main/docs/scoring-system.md)
152
+
153
+ ### Live Agent Testing
154
+
155
+ The `--test-live` flag tests your agent endpoint with real A2A protocol messages:
156
+
157
+ ```bash
158
+ # Test agent endpoint
159
+ capiscio validate https://agent.com --test-live
160
+
161
+ # Test with custom timeout
162
+ capiscio validate ./agent-card.json --test-live --timeout 5000
163
+
164
+ # Full validation for production
165
+ capiscio validate https://agent.com --test-live --strict --json
166
+ ```
167
+
168
+ **What it validates:**
169
+ - ✅ Endpoint connectivity
170
+ - ✅ JSONRPC and HTTP+JSON transport protocols
171
+ - ✅ A2A message structure (Message, Task, StatusUpdate, ArtifactUpdate)
172
+ - ✅ Response timing metrics
173
+
174
+ **Exit codes for automation:**
175
+ - `0` = Success
176
+ - `1` = Schema validation failed
177
+ - `2` = Network error (timeout, connection refused, DNS)
178
+ - `3` = Protocol violation (invalid A2A response)
179
+
180
+ **Use cases:**
181
+ - CI/CD post-deployment verification
182
+ - Cron-based health monitoring
183
+ - Pre-production testing
184
+ - Third-party agent evaluation
185
+ - Multi-environment validation
104
186
 
105
187
  ## Signature Verification (New in v1.2.0)
106
188
 
@@ -0,0 +1,11 @@
1
+ capiscio/__init__.py,sha256=26rK67aWRdEmd17v53GiY2UwrTEcSW7ZQVFCqAH_N20,255
2
+ capiscio/cli.py,sha256=bQ_BJVsthM1Bd7Y658Gjcj9xadl2zSWGIQjesARm0Tg,3650
3
+ capiscio/binaries/capiscio-darwin-arm64,sha256=d3rePOhXDLJwarp2mQ_3-2P4Uc2px8cIfv_42Dbo3dw,50664768
4
+ capiscio/binaries/capiscio-darwin-x64,sha256=HvtBoMedoCj-UyVE1S3hXm6DwjrH-LXA8Gx25bthQGM,56886032
5
+ capiscio/binaries/capiscio-linux-x64,sha256=ANoz3u4BQPDZ-MV9KsZZgDJqRVdNpHrkoNDeadb27VE,52196445
6
+ capiscio/binaries/capiscio-win-x64.exe,sha256=eTvfit_F1jvFUKvwSDV3TiuAGd8b1WzKH5ah6HqqQeU,43408670
7
+ capiscio-2.0.0.dist-info/METADATA,sha256=MyByQPdQ5PIwy568gFq-gP_yQZX2dSzx3pSkHqaHl1Q,12180
8
+ capiscio-2.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ capiscio-2.0.0.dist-info/entry_points.txt,sha256=VopPHB5eo2LBjOFiraE3JiEOzVmJJVwtUPVfXlYS_ns,47
10
+ capiscio-2.0.0.dist-info/top_level.txt,sha256=Kuk2V-rnWre1x0tW87SRnlteIV1NhngUaXo6V1klMHk,9
11
+ capiscio-2.0.0.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- capiscio/__init__.py,sha256=utGPgL4iVTbz3bvbCbtbLQVAnbnVRaVwGeCbgaA0EAQ,255
2
- capiscio/cli.py,sha256=bQ_BJVsthM1Bd7Y658Gjcj9xadl2zSWGIQjesARm0Tg,3650
3
- capiscio/binaries/capiscio-darwin-arm64,sha256=c1JmhfMYebjk7RWi_awxkBInPiVlzu62ewVGBHm71Cg,50595760
4
- capiscio/binaries/capiscio-darwin-x64,sha256=KQVJhikEmfidcoYMC1NtwlCG3z9i0jApheKuy_tegvc,56817088
5
- capiscio/binaries/capiscio-linux-x64,sha256=NWUNfTsUT58PJACqa1e9fWbYY6W-ioZ9XB91LddJHOs,52127973
6
- capiscio/binaries/capiscio-win-x64.exe,sha256=dQuxH4K9d4T2VbNnyTpyb6RSmVil0K24cVSziKuDBGM,43340118
7
- capiscio-1.2.5.dist-info/METADATA,sha256=5uRIUcpVNAF1Mbuq-XT7NrcamMxMrTTaD9uA4Pq-kA0,8672
8
- capiscio-1.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- capiscio-1.2.5.dist-info/entry_points.txt,sha256=VopPHB5eo2LBjOFiraE3JiEOzVmJJVwtUPVfXlYS_ns,47
10
- capiscio-1.2.5.dist-info/top_level.txt,sha256=Kuk2V-rnWre1x0tW87SRnlteIV1NhngUaXo6V1klMHk,9
11
- capiscio-1.2.5.dist-info/RECORD,,