accxus

v0.4.1 suspicious
5.0
Medium Risk

Account automation toolkit for social networks using SMS activation services.

πŸ€– AI Analysis

Final verdict: SUSPICIOUS

The package shows some signs of potential misuse due to its network activities and the lack of community engagement, but there is no concrete evidence of malicious intent.

  • Network risk due to aiohttp.ClientSession usage
  • Low community engagement and a new maintainer account
Per-check LLM notes
  • Network: The presence of aiohttp.ClientSession and potential proxy usage indicates network activity which could be legitimate, but warrants further investigation into the package's intended use.
  • 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 maintainer has a new or inactive PyPI account and the repository lacks community engagement.

πŸ”¬ Heuristic Checks

⚠ Outbound Network Calls score 6.0

Found 4 network call pattern(s)

  • async with ( aiohttp.ClientSession() as session, session.get(
  • async with ( aiohttp.ClientSession(connector=connector) as session, session.get
  • proxy is None: return aiohttp.ClientSession() if proxy.scheme in ("http", "https"): return
  • tp", "https"): return aiohttp.ClientSession() try: from aiohttp_socks import ProxyConnector
βœ“ 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 2.5

Git history flags: Repository has zero stars and zero forks

  • Repository has zero stars and zero forks
⚠ Maintainer History score 2.0

1 maintainer concern(s) found

  • Author "reekeer" 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 accxus
Develop a social media account management tool named 'SMS-Account-Manager' that leverages the 'accxus' Python package for automating account creation and maintenance across various social platforms via SMS verification. This tool will serve as a comprehensive solution for managing multiple social media accounts efficiently.

#### Features:
1. **Account Creation**: Users can input details of the social media platform they wish to create an account on (e.g., Twitter, Facebook). The tool will automatically generate a new phone number using 'accxus', which will then be used to verify the account during the sign-up process.
2. **SMS Verification Automation**: Once the user has filled out the required information, the tool will send the verification code received via SMS directly to the user’s email or another preferred communication channel, bypassing manual entry.
3. **Account Management Dashboard**: A simple dashboard where users can view all their managed social media accounts, including status (active, pending verification, etc.), associated phone numbers, and other relevant details.
4. **Customizable Verification Messages**: Users have the option to customize the message sent to them containing the verification code, allowing for personalization.
5. **Security Measures**: Implement basic security measures such as password protection for accessing the dashboard and logging of activities for auditing purposes.
6. **Integration with Additional Social Platforms**: As 'accxus' supports integration with various SMS services, the tool should allow easy addition of support for new social media platforms that require SMS verification.

#### Utilizing 'accxus':
- Use 'accxus' to manage phone numbers, ensuring each social media account has a unique number for verification.
- Leverage 'accxus' functionalities to handle SMS sending/receiving and automate the verification process.
- Explore 'accxus' capabilities for scaling up the service if needed, such as managing large volumes of accounts or integrating with more complex social media platforms.

This project aims to simplify the process of creating and managing multiple social media accounts through automation, making it easier for individuals and businesses to maintain a strong online presence.