AANA Guardrail Skill Bundled Helper Variant

PassAudited by VirusTotal on May 2, 2026.

Findings (1)

The skill bundle provides a helper script for interfacing with a local guardrail service (AANA bridge). It demonstrates strong security practices, including restricting network communication to 'localhost' only, scanning JSON payloads for sensitive keys (e.g., 'api_key', 'password') to prevent accidental leakage, and using only the Python standard library to avoid supply chain risks. The instructions in SKILL.md and the logic in bin/aana_guardrail_check.py are consistent, safety-oriented, and lack any indicators of malicious intent or significant vulnerabilities.