INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

42 observations · Differences between dated observations.

agent-dev-preflight-api.bonkoturyu.workers.devFull dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight
NetworkAdvertised amountBillingPayee
eip155:84532100000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Full dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "04c229b36d71ce09cfb8ce864ee55d64ba7ebb5f43a462e8e17ab99eee301470",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:36:14.347Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devBatch vulnerability lookup for exact installed dependency versions.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/vulnerabilities
NetworkAdvertised amountBillingPayee
eip155:8453250000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Batch vulnerability lookup for exact installed dependency versions.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "25e9bfb750229e8efaa63e5c98d89474e0bec5c511eb5de3edc42ef87019c318",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:05:22.377Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/vulnerabilities",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devPackage registry provenance and integrity metadata.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/provenance
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Package registry provenance and integrity metadata.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "49fc52fff75d482d99eb92c41d3d43d84a8062b3d173c700d51bf89842c336f3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:52:04.543Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/provenance",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devDeterministic package risk preflight using OSV and registry metadata.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/risk
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Deterministic package risk preflight using OSV and registry metadata.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "76818768af2893167a0207c097e113492b3ae4ad7ae688fbc33f72f588db7465",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T10:26:04.33Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/risk",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devCompare an exact installed package version with the registry latest version.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/upgrade
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Compare an exact installed package version with the registry latest version.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "a1ca17fd1a18217b54989f9b45792bb91c200e7e756477d663b78042c27800f5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T12:17:30.312Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/upgrade",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devBatch package license metadata and deterministic informational classification.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/licenses
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Batch package license metadata and deterministic informational classification.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "cfe395ae3ab6c716fc36c03a2ea0f3902d1e0ed5cb0725898df79d0515a1ed43",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T12:07:06.373Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/licenses",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devFull dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight
NetworkAdvertised amountBillingPayee
eip155:84532100000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Full dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "04c229b36d71ce09cfb8ce864ee55d64ba7ebb5f43a462e8e17ab99eee301470",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:36:14.347Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devBatch vulnerability lookup for exact installed dependency versions.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/vulnerabilities
NetworkAdvertised amountBillingPayee
eip155:8453250000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Batch vulnerability lookup for exact installed dependency versions.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "25e9bfb750229e8efaa63e5c98d89474e0bec5c511eb5de3edc42ef87019c318",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:05:22.377Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/vulnerabilities",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devPackage registry provenance and integrity metadata.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/provenance
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Package registry provenance and integrity metadata.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "49fc52fff75d482d99eb92c41d3d43d84a8062b3d173c700d51bf89842c336f3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:52:04.543Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/provenance",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devDeterministic package risk preflight using OSV and registry metadata.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/risk
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Deterministic package risk preflight using OSV and registry metadata.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "76818768af2893167a0207c097e113492b3ae4ad7ae688fbc33f72f588db7465",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T10:26:04.33Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/risk",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devCompare an exact installed package version with the registry latest version.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/upgrade
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Compare an exact installed package version with the registry latest version.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "a1ca17fd1a18217b54989f9b45792bb91c200e7e756477d663b78042c27800f5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T12:17:30.312Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/upgrade",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devBatch package license metadata and deterministic informational classification.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/licenses
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Batch package license metadata and deterministic informational classification.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "cfe395ae3ab6c716fc36c03a2ea0f3902d1e0ed5cb0725898df79d0515a1ed43",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T12:07:06.373Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/licenses",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devFull dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight
NetworkAdvertised amountBillingPayee
eip155:84532100000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Full dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "04c229b36d71ce09cfb8ce864ee55d64ba7ebb5f43a462e8e17ab99eee301470",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:36:14.347Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devBatch vulnerability lookup for exact installed dependency versions.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/vulnerabilities
NetworkAdvertised amountBillingPayee
eip155:8453250000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Batch vulnerability lookup for exact installed dependency versions.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "25e9bfb750229e8efaa63e5c98d89474e0bec5c511eb5de3edc42ef87019c318",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:05:22.377Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/vulnerabilities",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devPackage registry provenance and integrity metadata.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/provenance
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Package registry provenance and integrity metadata.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "49fc52fff75d482d99eb92c41d3d43d84a8062b3d173c700d51bf89842c336f3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:52:04.543Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/provenance",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devDeterministic package risk preflight using OSV and registry metadata.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/risk
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Deterministic package risk preflight using OSV and registry metadata.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "76818768af2893167a0207c097e113492b3ae4ad7ae688fbc33f72f588db7465",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T10:26:04.33Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/risk",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devCompare an exact installed package version with the registry latest version.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/upgrade
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Compare an exact installed package version with the registry latest version.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "a1ca17fd1a18217b54989f9b45792bb91c200e7e756477d663b78042c27800f5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T12:17:30.312Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/upgrade",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devBatch package license metadata and deterministic informational classification.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/licenses
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Batch package license metadata and deterministic informational classification.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "cfe395ae3ab6c716fc36c03a2ea0f3902d1e0ed5cb0725898df79d0515a1ed43",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T12:07:06.373Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/licenses",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devFull dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight
NetworkAdvertised amountBillingPayee
eip155:84532100000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Full dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "04c229b36d71ce09cfb8ce864ee55d64ba7ebb5f43a462e8e17ab99eee301470",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:36:14.347Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devBatch vulnerability lookup for exact installed dependency versions.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/vulnerabilities
NetworkAdvertised amountBillingPayee
eip155:8453250000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Batch vulnerability lookup for exact installed dependency versions.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "25e9bfb750229e8efaa63e5c98d89474e0bec5c511eb5de3edc42ef87019c318",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:05:22.377Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/vulnerabilities",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devPackage registry provenance and integrity metadata.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/provenance
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Package registry provenance and integrity metadata.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "49fc52fff75d482d99eb92c41d3d43d84a8062b3d173c700d51bf89842c336f3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:52:04.543Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/provenance",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devDeterministic package risk preflight using OSV and registry metadata.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/risk
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Deterministic package risk preflight using OSV and registry metadata.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "76818768af2893167a0207c097e113492b3ae4ad7ae688fbc33f72f588db7465",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T10:26:04.33Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/risk",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devCompare an exact installed package version with the registry latest version.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/upgrade
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Compare an exact installed package version with the registry latest version.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "package": {
                "additionalProperties": false,
                "properties": {
                  "ecosystem": {
                    "enum": [
                      "npm",
                      "PyPI"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "maxLength": 214,
                    "minLength": 1,
                    "type": "string"
                  },
                  "version": {
                    "description": "Exact installed version; version ranges are rejected.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "ecosystem",
                  "name",
                  "version"
                ],
                "type": "object"
              }
            },
            "required": [
              "package"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "6df34dd482d38cc9c2b06c0adf193c1f5b661f7f7e46ad90ff1dd2aa22816aa3",
  "service_id": "a1ca17fd1a18217b54989f9b45792bb91c200e7e756477d663b78042c27800f5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T12:17:30.312Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/package/upgrade",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devBatch package license metadata and deterministic informational classification.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/licenses
NetworkAdvertised amountBillingPayee
eip155:8453230000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Batch package license metadata and deterministic informational classification.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "cfe395ae3ab6c716fc36c03a2ea0f3902d1e0ed5cb0725898df79d0515a1ed43",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T12:07:06.373Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/licenses",
  "usage_rights": "not_reviewed"
}
agent-dev-preflight-api.bonkoturyu.workers.devFull dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.
https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight
NetworkAdvertised amountBillingPayee
eip155:84532100000 atomic units0x036CbD53842c5426634e7929541eC2318f3dCF7eNot specifiedexact0x20bF112967efEE314047F627251f323Fa44F9F52
Source and evidence
{
  "description": "Full dependency preflight: vulnerabilities, upgrade gap, license metadata, provenance and risk.",
  "domain": "agent-dev-preflight-api.bonkoturyu.workers.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "packages": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "ecosystem": {
                      "enum": [
                        "npm",
                        "PyPI"
                      ],
                      "type": "string"
                    },
                    "name": {
                      "maxLength": 214,
                      "minLength": 1,
                      "type": "string"
                    },
                    "version": {
                      "description": "Exact installed version; version ranges are rejected.",
                      "minLength": 1,
                      "type": "string"
                    }
                  },
                  "required": [
                    "ecosystem",
                    "name",
                    "version"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "packages"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "additionalProperties": false,
        "properties": {
          "example": {},
          "type": {
            "const": "json",
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": null,
      "amount_atomic": "100000",
      "amount_encoding": "atomic_units",
      "amount_raw": "100000",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:84532",
      "pay_to": "0x20bF112967efEE314047F627251f323Fa44F9F52",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 600,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "64dd6508062f0d279dceb24c816bdbeaa65024bdae95e63caed9e0d0c39b79d9",
  "service_id": "04c229b36d71ce09cfb8ce864ee55d64ba7ebb5f43a462e8e17ab99eee301470",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T11:36:14.347Z",
  "url": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/v1/dependencies/preflight",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON