AI Analysis
The package exhibits potential misuse of shell execution and has low maintainer activity, which raises some concerns about its legitimacy and maintenance.
- Shell risk due to potential unintended shell executions
- Low maintainer activity and poor metadata quality
Per-check LLM notes
- Network: No network calls detected, indicating no immediate risk from network activities.
- Shell: Shell execution is present but seems to be used for running commands within the package's environment, which could be legitimate but requires further review to ensure it does not lead to unintended shell executions.
- 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 suspicion but not definitive evidence of malice.
Package Quality Overall: Medium (5.2/10)
Test suite present — 6 test file(s) found
6 test file(s) detected (e.g. test_algo_modules.py)
Some documentation present
Detailed PyPI description (2973 chars)
No contributing guide or governance files found
No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
Partial type annotation coverage
108 type-annotated function signatures detected in source
Limited contributor diversity
1 unique contributor(s) across 52 commits in ranaumarnadeem/autoMBISTSingle author but highly active (52 commits)
Heuristic Checks
No suspicious network call patterns found
No obfuscation patterns detected
Found 3 shell execution pattern(s)
print("$", " ".join(cmd)) subprocess.run(cmd, cwd=str(cwd), env=env, check=True) def run_cmd_with_rolve().parents[2] return subprocess.run( cmd, cwd=repo_root, text=True,) completed = subprocess.run( command, cwd=project_root, env=o
No credential harvesting patterns detected
No typosquatting candidates detected
No author email provided
All external links appear legitimate
Git history flags: Repository has zero stars and zero forks
Repository has zero stars and zero forks
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 autombist package to demonstrate its core features.
💬 Discussion Feed
No discussion yet. Be the first to share your thoughts!
Report Abuse / Security Issue