oss-forensics
Installation
SKILL.md
OSS Forensics
Purpose
- Use this skill to investigate open-source repositories, packages, images, and dependency trees for security risk.
- It is useful for package intake, third-party code review, incident response, and supply-chain due diligence.
- Treat this as a forensic and risk-triage workflow, not a single tool.
High-Level Approach
- Audit dependencies for known vulnerabilities.
- Assess repository trust signals and maintainer health.
- Review code for suspicious patterns.
- Generate an SBOM and map packages to CVEs.
- Check history, provenance, and release integrity.
Dependency Audit
Python: