AI Analysis
The package has minimal risk indicators but exhibits low maintainer activity and poor metadata quality, which raises concerns about its reliability and potential for undetected issues.
- Low maintainer activity
- Poor metadata quality
Per-check LLM notes
- Network: No network calls detected, which is normal unless the package requires external services.
- Shell: No shell execution patterns detected, indicating the package does not execute system commands.
- Obfuscation: No obfuscation patterns detected, indicating low risk.
- Credentials: No credential harvesting patterns detected, indicating low risk.
- Metadata: The package shows signs of low maintainer activity and poor metadata quality, which could indicate a lack of transparency and accountability.
Package Quality Overall: Low (2.0/10)
No test suite detected
No test files or test-runner configuration detected
Some documentation present
Detailed PyPI description (4640 chars)
No contributing guide or governance files found
No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
No type annotations detected
No type annotations, py.typed marker, or stub files detected
Unable to verify contributor count: no GitHub repository found
No GitHub repository linked — contributor count unavailable
Heuristic Checks
No suspicious network call patterns found
No obfuscation patterns detected
No shell execution patterns detected
No credential harvesting patterns detected
No typosquatting candidates detected
No author email provided
All external links appear legitimate
No GitHub repository linked
No GitHub repository link found
3 maintainer concern(s) found
Author name is missing or very shortAuthor "" appears to have only 1 package on PyPI (new or inactive account)Package has no PyPI classifiers (low effort / metadata quality)
No known vulnerabilities found in OSV database.
AI App Starter Prompt
Create a mini-application named 'BuildingFootprintConverter' using the Python package 'alobj2shp'. This application will serve as a user-friendly tool for converting 3D building models stored in OBJ format into geographic data formats such as GeoPackage (GPKG) or Shapefile (SHP). The application should be designed to handle multiple input files and allow users to specify output file types and locations. Steps to follow: 1. Install necessary packages including 'alobj2shp', 'geopandas', and 'numpy'. 2. Develop a function that reads OBJ files and extracts building footprints. 3. Implement a feature to convert these footprints into GeoDataFrame objects. 4. Add functionality to export GeoDataFrame objects into either GPKG or SHP formats based on user choice. 5. Create a simple GUI using Tkinter that allows users to select input OBJ files, choose output file type and location, and initiate the conversion process. 6. Ensure error handling for file reading/writing operations and provide informative messages to the user. 7. Include a help menu within the GUI explaining the purpose of the application and basic usage instructions. 8. Test the application with various OBJ files representing different buildings to ensure accuracy and reliability of conversions. Suggested Features: - Support for batch processing of multiple OBJ files at once. - Option to save output files in both GPKG and SHP formats simultaneously. - Provide progress indicators during file conversions. - Allow customization of CRS (Coordinate Reference System) for output files.