AI Analysis
The package shows signs of potential tampering due to its rapid commit history and a new maintainer account, raising concerns about its authenticity.
- Unusual rapid commit history
- New maintainer account
Per-check LLM notes
- Network: No network calls detected, which is normal if the package does not require external communications.
- Shell: No shell execution patterns detected, indicating the package likely does not execute system commands.
- Obfuscation: No obfuscation patterns detected, indicating low risk.
- Credentials: No credential harvesting patterns detected, indicating low risk.
- Metadata: The package shows unusual activity with rapid commit history, a new maintainer account, and non-secure links which raise suspicion.
Package Quality Overall: Low (3.8/10)
No test suite detected
No test files or test-runner configuration detected
Some documentation present
Documentation URL: "Documentation" -> https://github.com/it-healer/asterisk-cdr-api#readmeDetailed PyPI description (7482 chars)
No contributing guide or governance files found
Development Status classifier >= Beta
Partial type annotation coverage
10 type-annotated function signatures detected in source
Single-author or unverifiable project
1 unique contributor(s) across 10 commits in it-healer/asterisk-cdr-apiSingle author with few commits — possibly a personal or throwaway project
Heuristic Checks
No suspicious network call patterns found
No obfuscation patterns detected
No shell execution patterns detected
No credential harvesting patterns detected
No typosquatting candidates detected
Email domain looks legitimate: it-healer.com>
Found 6 suspicious link(s) on the package page
Non-HTTPS external link: http://SERVER:8000/docsNon-HTTPS external link: http://SERVER:8000/calls?disposition=ANSWERED&date_from=2026-05-01Non-HTTPS external link: http://SERVER:8000/calls?src=613610&has_recording=trueNon-HTTPS external link: http://SERVER:8000/calls/42/downloadNon-HTTPS external link: http://SERVER:8000/stats?date_from=2026-05-13Non-HTTPS external link: http://SERVER:8000/config
Git history flags: Repository has zero stars and zero forks
Repository has zero stars and zero forksAll 10 commits happened within 24 hours
2 maintainer concern(s) found
Author name is missing or very shortAuthor "" appears to have only 1 package on PyPI (new or inactive account)
No known vulnerabilities found in OSV database.
AI App Starter Prompt
Create a web-based dashboard application using Python Flask framework that integrates with the 'asterisk-cdr-api' package to manage and analyze call detail records (CDRs) from an Asterisk server. The application should provide users with the ability to view, filter, and export CDR data. Additionally, implement real-time monitoring of active calls and generate reports based on user-defined criteria. Here’s a step-by-step guide to building this application: 1. **Setup Environment**: Begin by setting up your development environment. Install Python, Flask, and the 'asterisk-cdr-api' package. Ensure you have access to an Asterisk server that you can connect to. 2. **Design Database Schema**: Design a simple database schema to store metadata about the calls if needed. This could include fields like call start time, duration, caller ID, and call status. 3. **Integrate 'asterisk-cdr-api'**: Use 'asterisk-cdr-api' to fetch call detail records from the Asterisk server. Implement functions to retrieve all calls, filter calls based on specific parameters such as date range, caller ID, etc., and download call recordings if available. 4. **Develop Web Interface**: Using Flask, develop a clean and intuitive web interface. Include pages for viewing call logs, filtering calls, downloading call recordings, and monitoring active calls in real-time. 5. **Implement Real-Time Monitoring**: Extend the application to support real-time updates on active calls. This could involve setting up websockets or long-polling mechanisms to push updates to the client. 6. **Generate Reports**: Allow users to generate custom reports based on their preferences. These reports could summarize call statistics over a certain period, highlight high-value calls, or identify trends. 7. **Security Considerations**: Ensure that sensitive data is handled securely. Implement authentication and authorization mechanisms to restrict access to the application and its data. 8. **Testing and Deployment**: Thoroughly test the application for functionality and performance. Deploy the application on a suitable hosting platform. Suggested Features: - User-friendly interface for easy navigation. - Advanced filtering options for call logs. - Ability to download call recordings directly from the web interface. - Real-time notifications for new incoming calls. - Customizable report generation with downloadable formats (PDF, CSV). - Detailed analytics dashboard for call metrics.
💬 Discussion Feed
No discussion yet. Be the first to share your thoughts!
Report Abuse / Security Issue