AI Analysis
Final verdict: SAFE
The package FAST-OAD v1.10.0 exhibits minimal risk across all analyzed categories with no indications of malicious activity. The slight increase in metadata risk due to the maintainer having only one package does not suggest a supply-chain attack.
- No network calls
- No shell execution
- No obfuscation
- No credential harvesting
- Low metadata risk
Per-check LLM notes
- Network: No network calls detected, which is normal unless the package requires internet access for its functionality.
- Shell: No shell execution patterns detected, indicating the package does not execute system commands, which is generally safe.
- Obfuscation: No obfuscation patterns detected, indicating low risk of malicious intent.
- Credentials: No credential harvesting patterns detected, suggesting safe handling of sensitive information.
- Metadata: The maintainer has only one package, which might indicate a new or less active account.
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: onera.fr
Suspicious Page Links
All external links appear legitimate
Git Repository History
Repository fast-aircraft-design/FAST-OAD appears legitimate
Maintainer History
score 2.0
1 maintainer concern(s) found
Author "Christophe DAVID" appears to have only 1 package on PyPI (new or inactive account)
Known CVE Vulnerabilities
No known vulnerabilities found in OSV database.
AI App Starter Prompt
Use this prompt to build a project with FAST-OAD
Create a Python-based mini-application named 'AircraftDesignSimulator' using the FAST-OAD package. This application should allow users to input basic aircraft design parameters such as wing area, aspect ratio, and engine thrust, and then simulate key performance indicators like range, payload capacity, and fuel efficiency. The application should also include a feature to visualize the aircraft's aerodynamic performance using charts and graphs. Additionally, implement a scenario where users can compare two different aircraft designs side-by-side based on user-defined criteria. The main goal is to provide a user-friendly interface for understanding the trade-offs in aircraft design. Utilize FAST-OAD's core functionalities to perform the necessary calculations and simulations.