AI Analysis
Final verdict: SUSPICIOUS
The package shows moderate risk due to potential credential harvesting and the maintainer's new PyPI account.
- Potential credential harvesting
- New maintainer with a recent PyPI account
Per-check LLM notes
- Network: No network calls detected, which is normal unless the package requires external services.
- Shell: No shell execution patterns detected, indicating no immediate risk of unauthorized system command execution.
- Obfuscation: No obfuscation patterns detected in the code.
- Credentials: The observed patterns suggest potential for credential harvesting, as sensitive information like API keys are being accessed directly without clear context of usage.
- Metadata: The maintainer has a new PyPI account and the package is recent, which could indicate potential risk.
Heuristic Checks
Outbound Network Calls
No suspicious network call patterns found
Code Obfuscation
No obfuscation patterns detected
Shell / Subprocess Execution
No shell execution patterns detected
Credential Harvesting
score 5.0
Found 2 credential access pattern(s)
iron.get("OPENAI_API_KEY") or os.environ.get("API_KEY") or "" base_url = os.environ.get("OPENAI_BASE_URL") orutput_stream): return getpass.getpass(prompt, stream=output_stream) return _read_prompt(prompt
Typosquatting
No typosquatting candidates detected
Registered Email Domain
No author email provided
Suspicious Page Links
All external links appear legitimate
Git Repository History
Repository taomiao/DynamicSkillCompiler appears legitimate
Maintainer History
score 4.0
2 maintainer concern(s) found
Package uploaded less than 24 hours ago (2026-06-05T06:25:09.000Z)Author "taomiao" appears to have only 1 package on PyPI (new or inactive account)