Skip to content
Recued
Menu
← Back to recipes

OpenAI input safety and token readiness brief

by recued-core v1

Read-only OpenAI safety workflow. It counts Responses API input tokens and runs moderation on explicit caller-provided text or image inputs, then summarizes safety categories and readiness signals. It never creates model output, enables tools, uploads/downloads files, mutates vector stores, uses realtime, or calls arbitrary OpenAI routes.

How it works 7 steps

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

Process (7 steps)
input_tokens ?
moderation ?
moderation_results default
Apply default
result_count count
Count items in moderation results
summarize ?
moderation_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 7 configurable

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

focus setting = Summarize moderation flags, category scores, applied input types, input-token count, and practical next steps. Do not invent facts outside the OpenAI moderation or token-count responses.
openai setting =
input text setting =
max length setting = 900
instructions setting = Evaluate this input for a governed assistant workflow.
response model setting = gpt-5.5
moderation model setting = omni-moderation-latest

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

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

About

Tags

openai openaimoderationsafetytokensprompt-reviewai-summarypack:openai

Details

7 steps 7 configurable settings recipe_id: openai-input-safety-readiness-brief