AI Analysis
Final verdict: SUSPICIOUS
The package shows low risks in terms of network, shell, and obfuscation activities, but the metadata contains a suspicious non-HTTPS link and lacks maintainer information, raising concerns about its authenticity and security.
- Suspicious non-HTTPS link in metadata
- Lack of maintainer information
Per-check LLM notes
- Network: No network calls detected, which is normal if the package does not require external communication.
- Shell: No shell execution patterns detected, indicating no immediate signs of executing system commands.
- Obfuscation: No obfuscation patterns detected, indicating low risk of malicious activity.
- Credentials: No credential harvesting patterns detected, indicating low risk of secret theft.
- Metadata: Suspicious non-HTTPS link and lack of maintainer information suggest 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
No credential harvesting patterns detected
Typosquatting
No typosquatting candidates detected
Registered Email Domain
Email domain looks legitimate: 163.com>
Suspicious Page Links
score 2.0
Found 1 suspicious link(s) on the package page
Non-HTTPS external link: http://101.42.12.55:20500
Git Repository History
No GitHub repository linked
No GitHub repository link found
Maintainer History
score 4.0
2 maintainer concern(s) found
Author name is missing or very shortAuthor "" appears to have only 1 package on PyPI (new or inactive account)
Known CVE Vulnerabilities
No known vulnerabilities found in OSV database.
AI App Starter Prompt
Use this prompt to build a project with agent-os-server
构建一个名为 '智能助手' 的小型应用程序,该应用利用 'agent-os-server' 包提供的功能来实现一系列智能服务。这个应用将作为一个用户交互平台,通过命令行或图形界面接收用户的请求,并使用 'agent-os-server' 来处理这些请求,提供诸如天气查询、新闻摘要、日程管理等服务。 具体步骤如下: 1. 安装并配置 'agent-os-server' 包,确保其能够正确运行。 2. 设计一个简单的用户界面(可以是命令行界面或图形界面),允许用户输入查询或指令。 3. 实现一个命令解析器,根据用户的输入调用 'agent-os-server' 提供的相应服务。 4. 利用 'agent-os-server' 提供的功能,开发几个核心模块,如天气查询模块、新闻摘要模块和日程管理模块。 5. 测试整个系统的稳定性和响应速度,确保用户体验良好。 6. 根据测试反馈进行优化,添加更多的功能和服务,比如语音识别、智能问答等。 7. 发布应用,让用户可以通过命令行或图形界面与智能助手进行互动。 建议功能包括但不限于: - 天气查询:用户可以通过输入城市名称查询实时天气情况。 - 新闻摘要:为用户提供最新新闻的简短摘要。 - 日程管理:帮助用户创建、编辑和查看日程安排。 - 语音识别:支持用户通过语音输入查询和指令。 - 智能问答:回答用户的一般性问题,提供信息检索服务。 在开发过程中,充分利用 'agent-os-server' 包提供的智能服务,使其成为你应用的核心驱动力。