An open API service indexing awesome lists of open source software.

https://github.com/ghostsecurity/wraith

A fast vulnerability scanner for package dependencies
https://github.com/ghostsecurity/wraith

managed-by-terraform

Last synced: 21 days ago
JSON representation

A fast vulnerability scanner for package dependencies

Awesome Lists containing this project

README

          

![Wraith Banner](https://media.ghostsecurity.ai/wraith-banner.png)

# Ghost Security Wraith

Dependency vulnerability scanner wrapping [osv-scanner](https://github.com/google/osv-scanner) with a user-friendly CLI and Go library. Wraith is designed to be easy to use by humans and AI agents alike. For AI agent integration, see [Ghost Security Skills](https://github.com/ghostsecurity/skills).

![Demo](./docs/demo.gif)

## Quick Start

Supports Linux, macOS, and Windows (via Git Bash, MSYS2, or Cygwin).

```bash
curl -sfL https://raw.githubusercontent.com/ghostsecurity/wraith/main/scripts/install.sh | bash
```

Alternatively, download a release directly from [GitHub Releases](https://github.com/ghostsecurity/wraith/releases).

As a Go library:

```bash
go get github.com/ghostsecurity/wraith
```

## Comprehensive Documentation

Full documentation, tutorials, and video guides at [ghostsecurity.ai](https://ghostsecurity.ai).

## Contributions, Feedback, Feature Requests, and Issues

[Open an Issue](https://github.com/ghostsecurity/wraith/issues/new) per the [Contributing](.github/CONTRIBUTING.md) guidelines and [Code of Conduct](.github/CODE_OF_CONDUCT.md)

## License

This repository is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.