ClawAudit verdict

veritier

veritier-fact-checking

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

0
security
80
transparency
90
maintenance

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.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (6)

Pattern match critical

Possible hardcoded credential

SKILL.md · frontmatter · SECRET: "Optional HMAC-SHA256 webhook signing secret (vtsec_... prefix). Used on

Pattern match medium

Python httpx request — network access

README.md · code · httpx.post(

Pattern match medium

POSTs data to external URL

README.md · code · .post( "https://

Pattern match low

Python os.getenv — reads environment variable

python/mcp/veritier_mcp_proxy.py · prose · downgraded · os.getenv(

Pattern match low

Popular HTTP library — network access

python/quickstart/test_integration.py · prose · downgraded · got

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API