oss-forensics

Coordinate multi-source OSS forensics investigations to detect and document supply-chain compromises.

Updated May 3, 2026
One-click install
npx skills add https://github.com/JuanMS20/solviora-agent --skill oss-forensics-juanms20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oss-forensics
Source: https://github.com/JuanMS20/solviora-agent/tree/main/optional-skills/security/oss-forensics
Command: npx skills add https://github.com/JuanMS20/solviora-agent --skill oss-forensics-juanms20

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The OSS Forensics Skill provides a structured, multi-source investigation framework to detect and document open-source supply chain compromises, capturing evidence, hypotheses, and final forensic reports.

Core Features & Use Cases

  • 7-phase, multi-agent investigation framework for OSS supply-chain security.
  • Integrates local Git data, GitHub API, Wayback Machine, GH Archive (BigQuery), and IOC enrichment for comprehensive evidence.
  • Produces a formal forensic report with citations and redacted secrets for security audits.

Quick Start

Provide a target repository and time window, then activate the OSS Forensics Skill to begin evidence collection and report generation.

Frequently Asked Questions about oss-forensics

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

FAQPage Schema
How do I investigate a GitHub repository for open-source supply-chain compromises?

To investigate open-source supply-chain compromises, you coordinate a multi-source forensics pipeline across local Git, GitHub API, BigQuery GH Archive, and Wayback Machine to collect and document evidence from commits, issues, PRs, and releases.

What is the best way to collect forensic evidence from GitHub commit history and archived content?

The best way to collect forensic evidence is using a multi-source investigation framework that queries local git data, GitHub API, Wayback Machine archived content, and GH Archive to capture and verify historical repository artifacts.

Can I generate a formal forensic report with redacted secrets for a compromised OSS package?

Yes, you can generate a formal forensic report for a compromised OSS package. The investigation pipeline structures evidence capture, redacts secrets, and outputs a final report with citations for security audits.

Does OSS supply-chain forensics work with archived GitHub releases and Wayback Machine data?

OSS supply-chain forensics works with archived GitHub releases and Wayback Machine data. The framework integrates these sources alongside local Git and BigQuery GH Archive to enable comprehensive evidence collection and hypothesis testing.

What do I need to start a multi-source forensics investigation on a target repository?

To start a forensics investigation, you need to provide a target repository and a specific time window. This input activates the evidence collection and hypothesis testing pipeline across multiple data sources.

When should I use a structured forensics pipeline instead of manual git log analysis for security incidents?

You should use a structured forensics pipeline instead of manual git log analysis when you need multi-source verification, formal evidence capture, and redacted reporting to satisfy supply-chain security audit requirements.

Related Skills