Skip to main content
Patrick Colm Audley

Patrick Colm Audley

Hacker · Full-Spectrum Technologist · Polymath

Trust & Provenance

Trust & provenance

This site's authenticity is independently verifiable — identity, keys, signatures, and privacy posture in one place, and checkable live in your own browser.

Verify in your browser

The checks below run locally in your browser (WebCrypto + same-origin fetches): they re-compute hashes and verify the provenance manifest's Ed25519 signature against the published key.

    What these checks prove — and don't

    These checks prove that the downloaded artifacts match the published hashes, that signed artifacts verify against the published OpenPGP key, and that the current Ed25519 key is authorized for HTTP response signatures. They do not prove that every biographical claim is externally verified, nor do they replace independent verification of third-party profiles.

    Identity

    Keys & encryption

    The site uses a dual-key model: a long-term PGP key as durable identity, and an annually-rotated Ed25519 key that signs HTTP responses.

    Signed artifacts & content provenance

    Verification recipes

    Import the published key, verify a signed artifact, then inspect provenance:

    # inspect the key's fingerprint BEFORE importing — compare it to the one above
    curl -s https://patrickaudley.com/.well-known/pgp.txt | gpg --import-options show-only --with-fingerprint --import
    
    # then import, fetch a signed artifact + its signature, and verify
    curl -s https://patrickaudley.com/.well-known/pgp.txt | gpg --import
    curl -sO https://patrickaudley.com/llms.txt
    curl -sO https://patrickaudley.com/llms.txt.asc
    gpg --verify llms.txt.asc llms.txt
    
    curl -s https://patrickaudley.com/.well-known/content-provenance.json | jq '.subjects[].sha256'

    Page integrity

    • This page's scripts and styles are pinned with SRI hashes (the live check above recomputes and compares them).
    • Build: adc8861 · generated

    Security contact

    Privacy posture

    Mail & transport security (DNS)

    Published records for patrickaudley.com (the live check fetches them via DNS-over-HTTPS):

    RecordPosture
    SPF-all (strict) include:spf.blackcat.ca
    DKIMpublished Google selector
    DMARCp=reject sp=reject
    MTA-STSenforce Google MX
    TLS-RPTenabled
    DNSSECsigned ECDSAP256SHA256

    MTA-STS policy

    Standards index

    StandardImplements
    W3C DID/.well-known/did.json
    WebFinger (RFC 7033)/.well-known/webfinger
    OpenPGP WKD/.well-known/openpgpkey/
    RFC 7929 (DANE OPENPGPKEY)…_openpgpkey.<domain> (DNSSEC)
    RFC 9116/.well-known/security.txt
    RFC 9421/.well-known/http-message-signatures-directory
    RFC 9264/.well-known/api-catalog · catalog
    C2PA/.well-known/content-provenance.json
    NIP-05/.well-known/nostr.json
    GPC/.well-known/gpc.json