---
title: "Get a fast dependency verdict for scoped npm GitHub Action scans"
method: GET
path: "/hfw/verdict/{ecosystem}/{scope}/{packageName}"
tags: ["REST API - HFW"]
---

# Get a fast dependency verdict for scoped npm GitHub Action scans

`GET /hfw/verdict/{ecosystem}/{scope}/{packageName}`

## Query parameters

- `version` string, required
- `wait_seconds` number

## Response `200`

- RestHfwVerdictResponseDto
  - `status` 'ready' | 'pending' | 'scanning', required
  - `ecosystem` 'npm' | 'pypi', required
  - `package` string, required
  - `version` string, required
  - `level` 'clean' | 'suspicious' | 'malicious' | 'unknown', required
  - `confidence` string, required
  - `summary` string, required
  - `findings` object[], required
  - `source` string
  - `osv_id` string

---

[API](https://skmtc.dev/hacktron/apis/hacktron-rest-api.md) · [All operations](https://skmtc.dev/hacktron/apis/hacktron-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hacktron/hacktron-rest-api/revisions/6a361244ce2c/schema)
