Skip to main content

dynamicfeed-verify

Verify Dynamic Feed DF-VERIFY/1 Ed25519-signed responses — independently, in one line. No account, no dependency on Dynamic Feed at runtime beyond fetching the public key. You can verify, even against us.

Reference implementation of the DF-VERIFY/1 standard.

Install

pip install dynamicfeed-verify

Use

from dynamicfeed_verify import verify, verify_live

# 1) fetch a fresh signed awareness verdict and verify it
env, result = verify_live()
print(result)        # {'ok': True, 'key_id': 'df-ed25519-…', 'verdict': 'caution', ...}

# 2) verify any signed response you already hold
result = verify(signed_response)
if not result["ok"]:
    raise RuntimeError(result["error"])

# 3) verify fully offline if you already have the JWKS
result = verify(signed_response, jwks={"df-ed25519-…": "<base64url public key>"})

CLI

dynamicfeed-verify                       # fetch a live verdict + verify
dynamicfeed-verify - < response.json     # verify a saved signed response

How it works

A signed response carries a signature block (alg, key_id, canonicalization, sig). Verification:

  1. Drop the signature field; keep the rest as the payload.
  2. Canonicalize — JSON, keys sorted recursively, compact separators (, :), UTF-8. Equivalent to json.dumps(payload, sort_keys=True, separators=(",", ":")).
  3. Fetch the public key from https://dynamicfeed.ai/.well-known/keys and look up signature.key_id.
  4. Verify the Ed25519 signature over the canonical bytes. Change one byte → it fails.

Full specification: https://dynamicfeed.ai/standard

License

MIT.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dynamicfeed_verify-1.0.2.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dynamicfeed_verify-1.0.2-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file dynamicfeed_verify-1.0.2.tar.gz.

File metadata

  • Download URL: dynamicfeed_verify-1.0.2.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.6

File hashes

Hashes for dynamicfeed_verify-1.0.2.tar.gz
Algorithm Hash digest
SHA256 b6266325c644e854945e32974dea480c8119c4fc1ab674c5188897b70b2d81be
MD5 d06b382a6668e7b2275b2aabf9a8f2a1
BLAKE2b-256 f72f5ff14521b44fc06dd7ee564e745f9e8b002b721699cbaf5bc5d4313506d1

See more details on using hashes here.

File details

Details for the file dynamicfeed_verify-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for dynamicfeed_verify-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a91f4240da2105ef40248c7527861a29eb6b6c4fdf6111fc1094ae1f699f864d
MD5 d7abd0867b223edb79365bbd9e73bcb9
BLAKE2b-256 d49b7f08ef646ef5e41564331a338cdf8e3d6264060e22293840763c4181832d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page