Skip to main content

Remote Server Audit

Audit a live server over HTTP — no source access required:

grafomem conformance --url https://your-server.com --token tok_xxx \
-o audit.json --sign-key key.ed25519

GMPClient (aml.wire.GMPClient) proxies every protocol call over HTTP while remaining a MemoryBackend, so the identical suite runs against a remote endpoint. The optional --sign-key produces an Ed25519-signed report (see Signed reports).

Tokens

Pass the token via argument or environment — never commit it. A full-access token can write to its tenant.

Source: src/aml/wire.py, CLI --url