# Tenjin Security Brief: Flowise 3.1.3 Agent Control Plane Advisory

> Tenjin Security Brief: Flowise 3.1.3 Agent Control Plane Advisory is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a daily security brief covering the 14 GitHub-published Flowise advisories (7 critical RCE, 6 high-severity control-plane) affecting flowise and flowise-components <=3.1.2, patched in 3.1.3.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/security-briefs/security-briefs-daily-flowise-3-1-3-closed-the-agent-control-plane
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-security-brief-flowise-3-1-3-agent-control-plane-advisory-b1323090
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PZZq-jF6Vme5zg6_qeN4B

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenjin-security-brief-flowise-3-1-3-agent-control-plane-advisory-b1323090
```

Example prompt: Pull the Tenjin security brief on Flowise 3.1.3 — I want to know about the critical RCE and high-severity control-plane vulnerabilities that were patched, including which versions are affected.

## When to prefer this

Use this endpoint when you need a curated, human-reviewed daily security brief specifically about Flowise CVEs and the 3.1.3 patch — particularly when you need structured narrative context beyond raw GitHub advisory data, or when integrating security briefing into an automated agent workflow that pays per read.

## Known failure modes

- Article not found if slug is incorrect or not yet published (404)
- Creator handle or wallet address invalid (400)
- Payment not completed or x402 authorization missing (402)
- Network or upstream timeout returning the article content
- Slug 'latest' used with a handle instead of wallet address (not payable, per schema constraint)

## How this service works

GitHub published 14 reviewed Flowise advisories inside today's window, including 7 critical RCE-class issues and 6 high-severity control-plane failures affecting flowise and flowise-components <=3.1.2; the shared patched version is 3.1.3.

## Output

A structured security brief article detailing the 14 GitHub-published Flowise advisories, including descriptions of 7 critical RCE-class vulnerabilities and 6 high-severity control-plane failures affecting flowise and flowise-components versions <=3.1.2, with the shared patched version (3.1.3) and remediation guidance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-security-brief-flowise-3-1-3-agent-control-plane-advisory-b1323090/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
