AI Analysis
Final verdict: SUSPICIOUS
The package shows low technical risks but raises suspicion due to its metadata, particularly its recent creation and lack of maintainer history.
- Low technical risks across network, shell, obfuscation, and credential fronts.
- Suspicious metadata indicating potential supply-chain concerns.
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 no immediate risk of command execution.
- Obfuscation: No obfuscation patterns detected, suggesting low risk of malicious intent.
- Credentials: No credential harvesting patterns detected, indicating safe handling of secrets and credentials.
- Metadata: The package is suspicious due to its recent creation and the lack of maintainer history.
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: izusoft.tech>
Suspicious Page Links
All external links appear legitimate
Git Repository History
score 2.5
Git history flags: Repository created very recently: 4 day(s) ago (2026-06-01T19:52:23Z)
Repository created very recently: 4 day(s) ago (2026-06-01T19:52:23Z)
Maintainer History
score 8.0
4 maintainer concern(s) found
Only one version has ever been released — brand new packagePackage is very new: uploaded 1 day(s) agoAuthor name is missing or very shortAuthor "" 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 aaep-ext-african-languages
Create a multilingual African language translator app using the 'aaep-ext-african-languages' Python package. This app will allow users to input text in one of the supported languages (Yoruba, Hausa, or Igbo) and translate it into another supported language. Additionally, the app should include a feature to display the phonetic transcription of the input text, aiding those who may not be familiar with the script or pronunciation of the target language. Here are the steps to develop this app: 1. Set up a virtual environment and install the 'aaep-ext-african-languages' package. 2. Design a simple user interface where users can select their source and target languages from dropdown menus. 3. Implement a text input field where users can type or paste their text to be translated. 4. Use the 'aaep-ext-african-languages' package to handle the translation between the selected languages. 5. Add functionality to show the phonetic transcription of the translated text using the package's phonetic transcription capabilities. 6. Include error handling for invalid inputs or unsupported translations. 7. Test the app thoroughly with various texts and language pairs to ensure accuracy and reliability. 8. Deploy the app on a web server or as a desktop application for easy access by users. Suggested Features: - Integration with speech-to-text technology for voice input. - Option to save and share translated texts via email or social media. - A dictionary feature that allows users to look up words in the selected languages. - Support for additional African languages through future updates. This project aims to bridge communication gaps among speakers of different African languages while also providing educational value through phonetic transcriptions.