Every claim here, and where to check it.
Some of these can be checked in the repository. Some cannot, and those say so rather than going quiet. A page where every line checks out is a longer way of saying trust me.
checked
Keys are encrypted before storage, and never reach the browser.
AES-256-GCM in src/server/security/secrets.ts, under a key held in the hosting environment. No server action returns a key; the credentials table is dropped by name from every export, and a test fails if one appears in the output.
checked
Nothing is added to what your AI produces.
docs/PROVENANCE-AUDIT.md. Image bytes are stored and served exactly as the provider returns them, with no re-encoding anywhere in the repository. No markers are injected into text; the codebase was scanned for invisible characters and the only one is a UTF-8 BOM in a CSV, so Excel reads it correctly.
not verified
What your AI provider puts inside its own files.
Not known, and not claimed. Establishing it needs a real key, a real generated file and a C2PA reader. Whatever OpenAI embeds in an image arrives intact and leaves intact, because nothing here strips it either.
not built
Turning a frame into a moving clip.
Listed, priced, and it does not run. The submit-and-wait queue this note used to blame now exists; two other things replaced it. Nothing in the catalogue can start from the still you already approved, because the one video model draws from text alone, so it would return a different picture rather than yours moving. And a finished clip is never collected: the file comes back and nothing reads it. A frame set to Clip says so rather than failing later.
checked
Frame times are measured, not estimated.
They come from the voiceover’s character-level alignment. The words-per-minute version that guessed them was deleted rather than kept alongside, because two timelines that look identical on screen and disagree is worse than one.
not verified
Whether it will save you time.
Nobody has measured this. There is one user, who is also the author, so there is nobody to quote and any number here would be invented. Run a project through it and decide.