api_jwt_analyze
Analyze a JWT token to decode its header and payload, inspect the signing algorithm, and identify potential security weaknesses.
Instructions
Analyze a JWT token for weaknesses.
Args: token: The JWT token string to analyze
Returns: Decoded header/payload, algorithm analysis, and potential vulnerabilities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |