RubySec advisory archive CLI for OpenCLI.
This plugin adds a rubysec command group to OpenCLI so you can browse the RubySec advisory archive and read individual vulnerability articles from the terminal.
Install from GitHub:
opencli plugin install github:nullptrKey/opencli-plugin-rubysecInstall from a local checkout:
opencli plugin install C:/Users/root/rubysec-opencli-pluginList archive entries:
opencli rubysec archives --limit 10
opencli rubysec archives --year 2026 --limit 5Read a single advisory article:
opencli rubysec advisory CVE-2026-33946
opencli rubysec advisory https://rubysec.com/advisories/CVE-2026-33946/archivesprints advisory rows including date, ID, gem, title, and URLadvisoryreturns structured advisory details including severity, patched versions, related links, and the article body
- The plugin uses direct HTTP fetching and HTML parsing, so it does not require the OpenCLI Browser Bridge extension
- It targets the public RubySec archive at
https://rubysec.com/advisories/archives/
Apache-2.0