Block 1 - check_mandatory_fields
- Type / Role
- n8n-nodes-base.if - if
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
What this template does Transforms provider documentation (URLs) into an auditable, enforceable multicloud security control baseline . It: Fetches and sanitizes HTML Uses AI to extract security req...
n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.splitinbatches, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Raphael De Carvalho Florencio.
Original n8n.io sourceTransforms provider documentation (URLs) into an auditable, enforceable multicloud security control baseline. It:
Technology: headerEliminates manual copy-paste and produces a consistent, portable baseline ready for review, audit, or enforcement tooling—ideal for rapidly generating or refreshing baselines across cloud providers and services.
The workflow is multicloud by design. Provide the target cloud in the request and run the same pipeline for:
POST /create (Basic Auth) with { cloudProvider, technology, urls[] }uuid → resolve Google Drive folder (search-or-create)Method: POST
URL: https://<your-n8n>/webhook/create
Auth: Basic Auth
Headers: Content-Type: application/json
{
"cloudProvider": "aws",
"technology": "Amazon S3",
"urls": [
"https://docs.aws.amazon.com/AmazonS3/latest/userguide/security-best-practices.html",
"https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/S3/",
"https://repost.aws/knowledge-center/secure-s3-resources"
]
}
cloudProvider (string, required) — case-insensitive. Supported: aws, azure, gcp.technology (string, required) — e.g., "Amazon S3", "Azure Storage", "Google Cloud Storage".urls (string[], required) — 1–20 http(s) URLs (official/reputable docs).Optional (Google Drive destination):
gdriveTargetId (string) — Google Drive folderId used for append/create.gdrivePath (string) — Path like "DefySec/Baselines" (folders are created if missing).gdriveTargetName (string) — Folder name to find/create under root.Optional (Assistant overrides):
assistantExtractorId, assistantComposerId, assistantBaselineId, assistantAuditorId (strings)Resolution precedence
gdriveTargetId → gdrivePath → gdriveTargetName → default folder.1_DefySec_Extractor, 2_DefySec_Control_Composer, 3_DefySec Baseline Builder, 4_DefySec_Baseline_Auditor).urls or non-http(s) schemes; normalizes cloudProvider to aws|azure|gcp.controls_<technology>_<timestamp>.txt (via webhook).NO_CONTROLS_TO_BE_CONSOLIDATED; if nothing valid remains → NO_CONTROLS_FOUND. .json artifact and the Auditor validates it (see next section). Description/Reference/SecurityObjective, and applies a reflexive quality check before emitting. CloudProvider/Technology header, and ignores anything outside the exact 3-line block shape. technology, consolidates true equivalents again if needed, and returns pure JSON matching a canonical schema (with counters in meta). GOOD_ENOUGH or a JSON instruction set for the Builder to fix and re-emit—enabling reflective improvement. References (AWS/Azure/GCP). curl -X POST "https://<your-n8n>/webhook/create" \
-u "<user>:<pass>" \
-H "Content-Type: application/json" \
-d '{
"cloudProvider":"aws",
"technology":"Amazon S3",
"urls":[
"https://docs.aws.amazon.com/AmazonS3/latest/userguide/security-best-practices.html"
]
}' \
-OJ
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 46 workflow blocks. Download the JSON for the full node graph.
| Workflow | Transform cloud documentation into security baselines with OpenAI and GDrive |
|---|---|
| Complexity | advanced |
| Nodes | 46 |
| Categories | AI Summarization, Multimodal AI |
| Author | Raphael De Carvalho Florencio |
| Published | 18 Aug 2025 |
Use the JSON export at /data/workflows/7529/7529.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
What this template does Transforms provider documentation (URLs) into an auditable, enforceable multicloud security control baseline . It: Fetches and sanitizes HTML Uses AI to extract security req...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI Summarization, Multimodal AI use case.