AI Analysis
The package shows some potential risks, particularly with the use of eval in Redis scripts, which could be used for obfuscation. Additionally, the maintainer's incomplete profile and apparent inactivity raise concerns.
- Potential obfuscation via eval in Redis scripts
- Incomplete and possibly inactive maintainer profile
Per-check LLM notes
- Network: No network calls detected, which is normal unless the package requires external API access.
- Shell: No shell execution detected, reducing the risk of command injection or system compromise.
- Obfuscation: The usage of eval on Redis scripts might indicate obfuscation but could also be for legitimate scripting purposes.
- Credentials: No patterns indicative of credential harvesting were detected.
- Metadata: The maintainer has an incomplete profile and appears to be new or inactive, which raises some suspicion but not enough to conclusively determine malice.
Package Quality Overall: Medium (7.0/10)
Test suite present — 15 test file(s) found
Test runner config found: pyproject.toml15 test file(s) detected (e.g. test_advanced_dispatching.py)
Some documentation present
Detailed PyPI description (24066 chars)
Has contribution guidelines and governance files
Governance file: security.pyDevelopment Status classifier >= Beta
Partial type annotation coverage
Classifier: Typing :: Typed365 type-annotated function signatures detected in source
Limited contributor diversity
1 unique contributor(s) across 26 commits in avtomatika-ai/avtomatikaSingle author but highly active (26 commits)
Heuristic Checks
No suspicious network call patterns found
Found 4 obfuscation pattern(s)
ned_count = await self._redis.eval(LUA_CLEANUP, 0, wid) if orphaned_count andids = await self._redis.eval(LUA_POP_TIMEOUTS, 1, "orchestrator:watched_jobs", now, limitres = await self._redis.eval(LUA, 1, key) except ResponseError as e:cast(bool, await self._redis.eval(LUA, 1, f"orchestrator:lock:{key}", holder_id)) exce
No shell execution patterns detected
No credential harvesting patterns detected
No typosquatting candidates detected
Email domain looks legitimate: gmail.com>
All external links appear legitimate
Repository avtomatika-ai/avtomatika appears legitimate
2 maintainer concern(s) found
Author name is missing or very shortAuthor "" appears to have only 1 package on PyPI (new or inactive account)
No known vulnerabilities found in OSV database.
AI App Starter Prompt
Build a simple Python application using the avtomatika package to demonstrate its core features.
💬 Discussion Feed
No discussion yet. Be the first to share your thoughts!
Report Abuse / Security Issue