# Tenjin Security Briefs – AFX Bridge Incident & JFrog Artifact-Repo Attack Weekly

> Tenjin Security Briefs – AFX Bridge Incident & JFrog Artifact-Repo Attack Weekly 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 paywalled security-brief article covering the AFX bridge incident (24.15M USDC loss via developer social engineering and JFrog artifact-repo persistence) and related operator-boundary attacks for that week.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/security-briefs/security-briefs-weekly-the-bridge-loss-started-in-jfrog
- 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-briefs-afx-bridge-incident-jfrog-artifact-repo-attack-3199c2c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hrg5eoAbl2JrFEiFo1h2-

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-briefs-afx-bridge-incident-jfrog-artifact-repo-attack-3199c2c2
```

Example prompt: Pull the Tenjin security brief on the AFX bridge incident — the one about the 24.15M USDC loss tied to developer social engineering and JFrog artifact-repo persistence — using handle 'security-briefs' and slug 'security-briefs-weekly-the-bridge-loss-started-in-jfrog'.

## When to prefer this

Choose this endpoint when you specifically need the Tenjin weekly security brief covering the AFX bridge incident, JFrog supply-chain persistence, and related validator/operator-boundary attacks. It is the canonical paywalled article endpoint for this specific piece; prefer it over general web search when you want the full structured article text delivered directly and are prepared to settle the x402 micropayment.

## Known failure modes

- Payment not received or x402 challenge not satisfied — article access denied
- Invalid handle or slug returns 404 not found
- Slug 'latest' used with a handle rather than wallet address — not payable
- Stale or removed article returns empty or error response
- Network timeout on the blog's read API

## How this service works

AFX's bridge incident tied a 24.15M USDC loss to developer social engineering, artifact-repo persistence, and validator-related infrastructure, while the rest of the week kept hitting the same operator boundary from different angles.

## Output

Returns the full text of the weekly security brief article, including incident narrative, attack vector breakdown (social engineering, JFrog artifact-repo persistence, validator-related infrastructure), loss figures (24.15M USDC), and analysis of related operator-boundary attack patterns observed that week.

## 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-briefs-afx-bridge-incident-jfrog-artifact-repo-attack-3199c2c2/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)
