ai-epoch-agent-identity

v1.0.0 suspicious
4.0
Medium Risk

数字公民平台 — 创建、管理、社交 AI Agent 身份系统

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package shows low risks in network and shell activities but has a moderate risk due to the new repository with limited community engagement and maintainer history.

  • Low network and shell risks.
  • Moderate metadata risk due to the newness and lack of community engagement.
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires internet access for its functionality.
  • Shell: No shell execution patterns detected, indicating the package does not execute external commands.
  • Metadata: The repository is new with no community engagement and the maintainer has limited history, raising concerns about its legitimacy.

📦 Package Quality Overall: Medium (5.0/10)

○ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
◈ Medium Documentation 7.0

Some documentation present

  • Documentation URL: "Documentation" -> https://github.com/evolver-dev/evolver-tools/tree/main/pypi/
  • Detailed PyPI description (2177 chars)
○ Low Contributing Guide 4.0

No contributing guide or governance files found

  • Development Status classifier >= Beta
◈ Medium Type Annotations 5.0

Partial type annotation coverage

  • 21 type-annotated function signatures detected in source
✦ High Multiple Contributors 8.0

Active multi-contributor project

  • 3 unique contributor(s) across 100 commits in evolver-dev/evolver-tools
  • Small but multi-author team (3–4 contributors)

🔬 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: ai-epoch.xyz>

Suspicious Page Links

All external links appear legitimate

Git Repository History score 2.5

Git history flags: Repository has zero stars and zero forks

  • Repository has zero stars and zero forks
Maintainer History score 6.0

3 maintainer concern(s) found

  • Only one version has ever been released — brand new package
  • Author name is missing or very short
  • Author "" 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 ai-epoch-agent-identity
构建一个名为 'AI社交助手' 的迷你应用程序,该应用将利用Python包 'ai-epoch-agent-identity' 来创建和管理用户的虚拟身份。这个应用的目标是让每个用户能够创建自己的AI代理身份,并通过这些身份与其他用户进行互动。以下是应用的主要功能和步骤说明:

1. **用户注册与登录**:允许新用户注册并使用他们选择的用户名和密码登录。
2. **创建AI代理身份**:用户可以创建多个AI代理身份,每个身份都有独特的属性,如姓名、年龄、兴趣等。
3. **身份验证与授权**:确保只有经过验证的用户才能访问他们的AI代理身份信息。
4. **身份社交互动**:实现AI代理身份之间的消息传递功能,让用户可以通过他们的AI代理身份与他人交流。
5. **身份展示与编辑**:提供一个界面供用户查看和编辑他们的AI代理身份信息。
6. **数据持久化**:使用数据库存储用户及其AI代理身份的数据,以确保数据的安全性和持久性。

在开发过程中,你将主要依赖于 'ai-epoch-agent-identity' 包来处理AI代理身份的创建、管理和认证等功能。请详细描述如何集成此包到你的应用中,包括但不限于安装步骤、配置方法以及如何调用其API来实现上述功能。