AI Analysis
The package has legitimate use cases but raises concerns due to incomplete metadata and a single version release. Further investigation is required.
- missing author information
- non-secure link
- single version release
Per-check LLM notes
- Network: No network calls detected, which is normal and not suspicious.
- Shell: Subprocess execution might be part of package functionality, but should be reviewed for legitimacy and security context.
- Obfuscation: No obfuscation patterns detected, indicating low risk.
- Credentials: No credential harvesting patterns detected, indicating low risk.
- Metadata: The package shows several red flags including a non-secure link, missing author information, and a single version release, suggesting potential malicious intent.
Package Quality Overall: Low (4.2/10)
Partial test coverage signals detected
Test runner config found: pyproject.toml
Some documentation present
Documentation URL: "Documentation" -> https://github.com/agentork/agentork#readmeDetailed PyPI description (13805 chars)
No contributing guide or governance files found
No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
Partial type annotation coverage
123 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
No obfuscation patterns detected
Found 2 shell execution pattern(s)
T_FILE": tmp_path} proc = subprocess.run( [sys.executable, str(script)], capture_outptry: proc = subprocess.run( cmd, capture_output
No credential harvesting patterns detected
No typosquatting candidates detected
Suspicious email domain flags: Very short email domain: qq.com>
Very short email domain: qq.com>
Found 1 suspicious link(s) on the package page
Non-HTTPS external link: http://127.0.0.1:7979/monitor/
Repository not found (deleted or private)
Repository not found (deleted or private)
3 maintainer concern(s) found
Only one version has ever been released — brand new packageAuthor 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 agentork package to demonstrate its core features.