linkedin-ads
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a comprehensive set of knowledge-base files and Python scripts for managing LinkedIn Advertising campaigns. Analysis of the scripts (
scripts/*.py) and strategy documents (knowledge-base/*.md) shows they adhere to standard API integration practices. - [CREDENTIALS_SAFE]: The skill manages authentication using a local
.envfile to store LinkedIn Marketing API credentials (LINKEDIN_ACCESS_TOKEN,LINKEDIN_CLIENT_ID, etc.). A dedicated script (oauth_server.py) is provided to facilitate the OAuth 2.0 flow, which runs a local HTTP server to capture and save the access token locally. No hardcoded secrets or unauthorized exfiltration of credentials were found. - [EXTERNAL_DOWNLOADS]: The skill documentation correctly identifies standard, well-known Python dependencies (
requests,python-dotenv,tabulate) required for script execution. No unverified or suspicious third-party downloads are included. - [DATA_EXPOSURE]: Data handling is restricted to the local environment and the official LinkedIn API endpoints (
api.linkedin.com). The scripts perform standard reporting and management tasks without exposing sensitive information to untrusted third parties.
Audit Metadata