Skip to content

nullptrKey/opencli-plugin-rubysec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencli-plugin-rubysec

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

Install from GitHub:

opencli plugin install github:nullptrKey/opencli-plugin-rubysec

Install from a local checkout:

opencli plugin install C:/Users/root/rubysec-opencli-plugin

Commands

List archive entries:

opencli rubysec archives --limit 10
opencli rubysec archives --year 2026 --limit 5

Read a single advisory article:

opencli rubysec advisory CVE-2026-33946
opencli rubysec advisory https://rubysec.com/advisories/CVE-2026-33946/

Output

  • archives prints advisory rows including date, ID, gem, title, and URL
  • advisory returns structured advisory details including severity, patched versions, related links, and the article body

Notes

  • 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/

License

Apache-2.0

About

RubySec advisory archive CLI plugin for OpenCLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors