🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@eurekadevsecops/radar

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@eurekadevsecops/radar

unpublished
Source
npmnpm
Version
1.6.0
Weekly downloads
58
-35.56%
Maintainers
1
Weekly downloads
 
Created
Source
               _            
 _ __ __ _  __| | __ _ _ __ 
| '__/ _` |/ _` |/ _` | '__|
| | | (_| | (_| | (_| | |   
|_|  \__,_|\__,_|\__,_|_|

Introduction

radarctl is a command-line interface for Radar, an open-source orchestrator of security scanners. Radar is part of the Eureka DevSecOps platform.

Requirements

  • Node.js version 22.17.0 or higher
  • Docker

Installation

Install the Radar CLI on the command-line using NPM:

npm i -g @eurekadevsecops/radar

Getting Started

Run the Radar CLI:

radar

You will get a list of available commands:

COMMANDS 
  help      display help              
  scan      scan for vulnerabilities  
  scanners  display available scanners 

View help page for each command by using help on the command-line:

radar help

Running a Scan

Run a scan on the source code in the current working directory:

radar scan

Refer to help for the scan command for more information.

radar help scan

Contributing guide

See CONTRIBUTING.md

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts