Snyk/tests
@webframp/snyk/testsv2026.07.19.1
01README
Snyk Tests — on-demand package and dependency vulnerability testing
02Release Notes
2026.07.19.1
Added: Initial code-generated release of @webframp/snyk/tests with 3 methods covering the Snyk tests API surface.
03Models
@webframp/snyk/testsv2026.07.19.1snyk/tests.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiToken | string | Snyk API token |
| orgId | string | Snyk organization ID |
| version | string | Snyk API version date |
fn create_test(data: unknown)
Create a new test. (Early Access)
| Argument | Type | Description |
|---|---|---|
| data | unknown |
fn get_test(test_id: string)
Get a test. (Early Access)
| Argument | Type | Description |
|---|---|---|
| test_id | string | Test ID returned from the Test API to query. |
fn list_findings(test_id: string)
List findings for a test. (Early Access)
| Argument | Type | Description |
|---|---|---|
| test_id | string | Test ID returned from the Test API to query. |
Resources
test(infinite)— Create a new test. (Early Access)
findings(infinite)— List findings for a test. (Early Access)
04Stats
A
100 / 100
Downloads
0
Archive size
7.8 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels