ClawAudit verdict
veritier
veritier-fact-checking
Accesses credentials AND makes external network calls
Fact-checking via Veritier API with VERITIER_API_KEY; metadata explicitly states the API key is sent only to api.veritier.ai with hardcoded destination.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
Findings (6)
Possible hardcoded credential
SKILL.md · frontmatter · SECRET: "Optional HMAC-SHA256 webhook signing secret (vtsec_... prefix). Used on
Python httpx request — network access
README.md · code · httpx.post(
POSTs data to external URL
README.md · code · .post(
"https://
Python os.getenv — reads environment variable
python/mcp/veritier_mcp_proxy.py · prose · downgraded · os.getenv(
Popular HTTP library — network access
python/quickstart/test_integration.py · prose · downgraded · got
Makes HTTP request to external URL
README.md · code · fetch("https://
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: VERITIER_API_KEY).
network_outnetwork_incredential_accessdata_encoding Thanks — recorded.