github-evidence-kit

Collect and verify GitHub forensic evidence objects from live API, GH Archive, and local git sources.

375|39|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/overthetopseo/lyrie-agent --skill github-evidence-kit-overthetopseo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-evidence-kit
Source: https://github.com/overthetopseo/lyrie-agent/tree/main/packages/omega-suite/skills/lyrie-intel/github-evidence-kit
Command: npx skills add https://github.com/overthetopseo/lyrie-agent --skill github-evidence-kit-overthetopseo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collect and verify forensic evidence objects derived from GitHub sources, enabling reproducible investigations and robust incident lineage.

Core Features & Use Cases

  • Collects commits, issues/PRs, files, and other events from GitHub API and GH Archive, producing structured evidence objects.
  • Stores, exports, and loads evidence collections via a JSON-based EvidenceStore with built-in verification metadata.
  • Reconstructs deleted content from GH Archive and provides verification against original sources for auditability.

Quick Start

Load a sample GitHub evidence dataset, verify it against the original sources, and store results in the EvidenceStore.

Frequently Asked Questions about github-evidence-kit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect and verify GitHub forensic evidence for incident investigations?

Collect and verify GitHub forensic evidence by pulling commits, issues, and events from the live GitHub API and GH Archive, producing structured evidence objects with built-in verification metadata for auditability.

Can I reconstruct deleted GitHub content using GH Archive data?

Yes, you can reconstruct deleted GitHub content using GH Archive data. The process extracts historical events to restore removed files or commits, providing verification against original sources for incident lineage tracking.

How do I store and export GitHub evidence objects for reproducible investigations?

Store and export GitHub evidence objects using a JSON-based EvidenceStore. This system serializes collected commits and events, embedding verification metadata to ensure investigations remain reproducible and auditable.

What is the best way to re-verify stored GitHub evidence against original API sources?

Re-verify stored GitHub evidence by loading the exported JSON collection and applying end-to-end workflows that check the evidence objects against live GitHub API and local git sources to confirm data integrity.

Do I need GH Archive credentials to collect GitHub forensics evidence?

You need GH Archive credentials to collect evidence from that source. The evidence collection process respects GH Archive verification constraints and credentials to ensure authorized access to historical GitHub event data.