meta-ads
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
package.jsonfile includes apostinstallscript that runsnpm installin thescriptsdirectory to manage the tool's dependencies from the official NPM registry. - [COMMAND_EXECUTION]: The skill performs operations by executing a local JavaScript file (
scripts/plai-meta.js) using Node.js. This script processes structured command-line arguments to interact with the Plai API. - [SAFE]: Data is sent to
https://public.plai.io, which is the official API endpoint for the service. Sensitive credentials such as the API key and User ID are managed through environment variables rather than being hardcoded, following security best practices.
Audit Metadata