Skip to main content
POST
Report a package to the safety queue

Authorizations

Authorization
string
header
required

A pc_… token generated from Settings > API & MCP.

Path Parameters

packageId
string<uuid>
required

The catalogue entry being reported.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Body

application/json
reason
enum<string>
required

Which of the six kinds of problem this is.

Available options:
malicious,
deceptive,
stolen,
unsafe_permissions,
broken,
other
detail
string

What the reporter saw, in their own words.

Maximum string length: 2000

Response

Created.

reported
boolean
required

Always true: a repeat report is not an error.