fiftyone-troubleshoot
Warn
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill proposes destructive commands such as
rm -rf ~/.fiftyone/var/to reset the internal MongoDB database as a last-resort fix. - [COMMAND_EXECUTION]: It includes instructions to append configuration lines (e.g.,
ulimit -n 65536andexport FIFTYONE_DATABASE_NAME) to user shell profiles like.bashrcor.zshrc. - [COMMAND_EXECUTION]: The skill uses
pkillto terminate running FiftyOne and MongoDB processes. - [EXTERNAL_DOWNLOADS]: Downloads plugins from the
voxel51/fiftyone-pluginsGitHub repository and installs third-party libraries usingpip. - [REMOTE_CODE_EXECUTION]: Installs Jupyter Lab extensions and executes Python snippets for diagnostics and health checks that interact with the local filesystem and network.
Audit Metadata