Spydertop

Latest version: v1.4.0

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.4.0

This release updates Spydertop to use the new Search and Objects APIs, and fixes some incompatibilities that have come up due to changes in the format of object data. Load times should now be faster in some cases, and the default duration of data to load has been increased to 15 minutes.

The minimum required Python version has also been increased to 3.8.

What's Changed
* Feature: Update APIs by spyder-griffith in https://github.com/spyderbat/spydertop/pull/14


**Full Changelog**: https://github.com/spyderbat/spydertop/compare/v1.3.1...v1.4.0

1.3.1

What's Changed

1.3

Fixes

* Updated README with the correct configuration commands
* Fixed a couple of crashes and made CLI error handling more consistent
* Removed organization sources count on the organization selection screen. Organizations are now sorted by name.
* Fixed a UI bug in the time selection view

**Full Changelog**: https://github.com/spyderbat/spydertop/compare/v1.3.0...v1.3.1

1.3.0

What's Changed
* Config improvements by spyder-griffith in https://github.com/spyderbat/spydertop/pull/11

This Release adds new configuration commands and a new configuration file structure. It splits the configuration into secrets, containing the API keys and URLs, and contexts, which define a default window into an investigation. Contexts can be as broad as all organizations for an API key or as specific as a single machine.

New commands:

- `spydertop config set/get/delete-context` - creating, reading, and deleting contexts
- `spydertop config set/get/delete-secret` - creating, reading, and deleting secrets
- `spydertop config use-context` - set the currently active context
- `spydertop config get` - show the currently active configuration

Additionally, shell completion is supported, and can be enabled in the same way as described in the [spyctl documentation](https://spyctl.readthedocs.io/en/latest/getting_started/install.html#enabling-shell-completion). For example, a zsh user would run:

zsh
_SPYDERTOP_COMPLETE=zsh_source spydertop > /path/to/spydertop_complete.zsh
add this to .zshrc
. /path/to/spydertop_complete.zsh


Changes to configuration

- config files and cache files are now stored in the appropriate directory according to platform standards
- e.x. `~/.config/spydertop/` and `~/.cache/spydertop` on Linux
- the configuration directory can now be specified with a `--config-dir/-c` flag
- old configuration files will automatically be migrated to the new configuration location and format

Other changes

- the old spydertop behavior is now in the `spydertop load` command

**Full Changelog**: https://github.com/spyderbat/spydertop/compare/v1.2.3...v1.3.0

1.2.3

**Full Changelog**: https://github.com/spyderbat/spydertop/compare/v1.2.2...v1.2.3

1.2.2

What's Changed
* Fix a few crashes by spyder-griffith in https://github.com/spyderbat/spydertop/pull/12


**Full Changelog**: https://github.com/spyderbat/spydertop/compare/v1.2.1...v1.2.2

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.