api_jwt_analyze
Decode JWT header and payload, analyze the signing algorithm, and detect vulnerabilities like none algorithm or weak keys to strengthen token security.
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 |