Nori Health

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is benign. It securely handles user input by using `jq -n --arg msg` to prevent shell injection when constructing the JSON payload for the `curl` request. The `curl` command targets a specific, hardcoded domain (`api.nori.health`), and the `NORI_API_KEY` is used as expected for authentication. There are no signs of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent; instructions in SKILL.md explicitly reinforce safe behavior like forwarding messages verbatim.