POST
/
getExtensionRisk

Authorizations

x-api-key
string
headerrequired

Body

application/json
q
string
required

The full extension package name. In VSCode, the fullname is publisherName.packageName. For example darcula-theme.darcula-official

version
string

Specific version of the extension to narrow the request.

Response

200 - application/json
display_name
string

The display name of the extension.

tags
string[]

Tags associated with the extension.

riskLabel
string

The risk label for the extension (e.g., Low, Med, High).

findings
object[]
extension_id
string

The unique ID of the extension.

version
string

The version of the extension.

risk
number

The overall risk score of the extension.

updated_at
string

The last update time of the risk assessment.