API Reference
getExtensionRisk
Returns a risk report and details for the specified extension.
POST
/
getExtensionRisk
Authorizations
Body
application/json
The full extension package name. In VSCode, the fullname is publisherName.packageName. For example darcula-theme.darcula-official
Specific version of the extension to narrow the request.
Response
200 - application/json
The display name of the extension.
Tags associated with the extension.
The risk label for the extension (e.g., Low, Med, High).
The unique ID of the extension.
The version of the extension.
The overall risk score of the extension.
The last update time of the risk assessment.