{"id":47277546,"url":"https://github.com/vulnetix/cli","last_synced_at":"2026-05-17T03:48:47.397Z","repository":{"id":242352384,"uuid":"809336204","full_name":"Vulnetix/cli","owner":"Vulnetix","description":"Automate vulnerability triage which prioritizes remediation over discovery","archived":false,"fork":false,"pushed_at":"2026-04-01T14:56:19.000Z","size":32383,"stargazers_count":20,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-02T04:55:20.443Z","etag":null,"topics":["cyclonedx","oscal","sarif","sast","sbom","sca","slsa","software-transparency","spdx","vex","vulnerability-management"],"latest_commit_sha":null,"homepage":"https://app.vulnetix.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vulnetix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-06-02T12:06:27.000Z","updated_at":"2026-04-01T14:56:32.000Z","dependencies_parsed_at":"2024-06-19T21:03:28.548Z","dependency_job_id":"4ed60d93-9837-48f8-a464-ee736884d098","html_url":"https://github.com/Vulnetix/cli","commit_stats":null,"previous_names":["trivialsec/trivial-triage","trivialsec/triage-by-trivial-security","0x73746f66/vulnetix","vulnetix/vulnetix","vulnetix/cli"],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/Vulnetix/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnetix%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnetix%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnetix%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnetix%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vulnetix","download_url":"https://codeload.github.com/Vulnetix/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnetix%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31439442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T13:13:19.330Z","status":"ssl_error","status_checked_at":"2026-04-05T13:13:17.778Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cyclonedx","oscal","sarif","sast","sbom","sca","slsa","software-transparency","spdx","vex","vulnerability-management"],"created_at":"2026-03-15T19:48:27.747Z","updated_at":"2026-05-17T03:48:47.380Z","avatar_url":"https://github.com/Vulnetix.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vulnetix CLI \u0026 GitHub Action\n\nAutomated vulnerability management for your CI/CD pipelines and development workflows.\n\n## Contents\n\n- [GitHub Action](#github-action)\n- [Claude Code Plugin](#pix-ai-coding-assistant)\n- [CLI Installation](#cli-installation)\n- [Available Tasks](#available-tasks)\n- [Documentation](#documentation)\n- [CLI Documentation](https://docs.cli.vulnetix.com/)\n- [Claude Code Plugin Documentation](https://ai-docs.vulnetix.com)\n- [VDB API Reference](https://redocly.github.io/redoc/?url=https://api.vdb.vulnetix.com/v1/spec)\n- [GitHub App](https://github.com/marketplace/vulnetix)\n\n---\n\n## GitHub Action\n\nThis GitHub Action provides the Vulnetix CLI for your workflows, enabling automated vulnerability scanning directly in your CI/CD pipeline.\n\n### Basic Usage\n\n```yaml\n- name: Vulnetix Scan\n  uses: Vulnetix/cli@main\n  with:\n    org-id: ${{ secrets.VULNETIX_ORG_ID }}\n```\n\n### Workflow Examples\n\n#### Scan on Pull Request\n\n```yaml\nname: Security Scan\non: [pull_request]\n\njobs:\n  vulnetix:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: Vulnetix/cli@main\n        with:\n          org-id: ${{ secrets.VULNETIX_ORG_ID }}\n```\n\n#### Upload Artifacts\n\n```yaml\n- uses: Vulnetix/cli@main\n  with:\n    org-id: ${{ secrets.VULNETIX_ORG_ID }}\n    task: upload\n    artifact-path: ./reports/\n```\n\nSee [GitHub Actions documentation](./docs/github-actions.md) for complete configuration options, and [Artifact Upload guide](./docs/GHA_COMMAND.md) for uploading workflow artifacts to Vulnetix.\n\n### Other CI/CD Platforms\n\n| Platform | Guide |\n|----------|-------|\n| [GitLab CI](./docs/gitlab-ci.md) | GitLab pipeline integration |\n| [Azure DevOps](./docs/azure-devops.md) | Azure pipeline integration |\n| [Bitbucket](./docs/bitbucket.md) | Bitbucket pipeline integration |\n\n---\n\n## Claude Code Plugin\n\nIntegrate Vulnetix vulnerability intelligence directly into Claude Code with automated pre-commit scanning, six interactive analysis skills, and multi-hook architecture.\n\n### Install\n\nAdd the marketplace:\n\n```\n/plugin marketplace add Vulnetix/pix-ai-coding-assistant\n```\n\nInstall the plugin:\n\n```\n/plugin install vulnetix@vulnetix-plugins\n```\n\n### Upgrade\n\n```\n/plugin update vulnetix\n```\n\n**Requires:** [Vulnetix CLI](#cli-installation) installed and authenticated (`vulnetix auth login`).\n\n[Full plugin documentation](https://ai-docs.vulnetix.com) | [Plugin repository](https://github.com/Vulnetix/pix-ai-coding-assistant)\n\n---\n\n## CLI Installation\n\n| Method | Platforms | Installation |\n|--------|-----------|-------------|\n| [Install Script](./docs/curl.md) | Linux, macOS | `curl -fsSL https://cli.vulnetix.com/install.sh \\| sh` |\n| [Homebrew](./docs/homebrew.md) | Linux, macOS | `brew install vulnetix/tap/vulnetix` |\n| [Scoop](./docs/scoop.md) | Windows | `scoop install vulnetix` |\n| [Nix](./docs/nix.md) | Linux, macOS | `nix profile install github:Vulnetix/cli` |\n| [Go Install](./docs/go-install.md) | All | `go install github.com/vulnetix/cli/v3@latest` |\n| [Binary Download](./docs/curl.md) | All | [Direct download](https://github.com/Vulnetix/cli/releases/latest) |\n| [From Source](./docs/from-source.md) | All | Build from source |\n\nArchitecture support: AMD64, ARM64, ARM, 386.\n\n### Quick Start\n\n```bash\nbrew install vulnetix/tap/vulnetix\nvulnetix auth login\nvulnetix vdb status\n```\n\nSee [CLI Documentation](https://docs.cli.vulnetix.com/) for complete usage and command reference.\n\n---\n\n## Available Tasks\n\n| Task | Description | Use Case |\n|------|-------------|----------|\n| `info` | Auth healthcheck (default) | Verify credential setup |\n\n---\n\n## Documentation\n\n- [CLI Documentation](https://docs.cli.vulnetix.com/)\n- [Claude Code Plugin Documentation](https://ai-docs.vulnetix.com)\n- [VDB API Reference](https://redocly.github.io/redoc/?url=https://api.vdb.vulnetix.com/v1/spec)\n- [Installation Guides](docs/README.md)\n- [Usage Examples](USAGE.md)\n- [GitHub Actions Artifact Upload](docs/GHA_COMMAND.md)\n- [Distribution](docs/PUBLISHING.md)\n- [GitHub App](https://github.com/marketplace/vulnetix)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulnetix%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvulnetix%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulnetix%2Fcli/lists"}