技能 crawl4ai 審計歷史
🕷️

審計歷史

crawl4ai - 3 審計

審計版本 3

最新 低風險

Jan 17, 2026, 08:12 AM

Static analysis flagged 2290 issues but 99% are false positives from markdown documentation. Actual Python code shows legitimate web crawler functionality with user-controlled URLs, explicit credential configuration, and standard file output operations. No hidden data exfiltration or malicious patterns found.

16
已掃描檔案
9,145
分析行數
3
發現項
claude
審計者
未發現安全問題

審計版本 2

低風險

Jan 17, 2026, 08:12 AM

Static analysis flagged 2290 issues but 99% are false positives from markdown documentation. Actual Python code shows legitimate web crawler functionality with user-controlled URLs, explicit credential configuration, and standard file output operations. No hidden data exfiltration or malicious patterns found.

16
已掃描檔案
9,145
分析行數
3
發現項
claude
審計者
未發現安全問題

審計版本 1

低風險

Jan 13, 2026, 11:18 PM

This is a legitimate web crawling skill based on the Crawl4AI library. The static analyzer generated 2275 false positives primarily from markdown documentation files where code block backticks were misinterpreted as shell execution, and example URLs in documentation were flagged as hardcoded URLs. The actual Python scripts perform expected web crawling operations with file writes for saving crawled content locally. No malicious intent detected.

16
已掃描檔案
8,776
分析行數
3
發現項
claude
審計者
低風險問題 (1)
File system writes expected for web crawler
Scripts write crawled content to local files. This is expected for a web crawler skill.