All blueprintsSecurity AI workflow blueprint

AI Workflow Security Auditor workflow blueprint

Statically review a GraphN workflow for OWASP LLM risks and get concrete hardening steps

See where this blueprint fits in the production workflow lifecycle
Sequential
Use this blueprint
Pattern
Sequential
Agents
2
Functions
0
MCP servers
0

What the Workflow Security Auditor blueprint does

Suggested starting request

I perform a static security review of GraphN workflow YAML. Paste the complete workflow DSL and, optionally, a name for the report.

Inputs for the Workflow Security Auditor workflow

Provide the following information when starting this workflow. Required inputs are validated before the first workflow stage runs.

  • Workflow Dsl

    Required

    Complete GraphN workflow DSL YAML to audit

    Type: String
  • Workflow Name

    Optional

    Optional workflow name used as a report label

    Type: String

Input template

This request shape is generated from the blueprint's input schema. Angle-bracket values are placeholders; defaults and examples appear only when the source blueprint defines them.

{
  "workflow_dsl": "<required string>",
  "workflow_name": "<optional string>"
}

How the Workflow Security Auditor AI workflow works

This security blueprint uses a sequential workflow with 2 agents, 0 functions, and 0 MCP servers. Open it in GraphN to customize the resources, inputs, and workflow behavior for your use case.

  1. Audit

    Agent using SecurityAuditor

  2. Harden

    Agent using HardeningAdvisor

Blueprint resources and prerequisites

These are the actual agents, functions, and MCP servers declared by the blueprint. If an MCP server connects to an external system, configure the required connection and credentials in your GraphN workspace before running the workflow.

AI agent

SecurityAuditor

AI agent

HardeningAdvisor

Workflow output contract

The completed workflow makes the following output available to downstream steps, applications, or API clients:

Result

Frequently asked questions

What does the Workflow Security Auditor blueprint do?
Statically review a GraphN workflow for OWASP LLM risks and get concrete hardening steps
What inputs does the Workflow Security Auditor workflow use?
The workflow uses Workflow Dsl, Workflow Name. Required fields and their expected formats are listed on this page.
What resources are included in the Workflow Security Auditor blueprint?
The blueprint contains 2 AI agents, 0 functions, 0 MCP servers. Its workflow pattern is Sequential.
Can I customize the Workflow Security Auditor blueprint in GraphN?
Yes. Open the blueprint in GraphN to customize its inputs, models, resources, and workflow behavior before deployment.