agi-page-geospatial-3d

v2026.5.31 safe
1.0
Low Risk

AGILAB page bundle for 3D geospatial exploration.

🤖 AI Analysis

Final verdict: SAFE

The package shows no signs of network calls, shell execution, obfuscation, or credential mishandling, indicating it is likely safe and does not pose a supply-chain attack risk.

  • No network calls detected
  • No shell execution detected
Per-check LLM notes
  • Network: No network calls detected, which is normal if the package does not require internet access.
  • Shell: No shell executions detected, indicating the package likely does not execute external commands.
  • Obfuscation: No obfuscation patterns detected, suggesting low risk of malicious intent.
  • Credentials: No credential harvesting patterns detected, indicating safe handling of sensitive information.

📦 Package Quality Overall: Low (4.6/10)

○ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
◈ Medium Documentation 5.0

Some documentation present

  • Documentation URL: "Documentation" -> https://thalesgroup.github.io/agilab
○ Low Contributing Guide 2.0

No contributing guide or governance files found

  • No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
◈ Medium Type Annotations 5.0

Partial type annotation coverage

  • 7 type-annotated function signatures (partial)
✦ High Multiple Contributors 10.0

Active multi-contributor project

  • 5 unique contributor(s) across 69 commits in ThalesGroup/agilab
  • Active community — 5 or more distinct contributors

🔬 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

No author email provided

Suspicious Page Links

All external links appear legitimate

Git Repository History

Repository ThalesGroup/agilab appears legitimate

Maintainer History score 8.0

4 maintainer concern(s) found

  • Only one version has ever been released — brand new package
  • 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 agi-page-geospatial-3d
Create a fully-functional mini-app that allows users to explore 3D geospatial data using the 'agi-page-geospatial-3d' Python package. Your app should enable users to visualize and interact with geographic data in a 3D environment. Here’s a detailed breakdown of what your app should include:

1. **User Interface**: Design an intuitive UI that includes a map view, side panel for controls, and a toolbar with options like zoom, pan, and 3D view toggle.
2. **Data Import**: Implement functionality to import various types of geospatial data formats such as KML, GeoJSON, and shapefiles.
3. **3D Visualization**: Utilize the 'agi-page-geospatial-3d' package to render imported data in a 3D environment. Ensure that the visualization is interactive, allowing users to rotate, zoom, and pan around the scene.
4. **Layer Management**: Allow users to add, remove, and manage different layers of data within the 3D environment. Each layer should be selectable and have its own visibility control.
5. **Customization Options**: Provide customization options for the appearance of the data layers, including color schemes, opacity levels, and label settings.
6. **Real-Time Data Updates**: If possible, implement real-time updates for certain types of data, such as weather conditions or traffic updates.
7. **Export Functionality**: Enable users to export their current view as a static image or a video file.
8. **Documentation and Help**: Include comprehensive documentation and tooltips within the app to guide users on how to use each feature effectively.

Your task is to write a Python script that sets up this mini-app, ensuring that it leverages the 'agi-page-geospatial-3d' package to handle all aspects of 3D geospatial rendering and interaction. Focus on creating a seamless user experience with clear visual feedback and responsive design.