
Quantum-Safe File Attestation
Available Actions
Details
Create tamper-proof, quantum-resistant certificates for any file. Upload a document, codebase, binary, or archive and receive a cryptographic attestation package that proves exactly what the file contained at the moment it was signed. Anyone can independently verify the certificate without needing access to this tool. Built on ML-DSA-65 (Dilithium3) — a NIST-standardized post-quantum signature algorithm that remains secure even against future quantum computers. Perfect for software release signing, audit trail creation, compliance evidence, intellectual property timestamping, and supply chain integrity verification. For independent offline verification, the open-source standalone verifier is available at https://github.com/Abraxas1010/verified-pqc-verifier — it includes the ML-DSA-65 verification binary, the trust anchor with the signing public key, and a step-by-step guide. No account or API access required.
Use Cases
Sign software releases with quantum-resistant cryptography, Create tamper-proof attestation certificates for documents, Verify file integrity with post-quantum digital signatures, Generate compliance evidence for audits and regulatory requirements, Timestamp and attest intellectual property artifacts, Verify supply chain integrity for software artifacts, Issue verifiable certificates for code repositories or archives, Provide independent verification keys for third-party auditors
Actions(3)
attest_artifact3 params(1 required)Create a post-quantum cryptographic attestation for a file in storage. Signs with ML-DSA-65 via hardware security module and returns a verifiable attestation package. The package is also saved to file storage.
attest_artifact3 params(1 required)Create a post-quantum cryptographic attestation for a file in storage. Signs with ML-DSA-65 via hardware security module and returns a verifiable attestation package. The package is also saved to file storage.
file_idrequiredstringFile ID from file storage (from upload or GitHub download).
artifact_namestringHuman-readable name for the artifact being attested. Defaults to the stored filename.
metadataobjectOptional freeform metadata to include in the attestation manifest. Any key-value pairs such as version numbers, build info, environment tags, or custom context.
verify_attestation3 params(2 required)Verify a previously issued attestation package. Checks the ML-DSA-65 signature, manifest integrity, artifact SHA-256 match, and optionally validates the CAB verifier bundle. Returns accept/reject with a list of any failed checks.
verify_attestation3 params(2 required)Verify a previously issued attestation package. Checks the ML-DSA-65 signature, manifest integrity, artifact SHA-256 match, and optionally validates the CAB verifier bundle. Returns accept/reject with a list of any failed checks.
attestation_packagerequiredobjectThe full attestation package JSON object to verify.
artifact_sha256requiredstringExpected SHA-256 hex digest of the original artifact (exactly 64 hex characters). Must match the hash in the attestation manifest.
check_bundlebooleanWhether to also verify the CAB verifier bundle material. Defaults to true.
get_public_key0 paramsReturn the signer's public key, algorithm, and fingerprint so independent verifiers can confirm attestation signatures without calling this tool.
get_public_key0 paramsReturn the signer's public key, algorithm, and fingerprint so independent verifiers can confirm attestation signatures without calling this tool.
No parameters for this action.
About The Developer

Apoth3osis
Joined Agent Payment: August 14, 2025
We build tools that enable AI agents to excel in the mathematical realm.
Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.


