SkillAgentSearch skills...

PyVulnerabilityLookup

Python client and module for Vulnerability-Lookup.

Install / Use

/learn @vulnerability-lookup/PyVulnerabilityLookup
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Python client and module for Vulnerability-Lookup

PyVulnerabilityLookup, a Python library to access Vulnerability-Lookup via its REST API.

PyVulnerabilityLookup allows you to fetch vulnerabilities, create comments, bundles, sightings, and more.

Installation

pip install pyvulnerabilitylookup

Usage

Command line

You can use the vulnerability_lookup command:

$ vulnerability_lookup -h
usage: vulnerability_lookup [-h] --url URL (--redis_up | --vulnerability VULNERABILITY)

Query a thing.

options:
  -h, --help            show this help message and exit
  --url URL             URL of the instance.
  --redis_up            Check if redis is up.
  --vulnerability VULNERABILITY
                        Get a vulnerability.

Library

See API Reference

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated1mo ago
Forks3

Languages

Python

Security Score

90/100

Audited on Feb 9, 2026

No findings