oss-forensics

Consolidates forensic evidence from git history, GitHub API, Wayback Machine, and BigQuery GH Archive.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AVOI-CEO/avoi-agent --skill oss-forensics-avoi-ceo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oss-forensics
Source: https://github.com/AVOI-CEO/avoi-agent/tree/main/optional-skills/security/oss-forensics
Command: npx skills add https://github.com/AVOI-CEO/avoi-agent --skill oss-forensics-avoi-ceo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Teams conducting OSS security investigations struggle to systematically collect, verify, and report evidence across multiple data sources during supply-chain incidents.

Core Features & Use Cases

  • 7-phase multi-agent investigation framework for researching open-source supply chain attacks.
  • Cross-source evidence collection (Git, GitHub API, Wayback Machine, and GH Archive) with guardrails and final reporting.
  • Hypothesis formation, validation, and evidence-backed reporting to enable responsible disclosure and remediation.

Quick Start

Begin by initiating a targeted OSS-forensics investigation against a repository, then run the 7-phase workflow to collect evidence, validate findings, and produce the final forensic report.

Frequently Asked Questions about oss-forensics

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

FAQPage Schema
How do I investigate an open-source supply chain attack on a GitHub repository?

OSS forensics uses non-destructive analysis to detect force-pushes, recover deleted content, and extract IOCs from local git history and GitHub API data. It correlates evidence across sources while applying strict anti-hallucination guardrails and redacting secrets.

How do I recover deleted content and detect force-pushes in a compromised repository?

Forensic evidence collection recovers deleted content and detects force-pushes by analyzing local git history and GitHub API data. The process applies non-destructive analysis with strict anti-hallucination guardrails to ensure evidence integrity.

Can I extract IOCs and correlate evidence across Wayback Machine and GH Archive?

Yes, you can extract IOCs and correlate evidence across Wayback Machine and BigQuery GH Archive. The investigation framework consolidates cross-source evidence to validate hypotheses and produce an evidence-backed final report for responsible disclosure.

Does open-source supply chain forensics work without altering the original repository?

Supply chain forensics implements non-destructive analysis to ensure the original repository remains unaltered. It strictly redacts secrets and applies evidence verification guardrails throughout the cross-source data collection and reporting workflow.

What's the best way to report supply-chain vulnerability findings for responsible disclosure?

The best way to report supply-chain vulnerability findings is using hypothesis formation, validation, and evidence-backed reporting. This framework generates a structured final forensic report that enables responsible disclosure and remediation across open-source organizations.