Article Workflow

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The Article Workflow skill bundle is a comprehensive toolset for automating article analysis and archiving to Feishu (Lark) Bitable. It implements legitimate features such as URL deduplication, quality scoring, and batch processing using SubAgents. Security-wise, the code demonstrates good practices by including path validation checks in `core/dedup.py` and `scripts/monitor.sh` to prevent directory traversal, and it provides dedicated scripts (`scripts/config_manager.py`) to handle sensitive credentials securely via `.gitignore`. No malicious patterns, such as data exfiltration, unauthorized remote execution, or harmful prompt injections, were detected.