
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
sonarqube-cli
Advanced tools
Command line interface for SonarQube Server and SonarQube Cloud.
npm install -g sonarqube-clisnr command should now be installed.| List issues | Show Issue Details | Show hotspot details |
|---|---|---|
![]() | ![]() | ![]() |
snr can be configured according to the table below.
sonar-project.properties somewhere up your working directory tree, it will be used.| Env Variable | sonar-project.properties | Command Line |
|---|---|---|
SONAR_TOKEN | sonar.token | none |
SONAR_HOST_URL | sonar.host.url | --base-url |
| n/a | sonar.projectKey | --project |
| n/a | sonar.organization | --organization |
CLI for SonarQube Server & Cloud API
Options:
-V, --version output the version number
--base-url <url> SonarQube server base URL
--dry-run Show what would be done, without making any changes
-h, --help display help for command
Commands:
issue Search and review issues
hotspot Search and review security hotspots
project Show SonarQube projects
status Check system status
risk Search and review dependency risks
help [command] display help for command
Examples:
snr issue list --project my-project --severity HIGH
snr hotspot show AZjzzVD1Xsy7a47AllAl
snr project list --favorites
snr risk list --project my-project --severity HIGH CRITICAL
--json flag to output JSON--dry-run to output a CURL command instead of sending a real request.--fix (where supported) to pass issue details to a local AI tool like Claude Code.yarn install
yarn dev # Run CLI in development
yarn build # Build for production
yarn lint # Lint code
yarn format # Format code
yarn typecheck # Type check
yarn validate # Run everything
Contributions are welcome. Please log an issue if you'd like to request support for a particular API.
FAQs
A command-line API client for SonarQube Server and Cloud
The npm package sonarqube-cli receives a total of 5 weekly downloads. As such, sonarqube-cli popularity was classified as not popular.
We found that sonarqube-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.