AI Analysis
The package almaqso v1.6.1 has moderate risks associated with network and shell command usage, which could indicate potential misuse. However, there is no clear evidence of malicious intent.
- moderate network risk
- high shell risk
Per-check LLM notes
- Network: Network calls can be legitimate if the package is designed to fetch updates or data from a server, but unsecured requests may pose risks.
- Shell: Executing shell commands, especially those involving file extraction, could indicate risky behavior unless explicitly documented and necessary for package functionality.
- 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, raising some suspicion but not definitive evidence of malice.
Package Quality Overall: Low (4.8/10)
Test suite present — 2 test file(s) found
Test runner config found: pyproject.toml2 test file(s) detected (e.g. test_query.py)
Some documentation present
1 documentation file(s) (e.g. conf.py)Detailed PyPI description (4762 chars)
No contributing guide or governance files found
No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
Partial type annotation coverage
33 type-annotated function signatures detected in source
Unable to verify contributor count: no GitHub repository found
No GitHub repository linked — contributor count unavailable
Heuristic Checks
Found 1 network call pattern(s)
) try: response = requests.get(url, stream=True, verify=True, timeout=(3, 60)) resp
No obfuscation patterns detected
Found 2 shell execution pattern(s)
tr(script_name)] result = subprocess.run( cmd, stdout=subprocess.PIPE, stderre}") try: subprocess.run(["tar", "-xf", f"../{filename}"], check=True) lo
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
Build a simple Python application using the almaqso package to demonstrate its core features.