AI Analysis
The package appears to be safe with no direct evidence of malicious intent. However, it has some unusual practices that require monitoring.
- Subprocess execution with potential risks
- Unusual use of eval and string concatenation
Per-check LLM notes
- Network: No network calls detected, which is normal unless the package requires external API interactions.
- Shell: Subprocess execution may be necessary for certain functionalities, but requires scrutiny to ensure it's not being used maliciously.
- Obfuscation: The use of eval and string concatenation is unusual but may be part of a legitimate implementation for dynamic function calls.
- Credentials: No suspicious patterns indicating credential harvesting were detected.
- Metadata: The package shows some signs of low maintenance and potential lack of community support, but there's no clear evidence of malicious intent.
Package Quality Overall: Low (4.4/10)
Test suite present — 3 test file(s) found
3 test file(s) detected (e.g. test_csv_loader.py)
Some documentation present
Detailed PyPI description (5525 chars)
No contributing guide or governance files found
No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
Partial type annotation coverage
236 type-annotated function signatures detected in source
Could not retrieve contributor data from GitHub
GitHub API error: 404
Heuristic Checks
No suspicious network call patterns found
Found 3 obfuscation pattern(s)
'd') else: w = eval('np.' + window + '(window_len)') if mode == 'valid':dow == 'kaiser': w = eval('np.' + window + '(window_len,alpha)') else: wha)') else: w = eval('np.' + window + '(window_len)') # calculate tapered
Found 1 shell execution pattern(s)
BACKEND", "Agg") subprocess.run(cmd, check=True, cwd=str(folders[0]), env=env)
No credential harvesting patterns detected
No typosquatting candidates detected
No author email provided
All external links appear legitimate
Repository not found (deleted or private)
Repository not found (deleted or private)
2 maintainer concern(s) found
Author "AnyTimes Developers" 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 anytimes package to demonstrate its core features.