supply-chain-attack-recon

Analyze package dependencies, CI/CD configurations, and artifacts for supply-chain vulnerabilities.

5|Updated May 27, 2026
One-click install
npx skills add https://github.com/cybersecwoman/Kiro-BugHunter --skill supply-chain-attack-recon-cybersecwoman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-attack-recon
Source: https://github.com/cybersecwoman/Kiro-BugHunter/tree/main/skills/supply-chain-attack-recon
Command: npx skills add https://github.com/cybersecwoman/Kiro-BugHunter --skill supply-chain-attack-recon-cybersecwoman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies potential software supply-chain vulnerabilities by analyzing package dependencies, CI/CD configurations, and external artifacts.

Core Features & Use Cases

  • Dependency Analysis: Checks for unclaimed package names, dependency confusion, and typosquatting.
  • CI/CD Configuration Analysis: Inspects GitHub Actions workflows for potential security issues.
  • Artifact Analysis: Scans Docker images and SBOMs for exposed secrets and vulnerabilities.
  • Use Case: When assessing the security posture of a software project with a public GitHub org and CI/CD pipeline.

Quick Start

Run the 'supply-chain-attack-recon' skill to perform a comprehensive reconnaissance on the target organization.

Frequently Asked Questions about supply-chain-attack-recon

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

FAQPage Schema
How do I check for supply chain vulnerabilities in GitHub Actions workflows?

To check for supply chain vulnerabilities in GitHub Actions workflows, this skill inspects CI/CD configurations for security issues and analyzes package dependencies. It performs reconnaissance on public GitHub organizations to identify configuration flaws and exposed secrets.

What is dependency confusion and how can I detect it during package analysis?

Dependency confusion is a supply chain attack where malicious packages replace internal ones. This skill detects it during package analysis by checking for unclaimed package names, dependency confusion, and typosquatting across your software project's dependencies.

Can I scan Docker images and SBOMs for exposed secrets?

Yes, you can scan Docker images and SBOMs for exposed secrets. This skill performs artifact analysis to inspect external artifacts, identifying vulnerabilities and exposed sensitive data within your software supply chain components.

Does this supply chain security analysis require specific tools for CI/CD scanning?

Yes, supply chain security analysis requires various tools for dependency analysis, CI/CD scanning, and artifact inspection. The skill applies to public GitHub orgs and CI/CD pipelines, needing these external tools to perform comprehensive reconnaissance.

What's the best way to assess the security posture of a software project with a public GitHub org?

The best way to assess the security posture of a software project with a public GitHub org is running comprehensive reconnaissance. This skill analyzes package dependencies, CI/CD configurations, and external artifacts to identify potential software supply-chain vulnerabilities.