NEMO-user-details

v1.12.0 suspicious
4.0
Medium Risk

User details plugin for NEMO

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package shows low risks in terms of network calls, shell execution, obfuscation, and credential handling. However, the metadata red flags raise suspicion, particularly the missing author information and potential inactivity of the maintainer.

  • Missing author information
  • Potentially new or inactive maintainer
Per-check LLM notes
  • Network: The network call to an identity service endpoint is likely legitimate if the package is designed to interact with user details services.
  • Shell: No shell execution patterns detected.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The package has some red flags, such as missing author information and being hosted by a potentially new or inactive maintainer with no other packages.

🔬 Heuristic Checks

Outbound Network Calls score 1.5

Found 1 network call pattern(s)

  • try: result = requests.get(urljoin(identity_service["url"], "/areas/"), timeout=timeout
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: atlantislabs.io>

Suspicious Page Links

All external links appear legitimate

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 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 NEMO-user-details
Develop a user management system named 'NemoGuard' using the Python package 'NEMO-user-details'. This system will allow users to manage their profiles within a secure environment. Here are the steps and features you should include:

1. **User Registration**: Users should be able to register by providing basic information such as username, email, and password. Use 'NEMO-user-details' to validate and store user data securely.
2. **Profile Management**: After registration, users can log in and manage their profile details including updating personal information and changing passwords.
3. **Security Features**: Implement two-factor authentication (2FA) for enhanced security during login. Use 'NEMO-user-details' functionalities to ensure data integrity and secure user interactions.
4. **User Roles**: Introduce different user roles like Admin and Standard User. Admins should have additional privileges such as viewing all user details and managing other users' roles.
5. **Data Export**: Provide functionality for users to export their profile data in CSV format. Ensure that exported data is anonymized where necessary, leveraging 'NEMO-user-details' capabilities for data handling.
6. **Logging and Monitoring**: Maintain logs of user activities and monitor system health. Utilize 'NEMO-user-details' to track user actions and system performance.
7. **Integration with External Services**: Optionally, integrate 'NemoGuard' with external services like email verification and social media login, using APIs and OAuth2 protocols.

For each feature, detail how 'NEMO-user-details' is utilized, focusing on its role in securing user data, validating inputs, and ensuring smooth user interaction.