Snyk/sast
@webframp/snyk/sastv2026.07.19.1
01README
Snyk SAST — static application security testing results and management
02Release Notes
2026.07.19.1
Added: Initial code-generated release of @webframp/snyk/sast with 8 methods covering the Snyk sast API surface.
03Models
@webframp/snyk/sastv2026.07.19.1snyk/sast.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiToken | string | Snyk API token |
| groupId | string | Snyk group ID |
| version | string | Snyk API version date |
fn list_sast_rule_extensions_by_group()
Get a list of all the SAST rule extensions for the requested Group
fn create_sast_rule_extension(data: unknown)
Create a SAST rule extension
| Argument | Type | Description |
|---|---|---|
| data | unknown |
fn create_sast_impact_test(data: unknown)
Trigger a SAST rule extension impact test.
| Argument | Type | Description |
|---|---|---|
| data | unknown |
fn get_sast_impact_test_status(test_id: string)
Retrieve the SAST rule extension impact test status.
| Argument | Type | Description |
|---|---|---|
| test_id | string | Unique identifier for a test result |
fn get_sast_impact_test_result(test_id: string)
Retrieve the impact test result for a SAST rule extension.
| Argument | Type | Description |
|---|---|---|
| test_id | string | Unique identifier for a test result |
fn get_sast_rule_extension(rule_extension_id: string)
Get a SAST rule extension by SAST rule extension ID
| Argument | Type | Description |
|---|---|---|
| rule_extension_id | string | Unique identifier for SAST rule extension in request path |
fn update_sast_rule_extension(rule_extension_id: string, data: unknown)
Update a SAST rule extension by SAST rule extension ID
| Argument | Type | Description |
|---|---|---|
| rule_extension_id | string | Unique identifier for SAST rule extension in request path |
| data | unknown |
fn delete_sast_rule_extension(rule_extension_id: string)
Delete a SAST rule extension by SAST rule extension ID
| Argument | Type | Description |
|---|---|---|
| rule_extension_id | string | Unique identifier for SAST rule extension in request path |
Resources
sast_rule_extensions_by_group(infinite)— Get a list of all the SAST rule extensions for the requested Group
sast_rule_extension(infinite)— Create a SAST rule extension
sast_impact_test(infinite)— Trigger a SAST rule extension impact test.
sast_impact_test_status(infinite)— Retrieve the SAST rule extension impact test status.
sast_impact_test_result(infinite)— Retrieve the impact test result for a SAST rule extension.
04Stats
A
100 / 100
Downloads
0
Archive size
8.6 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