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
- Host: GitHub
- URL: https://github.com/ghostsecurity/wraith
- Owner: ghostsecurity
- License: apache-2.0
- Created: 2025-08-26T20:12:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-12T20:09:36.000Z (25 days ago)
- Last Synced: 2026-02-13T00:56:56.174Z (25 days ago)
- Topics: managed-by-terraform
- Language: Go
- Homepage: https://ghostsecurity.ai/tools/wraith
- Size: 6.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Notice: NOTICE
Awesome Lists containing this project
README

# 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).

## 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.