tag

dependency-confusion

3 indexed skills · max 10 per page

skills (3)

detecting-typosquatting-packages-in-npm-pypi

mukul975/Anthropic-Cybersecurity-Skills · detecting-typosquatting-packages-in-npm-pypi

0

Detects typosquatting attacks in npm and PyPI package registries by analyzing package name similarity using Levenshtein distance and other string metrics, examining publish date heuristics to identify recently created packages mimicking established ones, and flagging download count anomalies where suspicious packages have disproportionately low usage compared to their legitimate targets. The analyst queries the PyPI JSON API and npm registry API to gather package metadata for automated comparison. Activates for requests involving package typosquatting detection, dependency confusion analysis, malicious package identification, or software supply chain threat hunting in package registries.

analyzing-supply-chain-malware-artifacts

mukul975/Anthropic-Cybersecurity-Skills · analyzing-supply-chain-malware-artifacts

0

Investigate supply chain attack artifacts including trojanized software updates, compromised build pipelines, and sideloaded dependencies to identify intrusion vectors and scope of compromise.

performing-supply-chain-attack-simulation

mukul975/Anthropic-Cybersecurity-Skills · performing-supply-chain-attack-simulation

0

Simulate and detect software supply chain attacks including typosquatting detection via Levenshtein distance, dependency confusion testing against private registries, package hash verification with pip, and known vulnerability scanning with pip-audit.