jfrog_get_package_curation_status
Check the curation status (approved, blocked, inconclusive) of a package version by specifying its type, name, and version. Used within the JFrog MCP Server for package security analysis.
Instructions
Useful for checking the curation status of a specific package version. Returns one of the following statuses: approved, blocked, inconclusive.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
packageName | Yes | The name of the package, as it appears in the package repository. | |
packageType | Yes | The type of package. | |
packageVersion | Yes | The version of the package, as it appears in the package repository. |