Ads Optimizer Skill
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill's core functionality aligns with its stated purpose of managing Amazon Ads. However, the `scripts/ads.js` file contains a critical arbitrary file write vulnerability. The `--out` command-line argument, intended for saving campaign data, directly uses the provided path in `fs.writeFileSync(args.out, ...)`. This lack of path sanitization allows an attacker or a malicious prompt to instruct the agent to write the script's JSON output to any arbitrary file path on the system, potentially leading to privilege escalation or system compromise. This is a significant vulnerability, classifying the skill as suspicious rather than malicious, as there is no clear evidence of intentional harmful behavior by the developer.
