organization-operating-skill

PassAudited by VirusTotal on Mar 31, 2026.

Findings (1)

The organization-operating-skill bundle is a legitimate toolset for interacting with the ZingUp/Groupoo platform APIs. The core component is a Python CLI (scripts/org_skill_cli.py) that manages authentication sessions, organization management, and content publishing. The code uses standard libraries (urllib, argparse) to perform network requests to verified platform domains (api.zingup.club, test-api.groupoo.net) and stores session state locally in the user's home directory. No evidence of data exfiltration, malicious prompt injection, or unauthorized execution was found; the instructions in SKILL.md and the logic in the script are strictly aligned with the stated purpose of automating organizational workflows.