{"id":49882877,"url":"https://github.com/reversinglabs/rl-protect-skills","last_synced_at":"2026-05-15T16:06:59.683Z","repository":{"id":353099211,"uuid":"1185396461","full_name":"reversinglabs/rl-protect-skills","owner":"reversinglabs","description":"Claude Code skills for Spectra Assure Community. Scan open source dependencies for malware, vulnerabilities, and policy violations before they enter your project.","archived":false,"fork":false,"pushed_at":"2026-04-22T14:08:45.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-22T14:13:05.754Z","etag":null,"topics":["ai-skills","ci-integration","claude-code","supply-chain-security"],"latest_commit_sha":null,"homepage":"https://secure.software/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reversinglabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-18T14:40:37.000Z","updated_at":"2026-04-22T12:09:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/reversinglabs/rl-protect-skills","commit_stats":null,"previous_names":["reversinglabs/rl-protect-skills"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/reversinglabs/rl-protect-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reversinglabs%2Frl-protect-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reversinglabs%2Frl-protect-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reversinglabs%2Frl-protect-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reversinglabs%2Frl-protect-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reversinglabs","download_url":"https://codeload.github.com/reversinglabs/rl-protect-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reversinglabs%2Frl-protect-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33071627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-skills","ci-integration","claude-code","supply-chain-security"],"created_at":"2026-05-15T16:06:59.038Z","updated_at":"2026-05-15T16:06:59.678Z","avatar_url":"https://github.com/reversinglabs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rl-protect-skills\n\nClaude Code skills for [Spectra Assure Community](https://secure.software) — supply chain security powered by [rl-protect](https://docs.secure.software/).\n\nThese skills teach Claude Code to scan open source dependencies for malware, vulnerabilities, and policy violations before they enter your project, and to interpret the results.\n\n---\n\n## Skills\n\n### `rl-protect-install`\nInstalls the rl-protect CLI from PyPI and configures it for first use. Handles Python and pip detection, installation, PATH verification, and hands off to `rl-protect-connect` on completion.\n\n### `rl-protect-connect`\nConnects rl-protect to a Spectra Assure Community (free) or Spectra Assure Portal (enterprise) account. Handles token setup, named connections, proxy configuration, and post-connect verification.\n\n### `rl-protect-scan`\nScans packages and manifest files for supply chain risk before dependency changes are made. Supports single packages, CSV lists, and full manifest scans. Presents findings as a structured report inline in Claude Code.\n\n### `rl-protect-interpret`\nInterprets saved `rl-protect.report.json` files to answer questions about vulnerabilities, malware, behavior indicators, policy violations, overrides, governance blocks, and dependency trees. Supports forward and reverse dependency tree visualization to trace how a package entered the tree.\n\n### `rl-protect-edit-profile`\nCreates and modifies rl-protect scanning profiles. Supports configuring assessment severity levels, adding governance allow/block rules, and managing policy overrides with a full audit trail.\n\n---\n\n## Requirements\n\n- [Claude Code](https://claude.ai/download) version 1.0.33 or later\n- Python 3.8 or later and pip (required for `rl-protect-install`)\n- A [Spectra Assure Community](https://secure.software) account (free) or Spectra Assure Portal (enterprise) license\n\n---\n\n## Installation\n\n### Step 1 — Add the marketplace\n\n```bash\n/plugin marketplace add ReversingLabs/rl-protect-skills\n```\n\n### Step 2 — Install the skills you need\n\n```bash\n/plugin install rl-protect-install@rl-protect-skills\n/plugin install rl-protect-connect@rl-protect-skills\n/plugin install rl-protect-scan@rl-protect-skills\n/plugin install rl-protect-interpret@rl-protect-skills\n/plugin install rl-protect-edit-profile@rl-protect-skills\n```\n\n### Step 3 — Activate\n\n```bash\n/reload-plugins\n```\n\n### Keeping skills up to date\n\nEnable auto-update through the `/plugin` interface, or update manually:\n\n```bash\n/plugin marketplace update ReversingLabs/rl-protect-skills\n```\n\n### Verifying installation\n\n```bash\n/skills\n```\n\nAll installed `rl-protect-*` skills should appear in the list.\n\n---\n\n## Quick start\n\n### 1. Install rl-protect\n\nAsk Claude Code:\n\n```\nInstall rl-protect\n```\n\nClaude will check for an existing installation, install from PyPI if needed, and guide you through first-time connection setup.\n\n### 2. Connect to Spectra Assure\n\n```\nConnect rl-protect to my Spectra Assure Community account\n```\n\nClaude will ask for your token and configure the connection. For Enterprise accounts, it will also ask for your Portal URL and organization name.\n\n### 3. Scan before installing a package\n\n```\nI want to add lodash@4.17.21 to the project\n```\n\nClaude will run rl-protect automatically before making any changes and report back with a pass/warn/fail summary.\n\n### 4. Review a saved report\n\n```\nShow me a vulnerability summary from the rl-protect report\n```\n\nClaude will read `rl-protect.report.json` and extract CVE details, CVSS scores, exploit flags, and any policy overrides.\n\n### 5. Edit a scanning profile\n\n```\nSet exploit vulnerabilities to fail in my scanning profile\n```\n\nClaude will update the appropriate field in your profile file and confirm what changed.\n\n---\n\n## Repository structure\n\n```\nrl-protect-skills/\n├── README.md\n├── LICENSE\n├── .claude-plugin/\n│   └── marketplace.json\n└── plugins/\n    ├── rl-protect-install/\n    ├── rl-protect-connect/\n    ├── rl-protect-scan/\n    ├── rl-protect-interpret/\n    │   ├── .claude-plugin/\n    │   │   └── plugin.json\n    │   ├── SKILL.md\n    │   └── scripts/\n    │       ├── summarize.py\n    │       ├── interpret.py\n    │       └── deptree.py\n    └── rl-protect-edit-profile/\n```\n\nEach plugin follows the same structure: a `.claude-plugin/plugin.json` manifest and a `skills/{name}/SKILL.md` instruction file.\n\n---\n\n## Supported ecosystems\n\n| Ecosystem | Manifest files |\n|---|---|\n| npm | `package.json` |\n| PyPI | `requirements.txt`, `pyproject.toml`, `setup.cfg` |\n| RubyGems | `Gemfile`, `gemspec` |\n\n---\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n\n---\n\n## About\n\nPublished by [ReversingLabs](https://www.reversinglabs.com). Spectra Assure and rl-protect are products of ReversingLabs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freversinglabs%2Frl-protect-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freversinglabs%2Frl-protect-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freversinglabs%2Frl-protect-skills/lists"}