fiftyone-develop-plugin
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches reference code and plugin templates from the official Voxel51 repository on GitHub. These downloads originate from a trusted organization and are used for implementation guidance.
- [COMMAND_EXECUTION]: Utilizes system commands for environment setup and testing, including cloning repositories, searching files with
grep, and executing Python-based server tools likepython -m fiftyone.server.main. This also includes the use ofnpx playwrightfor running end-to-end integration tests. - [DATA_EXFILTRATION]: Provides templates for creating plugins that can interact with external APIs and export dataset content to local files. These patterns follow security best practices by using the framework's internal secrets management (
ctx.secrets) for credentials and authenticated network requests via therequestslibrary.
Audit Metadata