Genviral - Social Media Automation

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is classified as **benign**. The `genviral-skill` is a comprehensive automation tool for the Genviral Partner API, designed for content creation, multi-platform posting, and performance analytics. The `scripts/genviral.sh` file, which contains the core logic, demonstrates robust input validation and safe command execution practices, primarily using `jq -n --arg` for JSON payload construction and properly quoted `curl` commands for API interaction. While the script sources `~/.config/env/global.env`, it explicitly uses `GENVIRAL_API_KEY` from the environment, and there's no evidence of attempts to read or exfiltrate other sensitive environment variables or arbitrary files. The `SKILL.md` and `cron-setup.md` files contain instructions for the AI agent to manage content, track performance, and adapt strategy by reading and writing to specific local files (e.g., `performance/log.json`, `hooks/library.json`) within the skill's directory. These instructions are entirely aligned with the stated purpose of the skill and do not contain any directives for unauthorized actions, data exfiltration, or malicious behavior.