AgentOS Extensions API - v1.0.3
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    id: "rekor" = 'rekor'
    name: "Sigstore Rekor Transparency Log" = 'Sigstore Rekor Transparency Log'
    proofLevel: ProofLevel = 'publicly-auditable'

    Methods

    • Confirm the anchor's Rekor entry exists and its body hash matches a fresh canonical anchor digest. Does NOT cryptographically verify the inclusion proof against the signed tree head — that needs the sigstore SDK; for compliance workflows wire up sigstore.verify(bundle) after this method returns true.

      Parameters

      • anchor: AnchorRecord

      Returns Promise<boolean>