Security
Cloud & Infrastructure integration · 1 node(s).
00Overview
Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.
01Connecting Security
Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference
${secrets.your_secret}.02Antivirus
Scan with Antivirus
security/antivirus · Action
Scan a file or URL for malware using ClamAV
| Field | Type | Details | |
|---|---|---|---|
| Scan Path | string | Required | |
| Recursive Scan | boolean |
Returns: tool_result, is_clean, infected_count, scanned_count, scan_output
03Notes & Limitations
Behaviours and constraints worth knowing before you build with these nodes.
- Scanning detects only threats present in ClamAV's signature database, so a clean result confirms no known malware was matched rather than guaranteeing the file is safe.
- Large files can exceed the scanner's stream size limit (25 MB by default) and may be rejected or returned unscanned rather than flagged, so verify sizeable uploads clear before relying on the result.