agi-page-routing-model-comparison

v2026.5.31 safe
4.0
Medium Risk

AGILAB page bundle for comparing routing model allocation decisions.

🤖 AI Analysis

Final verdict: SAFE

The package shows minimal risks across all categories, with no signs of malicious activity or supply-chain attack. The metadata risk is slightly elevated due to low-effort authorship, but this alone does not warrant a higher risk classification.

  • Low network and shell execution risks
  • No obfuscation or credential harvesting attempts
  • Metadata suggests low-effort development
Per-check LLM notes
  • Network: No network calls suggest the package does not attempt to communicate externally, which is typical for most non-web-related packages.
  • Shell: No shell execution patterns indicate that the package does not execute external commands, reducing the risk of system-level vulnerabilities.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The package shows signs of low effort and potentially unverified authorship, but lacks clear indicators of malicious intent.

📦 Package Quality Overall: Low (3.8/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
○ Low Type Annotations 1.0

No type annotations detected

  • No type annotations, py.typed marker, or stub files detected
✦ 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-routing-model-comparison
Develop a web-based mini-application using Python and the 'agi-page-routing-model-comparison' package that allows users to compare different routing models for network optimization. This tool will be particularly useful for network engineers and researchers who need to evaluate various routing strategies under different conditions.

### Project Overview:
- **Title**: Network Routing Model Comparison Tool
- **Objective**: To provide an interactive platform where users can input their network configurations and compare the performance of different routing models.
- **Target Audience**: Network Engineers, Researchers, and Educators interested in network optimization.

### Core Features:
1. **Model Selection Interface**: Users should be able to select from a predefined set of routing models such as OSPF, BGP, EIGRP, etc., or upload custom models.
2. **Network Configuration Input**: A form allowing users to input network parameters like number of nodes, links, traffic volumes, etc.
3. **Comparison Dashboard**: Display comparative analysis of selected routing models based on metrics like latency, throughput, packet loss, etc.
4. **Visualization Tools**: Include graphs and charts to visually represent the comparison data.
5. **Export Results**: Allow users to export the comparison results in formats like PDF or CSV for further analysis.

### Utilization of 'agi-page-routing-model-comparison':
- Use the package's page routing capabilities to navigate between different sections of the application seamlessly.
- Leverage the comparison functionalities provided by the package to process and display the comparison data effectively.
- Ensure the application integrates smoothly with the package, showcasing its capabilities in handling complex routing model comparisons.

### Development Steps:
1. Set up the development environment including necessary Python packages and dependencies.
2. Design the user interface for the application focusing on usability and clarity.
3. Implement the backend logic to handle model selection, network configuration input, and comparison processes.
4. Integrate the 'agi-page-routing-model-comparison' package into the application.
5. Develop visualization tools to present the comparison data in a meaningful way.
6. Test the application thoroughly to ensure all features work as expected.
7. Deploy the application on a web server for public access.

### Additional Considerations:
- Ensure the application is responsive and works well on both desktop and mobile devices.
- Provide documentation for users explaining how to use the application effectively.
- Consider adding a feature to save and load previous comparisons for easy reference.