cyberneticlibrary

Run security scans across OWASP Top 10

forge-check-securityworkflowsetup L32
moongci38-oss/forge
What it does

Forge Check Security

Best for

OWASP parallel scanning (6 dimensions) with risk aggregation and gate enforcement.

Inputs
  • · JSON args object
Outputs
  • · verdict string (PASS/WARN/FAIL or yes/partial/no)
  • · findings array with evidence + root causes
Requires
  • · agent-orchestration-engine
  • · parallel-execution-runtime
  • · schema-validation (zod or JSON-schema)
  • · phase-tracking-system
  • · logging-framework
Preconditions
  • · workflow must export meta={name, description, phases}
  • · multi-phase execution context available
Failure modes
  • · null/undefined agent results filtered; total < expected → synthesis data-starvation
  • · sub-agent failure in any parallel branch → null result silently dropped
  • · agent output fails schema validation → workflow errors or graceful downgrade
Trust signals
  • · Structured schemas with required fields and enums
  • · Explicit null-filtering on agent results