ProjectManagerSdk

v2026.156.162 safe
4.0
Medium Risk

Software development kit for the ProjectManager.com API for Python

🤖 AI Analysis

Final verdict: SAFE

The package appears to be legitimate with minimal risks identified. The lack of network calls, shell executions, and obfuscation techniques suggests benign intent.

  • No network calls detected
  • Incomplete author information
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires internet access for functionality.
  • Shell: No shell execution patterns detected, indicating no direct system command execution.
  • Obfuscation: No obfuscation patterns detected, indicating low risk of malicious intent.
  • Credentials: No credential harvesting patterns detected, suggesting safe handling of sensitive information.
  • Metadata: The author information is incomplete and the maintainer may be new or inactive, raising some concerns but not definitive evidence of malice.

🔬 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: projectmanager.com>

Suspicious Page Links

All external links appear legitimate

Git Repository History

Repository projectmgr/projectmanager-sdk-python appears legitimate

Maintainer History score 4.0

2 maintainer concern(s) found

  • 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 ProjectManagerSdk
Create a task management tool using the ProjectManagerSdk package for Python. This tool will allow users to manage tasks from their ProjectManager.com account directly through a command-line interface (CLI). The application should support core functionalities such as creating new tasks, updating task statuses, deleting tasks, and listing all tasks within a specific project. Additionally, include advanced features like filtering tasks by status, assigning tasks to team members, and setting due dates. Utilize the ProjectManagerSdk package to interact with the ProjectManager.com API, ensuring that all operations are performed securely and efficiently. The application should also handle user authentication seamlessly, allowing users to log in and access their projects without needing to enter their credentials every time they use the app. Document your code thoroughly and provide clear instructions on how to install and run the application.