amazon-ad-sdk

v0.2.22 safe
2.0
Low Risk

Amazon Advertising SDK

🤖 AI Analysis

Final verdict: SAFE

The package shows low risk indicators with no shell execution and minimal network risk. There is no evidence to suggest a supply-chain attack.

  • Network risk is low at 3/10
  • No shell execution patterns detected
Per-check LLM notes
  • Network: The observed network call patterns are likely intended for legitimate interaction with Amazon's services, given the package name.
  • Shell: No shell execution patterns were detected.

📦 Package Quality Overall: Low (2.0/10)

○ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
○ Low Documentation 1.0

No documentation detected

  • No documentation URL, doc files, or meaningful description found
○ Low Contributing Guide 2.0

No contributing guide or governance files found

  • No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
◈ Medium Type Annotations 5.0

Partial type annotation coverage

  • 73 type-annotated function signatures detected in source
○ Low Multiple Contributors 1.0

Unable to verify contributor count: no GitHub repository found

  • No GitHub repository linked — contributor count unavailable

🔬 Heuristic Checks

Outbound Network Calls score 3.0

Found 2 network call pattern(s)

  • seClient(object): _http = requests.Session() API_BASE_URL = None def __new__(cls, *args, **kw
  • to_retry self._http = requests.Session() def get_api_base_url(self): return self.API_B
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 score 3.0

Suspicious email domain flags: Very short email domain: qq.com

  • Very short email domain: qq.com
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 "Ryan" appears to have only 1 package on PyPI (new or inactive account)
  • Package has no PyPI classifiers (low effort / metadata quality)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with amazon-ad-sdk
Create a command-line tool using Python and the 'amazon-ad-sdk' package that allows users to manage their Amazon Advertising campaigns more efficiently. This tool will enable users to perform several actions related to their advertising campaigns, such as listing active campaigns, pausing campaigns, starting campaigns, updating campaign budgets, and retrieving performance metrics. The tool should be user-friendly, providing clear prompts and feedback throughout its operation.

### Core Features:
1. **Campaign Management**: Allow users to list all campaigns associated with their account, including details like campaign name, status, budget, and start/end dates.
2. **Pause/Start Campaigns**: Implement functionality to pause or start campaigns based on user input.
3. **Budget Updates**: Provide an option for users to update the daily or total budget of a specific campaign.
4. **Performance Metrics**: Fetch and display key performance metrics for campaigns, such as impressions, clicks, conversion rates, and cost per click (CPC).
5. **Interactive Menu**: Design an interactive menu system to navigate through different functionalities easily.
6. **Error Handling**: Ensure robust error handling to gracefully manage any issues that may arise during API calls or data processing.
7. **Configuration Management**: Support saving and loading configuration settings, including AWS credentials and campaign IDs, to avoid repetitive data entry.

### Utilizing 'amazon-ad-sdk':
- Use the SDK to authenticate with Amazon Advertising APIs using provided AWS credentials.
- Leverage the SDK's functions to retrieve campaign information, pause/start campaigns, and update budgets.
- Employ the SDK to fetch performance metrics and display them in a readable format.
- Implement logging and error handling mechanisms provided by the SDK to ensure smooth operation.

This project aims to streamline the process of managing Amazon Advertising campaigns, making it easier for advertisers to optimize their ad spend and improve campaign performance.

💬 Discussion Feed

Leave a comment

No discussion yet. Be the first to share your thoughts!