Ground truth your agency can defend.
When a public body, or an automated system acting for one, makes a decision, it has to survive an audit, an FOI request, or a court. Dynamic Feed gives every decision a cryptographically signed, independently verifiable record of exactly what was known at the time, drawn only from neutral, authoritative public sources. Verify it yourself, you never have to take our word.
See the proof layer ↗Public keys ↗Why government
Survives the audit
Every answer is Ed25519-signed and its fingerprint time-stamped by an independent RFC 3161 authority, so months later you can prove exactly what an automated system was told the moment it acted. The audit trail for FOI requests, oversight reviews and litigation.
No agenda, no black box
Every datapoint carries its source, licence and freshness, aggregated from authoritative public instruments (USGS, NOAA, NASA, CISA, IMF, OFAC…). Nothing editorialised; nothing you can't trace back.
Reproducible by your own team
Your auditors verify the signature against our published key and re-check the provenance themselves. Trust is never required, it's replaced with proof.
Built for how government decides
The hard part of public-sector AI isn't getting an answer, it's defending it later. Dynamic Feed is built around exactly that: a neutral source of the live present, with a tamper-evident record of every fact served, so a decision made today stays explainable and contestable years from now.
Where it helps today , live feeds only
Hazard awareness
Earthquakes (USGS), wildfires (NIFC), severe-weather alerts (NWS), global disaster alerts (GDACS), air quality & internet-outage health, each signed and timestamped.
Air, sea & space
Live aircraft (ADS-B), Baltic vessel positions (AIS), satellite positions & orbital data, and a full space-weather now-cast (GPS / comms impact).
Actively-exploited risk
CISA KEV actively-exploited vulnerabilities, recent CVEs + their fixes, and dependency / package health, for the systems your teams run.
Compliance signals
OFAC sanctions screening, the US Federal Register, FDA drug shortages, product recalls and SEC filings, neutral, sourced, citeable.
Compliance & security posture , what's true today
Built for Australian government first, IRAP, the ACSC ISM, and the ASD Essential Eight. Straight talk, because overclaiming to a government buyer is fatal: here is exactly where we stand, with no accreditation we don't hold implied.
Every datapoint sourced
Source, licence and freshness attached to every value, with each source licence published. No personal data is required to read it.
Signed & timestamped
Ed25519 signatures over canonical bytes; fingerprints time-stamped by an independent RFC 3161 authority. Independently verifiable, even against us.
Keyless or key-gated
Reads are keyless over MCP / REST; API keys add rate & usage controls. No data is sold or shared with third parties.
IRAP-aligned, not yet assessed
The architecture maps to the ACSC ISM controls an IRAP assessment evaluates. We are not yet IRAP-assessed, we'll engage a registered assessor against a signed requirement, never claimed before it's true. (Also mapped to US FedRAMP & UK GovAssure.)
Essential Eight posture
We self-attest against the ASD Essential Eight mitigation strategies; independently-assessed maturity is pursued with the agency. Honest self-assessment, not a certified maturity-level claim.
Australian hosting on request
Hosted in a single region today (not AU by default). Australian data residency / sovereign hosting, and isolation aligned to the Hosting Certification Framework (HCF), is provisioned when a procurement mandates it. We won't pre-claim a boundary that doesn't yet exist.
Security contact
Coordinated disclosure via /security.txt; public verification keys at /.well-known/keys.
Verify it yourself
# a signed snapshot of the live present (keyless)
curl -X POST https://dynamicfeed.ai/v1/awareness -H "Content-Type: application/json" \
-d '{"robot":{"class":"ground"},"location":{"lat":-35.28,"lon":149.13}}'
# fetch the public key and verify the Ed25519 signature yourself
curl https://dynamicfeed.ai/.well-known/keys
# canonical form = the response WITHOUT its "signature" field, keys sorted, compact separators
# reference verifier: scripts/verify_awareness.py
Decisions your agency can stand behind.
Neutral ground-truth, signed and RFC 3161 timestamped, an audit trail that holds up to FOI, oversight and the courts.
See the proof layer ↗API docs ↗