AI Analysis
The package shows some concerns regarding metadata and network usage, but lacks clear indicators of malicious activity. It's recommended to proceed with caution.
- Suspicious non-HTTPS link
- Lack of GitHub repository
Per-check LLM notes
- Network: The use of HTTP/HTTPS clients is common for authenticating and authorizing requests in RBAC SDKs, suggesting legitimate network communication.
- Shell: No shell execution patterns were detected, indicating low risk of shell command execution.
- Obfuscation: No obfuscation patterns detected, indicating low risk.
- Credentials: No secret harvesting patterns detected, indicating low risk.
- Metadata: Suspicious non-HTTPS link and lack of GitHub repository indicate potential issues, but no clear signs of typosquatting or malicious intent.
Package Quality Overall: Low (4.4/10)
Test suite present — 4 test file(s) found
Test runner config found: pyproject.toml4 test file(s) detected (e.g. test_client.py)
Some documentation present
Detailed PyPI description (7537 chars)
No contributing guide or governance files found
No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
Partial type annotation coverage
52 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 5 network call pattern(s)
self._http = client or httpx.Client( timeout=config.timeout, verify=confself._http = client or httpx.AsyncClient( timeout=config.timeout, verify=confconfig=authhub_config, client=httpx.Client(transport=transport)) result = client.login("alice", "sconfig=authhub_config, client=httpx.Client(transport=transport)) outcome = client.authorize("tok",config=authhub_config, client=httpx.Client(transport=transport)) me = client.me("tok") assert
No obfuscation patterns detected
No shell execution patterns detected
No credential harvesting patterns detected
No typosquatting candidates detected
No author email provided
Found 1 suspicious link(s) on the package page
Non-HTTPS external link: http://authhub.internal:6001
No GitHub repository linked
No GitHub repository link found
1 maintainer concern(s) found
Author "AuthHub Team" 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 authhub-rbac-sdk package to demonstrate its core features.
💬 Discussion Feed
No discussion yet. Be the first to share your thoughts!
Report Abuse / Security Issue