Skip to main content
GET
Get Skill Scan

Authorizations

apikey
string
header
required

Path Parameters

scan_id
string
required

The scan_id returned by Submit a Skill Scan.

Response

Successful Response

One scan job/result. Fields are omitted rather than nulled, so most of them appear only once status is succeeded. Note error belongs to the RECORD — it is set when the scan itself failed, and the HTTP response is still 200.

scan_id
string
required
status
enum<string>
required

queued/running mean the worker is still going; succeeded/failed are terminal.

Available options:
queued,
running,
succeeded,
failed
cached
boolean
default:false

true when this record copied an existing successful scan of an identical pinned input instead of re-scanning.

user_email
string

The user the scan is attributed to, lower-cased. Set by the gateway from the submitting API key.

repo
string

owner/name, derived from git_url for github.com URLs.

git_url
string
skill_path
string
skill_name
string

The skill's own declared name, read out of the skill.

commit
string
ref
string
model
string

The model the scan actually ran on.

stars
integer

The repository's GitHub star count, fetched live at scan time.

content_hash
string

Hash of the scanned skill content.

source_content_hash
string
verdict
string

The scanner's overall verdict for the skill, passed through from the report's overall_risk_assessment.skill_verdict. UPPERCASE, e.g. SAFE or SUSPICIOUS. Deliberately not typed as an enum here: the vocabulary belongs to the analysis engine, so treat it as an opaque string and compare case-sensitively.

Example:

"SAFE"

risk_level
string

Severity band for the findings, passed through from the report. UPPERCASE, e.g. SAFE, MEDIUM or HIGH. Same caveat as verdict — an opaque, engine-defined string.

Example:

"SAFE"

findings_count
integer
scan_duration_seconds
number
token_usage
object

Token accounting for the scan.

report
object

The full report document. Also available on its own from Get Skill Scan Report.

error
string

Why the scan failed. Present only when status is failed.

attempts
integer

How many times the worker has attempted this scan.

created_at
string
started_at
string
finished_at
string