OpenGeode-core

v17.1.0 safe
1.0
Low Risk

Open source framework for representing and manipulating geometric models

🤖 AI Analysis

Final verdict: SAFE

The package has no detectable network calls, shell executions, obfuscation, or credential harvesting patterns. It appears to be a straightforward geometric modeling library with minimal risk.

  • No network calls detected
  • No shell executions detected
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires external services.
  • Shell: No shell executions detected, indicating the package does not execute system commands without user intervention.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.

🔬 Heuristic Checks

Outbound Network Calls

No suspicious network call patterns found

Code Obfuscation

No obfuscation patterns detected

Shell / Subprocess Execution

No shell execution patterns detected

Credential Harvesting

No credential harvesting patterns detected

Typosquatting

No typosquatting candidates detected

Registered Email Domain

Email domain looks legitimate: geode-solutions.com>

Suspicious Page Links score 2.0

Found 1 suspicious link(s) on the package page

  • Non-HTTPS external link: http://ringmesh.org
Git Repository History

No GitHub repository linked

  • No GitHub repository link found
Maintainer History score 6.0

3 maintainer concern(s) found

  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)
  • Package has no PyPI classifiers (low effort / metadata quality)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with OpenGeode-core
Create a fully-functional mini-application called 'GeoModelEditor' that allows users to manipulate and visualize 3D geometric models using the OpenGeode-core Python package. The application should provide a simple GUI interface where users can load, modify, and save geometric models. Here are the key steps and features for your project:

1. **Setup Environment**: Begin by setting up your development environment with Python and installing the necessary packages, including OpenGeode-core.
2. **Load Models**: Implement functionality to load existing 3D geometric models into the application from various file formats supported by OpenGeode-core.
3. **Visualize Models**: Utilize OpenGeode-core to render and display these models in a graphical user interface (GUI). Consider using libraries like PyQt5 or PySide2 for the GUI, alongside OpenGeode-core for rendering.
4. **Manipulate Models**: Provide tools within the application to allow users to modify their models. This could include operations such as scaling, rotating, translating, and applying transformations to specific parts of the model.
5. **Save Models**: Ensure that users can save their modified models back to file in formats compatible with OpenGeode-core.
6. **Additional Features**: Optionally, add features such as undo/redo functionality, model splitting/joining, and basic modeling operations like extrusion or boolean operations between shapes.
7. **Documentation and Testing**: Write documentation for the application and ensure all features are thoroughly tested to guarantee reliability and user-friendliness.

Throughout the development process, make sure to leverage OpenGeode-core's capabilities for handling complex geometrical data efficiently. This project aims to showcase the versatility and power of OpenGeode-core in real-world applications.