zsxq-smart-publish

Fail

Audited by Snyk on Jul 1, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). It explicitly instructs extracting the browser cookie zsxq_access_token and shows examples inserting it verbatim into env vars and HTTP Cookie headers (Cookie: zsxq_access_token={token}), which requires the agent to handle and emit a secret value directly — high exfiltration risk.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). scripts/publish_article.py performs runtime installation of Playwright via os.system calls ("python -m pip install playwright" and "playwright install chromium"), which fetches and executes remote packages/binaries from PyPI and associated CDNs (e.g., https://pypi.org) and is required for the script to run, so this is a runtime fetch that executes remote code.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 1, 2026, 10:11 AM
Issues
2
Security Audit — snyk — zsxq-smart-publish