Skip to content
Recued
Menu
← Back to recipes

Snyk security posture digest

by recued-core v1

Scheduled read-only Snyk security posture digest for one organization. It reads the organization, open high/critical issues, projects with issue-count metadata, targets, collections, and inventory assets through recued-core.snyk, renders compact review tables, and can send an in-app nudge when matching issues are visible. It never ignores, resolves, deletes, creates, updates policies/settings, reads secrets, starts exports, uploads SBOMs, or calls arbitrary Snyk API routes.

How it works 29 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (29 steps)
org ?
issues_raw ?
projects_raw ?
targets_raw ?
collections_raw ?
assets_raw ?
issues default
Apply default
projects default
Apply default
targets default
Apply default
collections default
Apply default
assets default
Apply default
issue_count count
Count items in issues
project_count count
Count items in projects
target_count count
Count items in targets
collection_count count
Count items in collections
asset_count count
Count items in assets
has_issues compare
Check if issue count is greater than 0
notify_enabled compare
Check if setting notify when issues equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
issue_rows slice
Take a subset of
project_rows slice
Take a subset of
target_rows slice
Take a subset of
asset_rows slice
Take a subset of
issue_table to_table
Format results as a data table
project_table to_table
Format results as a data table
target_table to_table
Format results as a data table
asset_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 11 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

snyk setting =
org id setting =
ignored setting = false
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 20
start hour setting = 8
issue status setting = open
severity levels setting = critical,high
notify when issues setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Snyk connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.attributesdata.id

About

Tags

snyk snyksecurityvulnerabilitiesprojectsassetsdigestnotificationpack:snyk

Details

29 steps 11 configurable settings recipe_id: snyk-security-posture-digest