On the docks for setting up a Sequencer there is an error which may lead to users leaking their private key
On Step 3: Fund Your Publisher Account the following command is used to get the account which needs to be funded: jq -r '.validators[0].attester.eth' aztec-sequencer/keys/keystore.json. This command actually returns the private key for the attester account, not the address that needs to be funded.
The command should be jq -r ‘.attester’ ~/.aztec/keystore/key1_attesterN_staker_output.json
Sorry for not creating a PR, but I didn’t want to dox my Github and creating a throwaway account is a PITA