OpenGeode-Inspector

v6.8.22 suspicious
5.0
Medium Risk

Open source framework for inspecting the validity of geometric models

πŸ€– AI Analysis

Final verdict: SUSPICIOUS

The package exhibits minimal direct risks but concerns arise from low maintainer activity and poor metadata quality, suggesting potential issues with maintenance and transparency.

  • Low maintainer activity
  • Poor metadata quality
Per-check LLM notes
  • Network: No network calls detected, which is normal if the package does not require internet access.
  • Shell: No shell execution detected, which is typical for a non-malicious package that does not require system commands.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The package shows low maintainer activity and poor metadata quality, raising some suspicion but not strong evidence of malice.

πŸ”¬ 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

All external links appear legitimate

βœ“ 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-Inspector
Create a Python-based mini-application named 'GeoModelValidator' that leverages the 'OpenGeode-Inspector' package to validate and analyze 3D geometric models. The app should allow users to upload a 3D model file (e.g., .obj, .stl), and then perform a series of checks to ensure the model's integrity and correctness. Here’s a detailed breakdown of the application's functionalities:

1. **User Interface**: Develop a simple and intuitive command-line interface (CLI) where users can interact with the application.
2. **File Upload**: Implement functionality to accept various 3D model formats (such as .obj, .stl).
3. **Model Validation**: Utilize 'OpenGeode-Inspector' to conduct thorough validation checks on the uploaded model. This includes checking for self-intersections, non-manifold edges, and other common geometric issues.
4. **Visualization**: Integrate a basic visualization tool to display the model and highlight any detected errors visually.
5. **Report Generation**: After validation, generate a comprehensive report detailing any issues found in the model, including graphical representations of problematic areas.
6. **Error Correction Suggestions**: Provide suggestions or tools within the application to help correct minor errors automatically or guide the user on how to fix more complex issues.
7. **Performance Metrics**: Include performance metrics such as time taken for validation and complexity of the model processed.

The application should be modular, allowing for easy addition of new validation checks or support for additional file formats in the future. Additionally, ensure that the codebase is well-documented and follows best practices for Python development.