
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
ida-settings
Advanced tools
ida-settings is a Python library used by IDA Pro plugins to fetch configuration values from the shared settings infrastructure.
During plugin installation, hcli prompts users for the configuration values and stores them in ida-config.json.
Subsequently, users can invoke hcli (or later, the IDA Pro GUI) to update their configuration.
This is the library that plugins use to fetch the configuration values.
For example, within an IDA Pro plugin:
import ida_settings
api_key = ida_settings.get_current_plugin_setting("openai_key")
def get_current_plugin_setting(key: str) -> str | bool
Fetch the setting value identified by key, raising KeyError if its not found.
This setting should be declared in the current plugin's ida-plugin.json file.
Changing of configuration values should be done via hcli or the IDA Pro GUI.
However, there are also set/del/has/list routines for programmatic access.
ida-config.json themselves, because in the future, we may introduce cascading settings, a la VS Code.This repository also includes a graphical settings manager plugin for IDA Pro.
Install it with:
hcli plugin install ida-settings-editor
Open via:
FAQs
Fetch configuration values for IDA Pro plugins
We found that ida-settings 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.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.