Skip to content

feat(cli): single-command agent provisioning ergonomics and passphrase harmonization - #409

Merged
bordumb merged 38 commits into
mainfrom
dev-agenticSigningErgonomics
Jul 24, 2026
Merged

feat(cli): single-command agent provisioning ergonomics and passphrase harmonization#409
bordumb merged 38 commits into
mainfrom
dev-agenticSigningErgonomics

Conversation

@bordumb

@bordumb bordumb commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Closes #382

Implements single-command agent provisioning ergonomics and resolves device key signing passphrase harmonization bugs across key storage backends.

Key Changes

  • Single-command Agent Provisioning (auths agent provision):
    • Implements interactive guided wizard mode when flags are omitted.
    • Adds optional flags --label, --key, --profile, --out, --passphrase-file, --repo.
    • Atomically provisions agent workspace, key storage, environment configuration (env.sh), and helper wrapper (bin/auths-agent).
  • Passphrase Harmonization (AgentProvisionPassphraseProvider):
    • Prompts once for the agent passphrase in interactive mode.
    • Correctly routes parent key (main) decryption prompts to CLI/environment providers while supplying agent passphrase for agent key operations.
  • KeyStorage Trait Method Forwarding:
    • Implements is_hardware_key, rebind_identity, export_public_key, and sign_raw forwarding for Arc<dyn KeyStorage> and Box<dyn KeyStorage> implementations to prevent fallback to is_hardware_backend() on wrapped software keys.
  • Stale Hardware Key Handle Cleanup:
    • SecureEnclaveKeyStorage::store_key purges stale .se handle files when writing .swkey software keys to prevent handle collisions.
  • Testing:
    • Added comprehensive end-to-end integration tests in tests/e2e/test_agent_provisioning.py.
    • Added unit test test_arc_and_box_forward_is_hardware_key in auths-core.

@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/12 commits verified


How to fix

Commit 9fe35412 has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/13 commits verified


How to fix

Commit b1406900 has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
6e77c2bd ❌ Failed No signature found
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/14 commits verified


How to fix

Commit 6e77c2bd has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
0dbacccb ❌ Failed No signature found
6e77c2bd ❌ Failed No signature found
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/15 commits verified


How to fix

Commit 0dbacccb has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
d8ce4945 ❌ Failed No signature found
0dbacccb ❌ Failed No signature found
6e77c2bd ❌ Failed No signature found
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/16 commits verified


How to fix

Commit d8ce4945 has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
b79d84d0 ❌ Failed No signature found
d8ce4945 ❌ Failed No signature found
0dbacccb ❌ Failed No signature found
6e77c2bd ❌ Failed No signature found
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/17 commits verified


How to fix

Commit b79d84d0 has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@bordumb
bordumb force-pushed the dev-agenticSigningErgonomics branch from b79d84d to 3c0640b Compare July 23, 2026 19:16
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
3c0640b6 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
e22fbe5f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
d8ce4945 ❌ Failed No signature found
0dbacccb ❌ Failed No signature found
6e77c2bd ❌ Failed No signature found
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/18 commits verified


How to fix

Commit 3c0640b6 has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@bordumb
bordumb force-pushed the dev-agenticSigningErgonomics branch from 3c0640b to 3c201e9 Compare July 23, 2026 19:20
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
3c201e94 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
e22fbe5f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
d8ce4945 ❌ Failed No signature found
0dbacccb ❌ Failed No signature found
6e77c2bd ❌ Failed No signature found
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/18 commits verified


How to fix

Commit 3c201e94 has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@bordumb
bordumb force-pushed the dev-agenticSigningErgonomics branch from 3c201e9 to bac6a8d Compare July 23, 2026 19:24
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
bac6a8da ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
e22fbe5f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
d8ce4945 ❌ Failed No signature found
0dbacccb ❌ Failed No signature found
6e77c2bd ❌ Failed No signature found
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/18 commits verified


How to fix

Commit bac6a8da has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

@bordumb
bordumb force-pushed the dev-agenticSigningErgonomics branch from bac6a8d to 3348fae Compare July 23, 2026 19:33
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
3348faea ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
e22fbe5f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
d8ce4945 ❌ Failed No signature found
0dbacccb ❌ Failed No signature found
6e77c2bd ❌ Failed No signature found
b1406900 ❌ Failed No signature found
9fe35412 ❌ Failed No signature found
1ff995e0 ❌ Failed No signature found
f33db05d ❌ Failed No signature found
7694a97b ❌ Failed No signature found
fd5e46cc ❌ Failed No signature found
497bc68c ❌ Failed No signature found
127654b4 ❌ Failed No signature found
dcf91c60 ❌ Failed No signature found
3fbfae44 ❌ Failed No signature found
fa83067d ❌ Failed No signature found
8d01c1a6 ❌ Failed No signature found
b4a25c76 ❌ Failed No signature found

Result: ❌ 0/18 commits verified


How to fix

Commit 3348faea has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Quickstart →

bordumb added 16 commits July 23, 2026 20:58
…ergonomics

Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
…agent provision

Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
… completion

Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
…g sign_with_key and extract_public_key_bytes

Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
…orage through sign_with_key

Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
…nd add e2e agent provisioning tests

Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
…phrase prompts on SE hardware keys

Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
…provisioning.py

Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y
Auths-Anchor-Seq: 70
Auths-Scope: sign_commit
….se handles in store_key

Auths-Scope: sign_commit
Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp
Auths-Anchor-Seq: 13
…less agent signing

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
…y, sign_raw in Arc and Box KeyStorage impls

Auths-Scope: sign_commit
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
…warding

Auths-Scope: sign_commit
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
Auths-Scope: sign_commit
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
…th and clean .auths/roots

Auths-Scope: sign_commit
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
Auths-Scope: sign_commit
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
b14bb112 ❌ Failed identity bundle root did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b is not independently trusted: add it to .auths/roots (or verify from the identity that controls it). A bundle is evidence for a pinned root, never the source of the pin.

Result: ❌ 0/1 commits verified


How to fix

Commit b14bb112 failed verification. See the Actions log for details.

bordumb added 5 commits July 24, 2026 00:18
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
…uths into dev-agenticSigningErgonomics

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/27 commits verified (1 skipped)


How to fix

Commit 6c637b1d is signed, but its signer could not be verified against the trusted identity.
Make sure the CI identity bundle is present and current, then pass it via the identity-bundle input:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

bordumb added 2 commits July 24, 2026 00:44
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/29 commits verified (1 skipped)


How to fix

Commit 4ce9ccb1 is signed, but its signer could not be verified against the trusted identity.
Make sure the CI identity bundle is present and current, then pass it via the identity-bundle input:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
9873c534 ❌ Failed Signing key is not the device's current key
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/30 commits verified (1 skipped)


How to fix

Commit 9873c534 is signed, but its signer could not be verified against the trusted identity.
Make sure the CI identity bundle is present and current, then pass it via the identity-bundle input:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 31536000

bordumb added 2 commits July 24, 2026 01:11
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
37bdc9ef ❌ Failed Signing key is not the device's current key
12c4e649 ❌ Failed Signing key is not the device's current key
9873c534 ❌ Failed Signing key is not the device's current key
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/32 commits verified (1 skipped)


How to fix

Commit 37bdc9ef failed verification. See the Actions log for details.

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
04f9a19f ❌ Failed Signing key is not the device's current key
37bdc9ef ❌ Failed Signing key is not the device's current key
12c4e649 ❌ Failed Signing key is not the device's current key
9873c534 ❌ Failed Signing key is not the device's current key
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/33 commits verified (1 skipped)


How to fix

Commit 04f9a19f failed verification. See the Actions log for details.

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
7659c11f ❌ Failed Signing key is not the device's current key
04f9a19f ❌ Failed Signing key is not the device's current key
37bdc9ef ❌ Failed Signing key is not the device's current key
12c4e649 ❌ Failed Signing key is not the device's current key
9873c534 ❌ Failed Signing key is not the device's current key
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/34 commits verified (1 skipped)


How to fix

Commit 7659c11f failed verification. See the Actions log for details.

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
eca55b52 ❌ Failed Signing key is not the device's current key
7659c11f ❌ Failed Signing key is not the device's current key
04f9a19f ❌ Failed Signing key is not the device's current key
37bdc9ef ❌ Failed Signing key is not the device's current key
12c4e649 ❌ Failed Signing key is not the device's current key
9873c534 ❌ Failed Signing key is not the device's current key
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/35 commits verified (1 skipped)


How to fix

Commit eca55b52 failed verification. See the Actions log for details.

…elp block

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
3a45dd66 ❌ Failed Signing key is not the device's current key
eca55b52 ❌ Failed Signing key is not the device's current key
7659c11f ❌ Failed Signing key is not the device's current key
04f9a19f ❌ Failed Signing key is not the device's current key
37bdc9ef ❌ Failed Signing key is not the device's current key
12c4e649 ❌ Failed Signing key is not the device's current key
9873c534 ❌ Failed Signing key is not the device's current key
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/36 commits verified (1 skipped)


How to fix

Commit 3a45dd66 failed verification. See the Actions log for details.

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
b1144130 ❌ Failed Signing key is not the device's current key
3a45dd66 ❌ Failed Signing key is not the device's current key
eca55b52 ❌ Failed Signing key is not the device's current key
7659c11f ❌ Failed Signing key is not the device's current key
04f9a19f ❌ Failed Signing key is not the device's current key
37bdc9ef ❌ Failed Signing key is not the device's current key
12c4e649 ❌ Failed Signing key is not the device's current key
9873c534 ❌ Failed Signing key is not the device's current key
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/37 commits verified (1 skipped)


How to fix

Commit b1144130 failed verification. See the Actions log for details.

Auths-Id: did:keri:EMN-WRXNAkLfavKsaFHS0ehP7eB1s8a1alktBJoDhI7b
Auths-Device: did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
Auths-Anchor-Seq: 1
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
19e9e370 ❌ Failed Signing key is not the device's current key
b1144130 ❌ Failed Signing key is not the device's current key
3a45dd66 ❌ Failed Signing key is not the device's current key
eca55b52 ❌ Failed Signing key is not the device's current key
7659c11f ❌ Failed Signing key is not the device's current key
04f9a19f ❌ Failed Signing key is not the device's current key
37bdc9ef ❌ Failed Signing key is not the device's current key
12c4e649 ❌ Failed Signing key is not the device's current key
9873c534 ❌ Failed Signing key is not the device's current key
4ce9ccb1 ❌ Failed Signing key is not the device's current key
5de42144 ❌ Failed Signing key is not the device's current key
6c637b1d ❌ Failed Signing key is not the device's current key
8a0ce833 ❌ Failed Signing key is not the device's current key
d5ef807f ❌ Failed Signing key is not the device's current key
bcb211be ❌ Failed Signing key is not the device's current key
f1143fd7 ❌ Failed Commit carries no Auths-Id/Auths-Device trailer. The prepare-commit-msg hook installed by auths init adds these on every commit — if this repo sets its own core.hooksPath (e.g. husky), the hook is bypassed; run auths doctor to check. Backfill existing commits with auths sign <ref> (rewrites the commit).
605b3990 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3a97cf97 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
0653650a ❌ Failed Signing key is not the device's current key
d83f706f ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
d2e13a8b ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
f13a33df ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
b9f30b18 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
18b1d285 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
a3e28359 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
74419747 ✅ Verified Signed by did:keri:EAswoxxXY6-kXqYcc3mUngY8GOiwhDwXxFfjWXzCvuW6
3b17646a ❌ Failed Signing key is not the device's current key
15dd31c3 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp is not available locally: KEL not found for did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
0a05e15d ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b26db3f6 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
23db5b8a ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9c24503e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
b61bfd59 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
638e6a5e ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
fffb0fc9 ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
c5d82d8f ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
9440cedd ❌ Failed [AUTHS-E6301] signer's KEL for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y is not available locally: KEL not found for did:keri:EGXg8l62pI8_ig0JiIHMkKyGKbJHdWMpIhb0W0niK86y. Fetch the signer's KEL with git fetch <remote> 'refs/auths/*:refs/auths/*', or verify against an evidence bundle with --identity-bundle.
950b1be7 Skipped merge commit

Result: ❌ 9/38 commits verified (1 skipped)


How to fix

Commit 19e9e370 failed verification. See the Actions log for details.

@bordumb
bordumb merged commit f7280d2 into main Jul 24, 2026
27 of 29 checks passed
@bordumb
bordumb deleted the dev-agenticSigningErgonomics branch July 24, 2026 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ergonomics: provisioning a headless signing agent is a ~9-step ceremony — make it one command

1 participant