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 lifecycleSequential
2
0
0
What the Workflow Security Auditor blueprint does
Suggested starting requestI 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
RequiredComplete GraphN workflow DSL YAML to audit
Type: StringWorkflow Name
OptionalOptional 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.
Audit
Agent using SecurityAuditor
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.
SecurityAuditor
HardeningAdvisor
Workflow output contract
The completed workflow makes the following output available to downstream steps, applications, or API clients:
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.