facebook-ads
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides a structured framework for Meta Ads auditing and optimization. It follows industry best practices and provides educational reference material.
- [EXTERNAL_DOWNLOADS]: The installation instructions utilize
git cloneto fetch the skill from the author's public GitHub repository (github.com/thatrebeccarae). This is a standard installation procedure for custom skills. - [CREDENTIALS_UNSAFE]: The skill requires Meta API access tokens and secrets. It correctly implements security best practices by instructing users to manage these sensitive credentials via a
.envfile and providing a template (.env.example) to avoid accidental hardcoding or exposure in version control. - [SAFE]: Dependencies listed in
requirements.txtinclude well-known and official libraries (facebook-businessSDK andpython-dotenv) for interacting with Meta's APIs and managing environment variables. - [SAFE]: No obfuscation, prompt injection, or persistence mechanisms were detected in the instructions or reference materials.
Audit Metadata