Input
OpenAPI 3.0 or 3.1 contracts. Integration Gate takes a baseline and candidate.
Agent Security
Speculynx Agent Security is a three-stage static-analysis workflow for declared OpenAPI surfaces: map capabilities, review integration signals, and gate security-relevant changes.
Each stage answers a different engineering question and produces deterministic terminal and JSON output.
Translate documented operations into a deterministic capability inventory.
Combine capabilities and scanner signals into explicit integration review points.
Compare baseline and candidate contracts, then return PASS, REVIEW, or FAIL.
The analysis uses documented operations, methods, security requirements, permission labels, schema reachability, and scanner signals. It does not connect an agent or test effective runtime enforcement.
OpenAPI 3.0 or 3.1 contracts. Integration Gate takes a baseline and candidate.
Versioned Agent Security 1.0 terminal and JSON results with explicit coverage.
The output informs human and CI policy; it does not approve deployment automatically.
Static-analysis boundary
Agent Security reasons about what the declared OpenAPI contract exposes. Runtime reachability, effective IAM enforcement, prompt-injection resistance, and safe agent execution require other evidence.
Operations and contract metadata are the analysis boundary.
Terminal and JSON evidence is intended for technical review and CI policy.
A PASS is not a guarantee that an API or agent is secure at runtime.
Start with a local OpenAPI review, then choose the Agent Security workflow that matches your decision.