What an author signature actually proves
Follow an ai_stp publication attestation from the active device key to the exact object coordinates it protects.
- publishing
- signature
- trust
A publication signature is not a decorative string. It is an Ed25519 proof produced by an active device and bound to one exact publication record.
The signed coordinates
The confirmation record covers the artifact digest, object identity, version, policy and device identity. Changing any coordinate produces a different message and invalidates the signature.
What the server checks
- The device belongs to the publishing account and remains active.
- The public key verifies the complete canonical confirmation record.
- The record coordinates match the server-side publication plan exactly.
This prevents a valid signature for one version from being replayed for another. It also makes a copied, truncated or substituted proof useless.
What it does not prove
An author signature proves authorization and integrity of intent. Safety scans and component verification remain separate evidence, so readers can see precisely which claim each signal supports.