agentforge-chat-http

v0.2.4 safe
4.0
Medium Risk

FastAPI HTTP + WebSocket + SSE server for AgentForge chat sessions

🤖 AI Analysis

Final verdict: SAFE

The package appears to be safe with no evidence of malicious intent. The only concern is the metadata risk due to the maintainer having a single package and the missing repository.

  • Low risk scores across all categories except metadata.
  • Repository not found and maintainer has a single package.
Per-check LLM notes
  • Network: The package makes network calls to a test server, which may be for testing purposes and not indicative of malicious activity.
  • Shell: No shell execution patterns were detected.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The repository is not found, and the maintainer has a single package, which may indicate potential risk.

🔬 Heuristic Checks

Outbound Network Calls score 1.5

Found 1 network call pattern(s)

  • erver.app) async with httpx.AsyncClient(transport=transport, base_url="http://test") as ac:
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

No author email provided

Suspicious Page Links

All external links appear legitimate

Git Repository History score 3.0

Repository not found (deleted or private)

  • Repository not found (deleted or private)
Maintainer History score 2.0

1 maintainer concern(s) found

  • Author "The AgentForge Authors" 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 agentforge-chat-http
Create a real-time chat application using the 'agentforge-chat-http' Python package. This package provides an HTTP, WebSocket, and Server-Sent Events (SSE) server for managing chat sessions within the AgentForge framework. Your goal is to develop a simple yet functional chat app that allows users to join chat rooms, send messages, and receive messages in real-time. Additionally, consider adding some advanced features like user authentication, message history storage, and customizable chat room themes. Use FastAPI to set up the server and ensure that the application is responsive and scalable. Document your setup process and include instructions on how to run the application locally.