Random Repo banner
rmrosec rmrosec

Random Repo

Development community

Description

--- name: random-repo description: Pick and clone a random top-100 open-source package from a major package registry (npm, PyPI, crates.io, Go modules) --- Pick a random popular open-source repository to scan for vulnerabilities. ## Steps 1. Pick a random package manager from: npm, PyPI, crates.io, Go modules 2. Fetch the top packages by download count using the appropriate API: - **npm**: `curl -s 'https://api.npmjs.org/v2/search?text=boost%3Apopularity&size=100' | jq '.objects[].package.

Installation

Installs to ~/.claude/skills/rmrosec-vulnswarm-random-repo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rmrosec-vulnswarm-random-repo && curl -fsSL https://raw.githubusercontent.com/rmrosec/vulnswarm/HEAD/skills/random-repo.md -o ~/.claude/skills/rmrosec-vulnswarm-random-repo/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository