ClawAudit verdict

nexlink

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

An enterprise connector for Nextcloud, Exchange, and YouTube that stores credentials in environment variables and connects only to the user-configured servers; no eval of untrusted remote content is present in the documented workflow.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

5
security
80
transparency
90
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (6)

Pattern match critical

Uses eval() — can execute arbitrary code

SKILL.md · code · eval(

Pattern match critical

Possible hardcoded credential

modules/exchange/SKILL.md · code · PASSWORD="your-password

Pattern match medium

pip3 install — installs Python packages at runtime

README.md · code · pip3 install

Pattern match medium

subprocess execution — runs system commands from Python

tests/test_all.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.environ.get — reads environment variable

modules/exchange/config.py · prose · downgraded · os.environ.get(

Pattern match low

Popular HTTP library — network access

tests/test_nextcloud_contacts_live.py · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 9 environment variables. (2 sensitive: EXCHANGE_PASSWORD, NEXTCLOUD_APP_PASSWORD). Requires 2 system binaries.

package_installdynamic_eval

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API