百度文档解析pipeline-parser

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The skill is a legitimate integration for the Baidu Document Analysis API, allowing users to parse various document formats (PDF, Word, etc.). The core logic in `scripts/baidu_doc_parser.py` correctly implements the asynchronous API flow (submit, poll, and fetch results) using official Baidu endpoints (aip.baidubce.com). No evidence of data exfiltration, malicious execution, or prompt injection was found; the script handles sensitive API keys via standard environment variables as documented in `SKILL.md` and `references/apikey-fetch.md`.