Recued
← Back to recipes

Regulatory Compliance Checker

by recued-core v1 action

Validates compliance documents against current regulatory requirements, highlighting gaps and suggesting corrections before submission.

How it works

Process (14 steps)
guard_empty guard
Stop if document content is empty
search_query template
Generate text from a template
regulatory_search search-exa
Search on exa
regulatory_items map
Extract from each item
regulatory_text join
Join items with " "
search_count count
Count items in regulatory search
has_regulations compare
Check if regulatory search has data
search_checklist to_checklist
Format results as an actionable checklist
search_summary to_summary
Format results as a summary card
search_table to_table
Format results as a data table
hashed_context hash_replace
Anonymize sensitive fields for safe AI processing
should_run_ai all
Check if all conditions are true
compliance_analysis ai-prompt
AI generates a response from a custom prompt
skip: step.should_run_ai equal false
restored_analysis hash_restore
Restore anonymized fields back to real values
skip: step.compliance_analysis is_null
Output
checklist search_checklist
summary search_summary
table search_table
ai_analysis restored_analysis

Settings (3)

Configurable at install. Defaults shown — change anytime in the extension.

enable ai toggle = on
document type text = financial filing
regulatory framework text = SEC

Tags

generic complianceregulatorydocumentai

Details

14 steps 3 configurable settings recipe_id: check-compliance-document-regulatory-generic

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy check-compliance-document-regulatory-generic and paste it after pairing.