{"id":49564878,"url":"https://github.com/cmangun/agentic-trace-cli","last_synced_at":"2026-05-03T11:11:30.340Z","repository":{"id":354397959,"uuid":"1163507576","full_name":"cmangun/agentic-trace-cli","owner":"cmangun","description":"CLI tooling to create, sign, redact, verify, and export verifiable agent traces","archived":false,"fork":false,"pushed_at":"2026-04-28T10:56:16.000Z","size":8,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T12:33:20.387Z","etag":null,"topics":["agentic-systems","audit-trail","cli","developer-tools","rust","verifiable-ai"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmangun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-21T18:31:25.000Z","updated_at":"2026-04-28T10:56:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cmangun/agentic-trace-cli","commit_stats":null,"previous_names":["cmangun/agentic-trace-cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cmangun/agentic-trace-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmangun%2Fagentic-trace-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmangun%2Fagentic-trace-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmangun%2Fagentic-trace-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmangun%2Fagentic-trace-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmangun","download_url":"https://codeload.github.com/cmangun/agentic-trace-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmangun%2Fagentic-trace-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32566480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-systems","audit-trail","cli","developer-tools","rust","verifiable-ai"],"created_at":"2026-05-03T11:11:28.840Z","updated_at":"2026-05-03T11:11:30.335Z","avatar_url":"https://github.com/cmangun.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agentic-trace-cli\n\n[![CI](https://github.com/cmangun/agentic-trace-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/cmangun/agentic-trace-cli/actions/workflows/ci.yml)\n\n\u003e Part of the [Agentic Evidence Suite](https://github.com/cmangun/agentic-evidence) — six interoperating components for verifiable agentic AI. See [`REFERENCE-ARCHITECTURE.md`](https://github.com/cmangun/agentic-evidence/blob/main/REFERENCE-ARCHITECTURE.md) for the suite-level architecture.\n\nCLI tooling to create, sign, redact, verify, and export **verifiable agent traces**.\n\nImplements:\n- Bundle initialization and event appending\n- Hash chaining and receipt emission\n- Signature and verification\n- Redaction with integrity preservation\n- Evidence export (JSON + HTML)\n\nSchema/spec source of truth: [agentic-receipts](https://github.com/cmangun/agentic-receipts)\n\n## Commands (MVP)\n\n| Command | Description |\n|---------|-------------|\n| \\`agentic-trace init\\` | Create a new bundle directory |\n| \\`agentic-trace append\\` | Add an event to the trace |\n| \\`agentic-trace sign\\` | Sign all receipts in a bundle |\n| \\`agentic-trace verify\\` | Verify chain integrity + signatures |\n| \\`agentic-trace redact\\` | Redact sensitive fields |\n| \\`agentic-trace export\\` | Export evidence pack (JSON + HTML) |\n\n## Quick Start\n\n\\`\\`\\`bash\nagentic-trace init ./demo-bundle\nagentic-trace append ./demo-bundle --event fixtures/event.json\nagentic-trace sign ./demo-bundle --key ./keys/dev.key\nagentic-trace verify ./demo-bundle\n\\`\\`\\`\n\n## Suite\n\nThis repo is part of the **Agentic Evidence Suite**:\n- [agentic-receipts](https://github.com/cmangun/agentic-receipts) (standard)\n- [agentic-trace-cli](https://github.com/cmangun/agentic-trace-cli) (tooling)\n- [agentic-artifacts](https://github.com/cmangun/agentic-artifacts) (outputs)\n- [agentic-policy-engine](https://github.com/cmangun/agentic-policy-engine) (governance)\n- [agentic-eval-harness](https://github.com/cmangun/agentic-eval-harness) (scenarios)\n- [agentic-evidence-viewer](https://github.com/cmangun/agentic-evidence-viewer) (review UI)\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmangun%2Fagentic-trace-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmangun%2Fagentic-trace-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmangun%2Fagentic-trace-cli/lists"}