agi-page-geospatial-map

v2026.6.1 safe
1.0
Low Risk

AGILAB page bundle for 2D geospatial map exploration.

🤖 AI Analysis

Final verdict: SAFE

The package shows no signs of malicious behavior or exploitation vectors, maintaining a very low risk profile.

  • No network calls
  • No shell executions
  • No obfuscation
  • No credential harvesting
Per-check LLM notes
  • Network: No network calls suggest the package is not attempting to communicate externally without user interaction.
  • Shell: No shell executions indicate that the package does not run external commands which could be exploited.
  • Obfuscation: No obfuscation patterns detected, indicating low risk of malicious activity.
  • Credentials: No credential harvesting patterns detected, indicating secure 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

  • 15 type-annotated function signatures detected in source
✦ 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-map
Create a fully-functional mini-app that allows users to explore and interact with 2D geospatial maps. This app will utilize the 'agi-page-geospatial-map' package from AGILAB to provide an engaging and interactive experience. Here are the key steps and features for your project:

1. **Setup**: Start by installing the 'agi-page-geospatial-map' package using pip. Ensure you have the necessary dependencies installed as well.

2. **Map Initialization**: Initialize a basic map view using the package. Set up default settings such as zoom level, initial geographic center, and map style.

3. **Layer Management**: Implement functionality to add different layers to the map, including satellite imagery, terrain, and custom data layers. Users should be able to toggle these layers on and off.

4. **Marker Placement**: Allow users to place markers on the map. Each marker should be customizable with options like color, icon type, and tooltip content.

5. **Path Drawing**: Integrate a feature that lets users draw paths or polygons directly on the map. These paths should be editable and deletable.

6. **Data Integration**: Connect the map to a backend API that provides real-time data overlays, such as traffic updates, weather conditions, or population density.

7. **User Interface**: Design an intuitive user interface that includes controls for zooming, panning, and managing layers. Consider adding a sidebar for additional information or settings.

8. **Customization Options**: Provide customization options for the map, such as choosing between different map styles, adjusting zoom levels, and setting custom geographic boundaries.

9. **Save & Share**: Implement a feature that allows users to save their current map state or share it via URL parameters.

Throughout the development process, make sure to leverage the core functionalities of the 'agi-page-geospatial-map' package to enhance the interactivity and usability of your application.