Evidence Marketplace

Deprecation Impact Graph

Which pinned dependencies will break when this vendor change takes effect?

Source-bounded evidence connecting an official vendor component change to an affected pinned dependency and a deterministic migration outcome.

Audience
Engineering leaders
Family
Change and risk evidence
Pilot price hypothesis
$25.00
Independent sources
At least 2

The price is a hypothesis, not an active offer. Purchasing and contact capture are not enabled.

Sample result shape

{
  "customer_question": "Which pinned dependencies will break when this vendor change takes effect?",
  "example_evidence_record": {
    "affected_dependency": "<affected_dependency>",
    "changed_component": "<changed_component>",
    "outcome": "<outcome>",
    "vendor": "<vendor>"
  },
  "product_id": "deprecation-impact-graph",
  "required_fields": [
    "vendor",
    "changed_component",
    "affected_dependency",
    "outcome"
  ],
  "result_contract": {
    "conclusion": "source-bounded conclusion",
    "confidence": "bounded by the corroborated sources",
    "independent_source_count": 2,
    "limitations": [
      "known evidence and scope limitations"
    ]
  },
  "sample_only": true
}

JSON product definition

{
  "description": "Source-bounded evidence connecting an official vendor component change to an affected pinned dependency and a deterministic migration outcome.",
  "id": "deprecation-impact-graph",
  "marketplace": {
    "audience": "Engineering leaders",
    "customer_question": "Which pinned dependencies will break when this vendor change takes effect?",
    "family": "change-risk-evidence",
    "pilot_price_usd": "25.00"
  },
  "publication_media_type": "application/vnd.evidence-marketplace.publication+json",
  "title": "Deprecation Impact Graph",
  "validation": {
    "minimum_independent_sources": 2,
    "minimum_observations": 2,
    "prohibited_fields": [
      "access_token",
      "api_key",
      "password",
      "private_key",
      "secret",
      "ssn"
    ],
    "required_fields": [
      "vendor",
      "changed_component",
      "affected_dependency",
      "outcome"
    ]
  },
  "version": "1.0.0"
}