Who this workflow is for
Use this workflow when a file must cross a person or team boundary as an AGEX bundle and the handoff must be reviewable. It is for operators, support teams, and recipients who need to check visible metadata, protection choices, signature status, and a recipient-style decrypt test.
Keep the source within the AGEX v1 limit of 50 MB. Decide whether the requirement is confidentiality only or confidentiality plus a signature. Keep the passphrase and signing private key out of the bundle, and share secrets through a separate channel.
Package and inspect
Use agex-passphrase-strength-checker for decision support, not a security guarantee. If a signature is required, use agex-keypair-generator, protect the private key, and confirm the public key independently. Create the package with age-like-encrypted-file-bundle, then use agex-bundle-inspector to read filename, size, MIME type, KDF and cipher settings, and signature presence without decrypting plaintext.
Correct and accept
Use agex-bundle-metadata-redactor to reduce visible metadata. Its result reports changed fields, whether ciphertext and nonce stayed unchanged, and whether an existing signature was stripped. Use agex-bundle-rewrapper when the current passphrase is known and fresh protection is needed; use agex-bundle-diff to review the change. Finally verify with agex-signature-verifier, test decryption with age-like-encrypted-file-bundle, and generate agex-secure-share-note. The note is an instruction artifact, not a transport or identity service. Accept the handoff only after expected metadata, decryption, signature decision, and external recipient acknowledgement are recorded.