描述
启动和管理具备独特真实设备指纹的反检测浏览器,用于多账号运营、网页抓取、广告验证及 AI 智能体……
软件工程 / 诊断修复
anti-detect-browser
描述
启动和管理具备独特真实设备指纹的反检测浏览器,用于多账号运营、网页抓取、广告验证及 AI 智能体……
安全审计
不符合规则:Using this skill to interact with third-party platforms (social media, e-commerce, ad networks) may violate those platforms' terms of service and could result in account bans, legal action, or other consequences. The skill does not warn about these risks.
位置:SKILL.md
相关片段:The skill's core value proposition is defeating anti-bot and fraud detection systems. The description frames this neutrally as 'anti-detect browser' and lists legitimate-sounding use cases (QA testing, ad verification) alongside ones that violate platform terms (multi-account manipulation, evasion of fingerprint-IP correlation bans). This framing could lead users to underestimate compliance and legal risks.
不符合规则:The npm package that does all the actual work (fingerprint injection, browser launching, API communication) is not reviewed here. You are trusting the package publisher with a Chromium launch path that patches browser internals.
位置:SKILL.md
相关片段:The skill instructs installing and running an external npm package (`anti-detect-browser`) via npm/npx, but no package code is included in the artifact set. The MCP server mode runs `npx anti-detect-browser --mcp`, which downloads and executes the package at runtime. The actual fingerprint injection, browser patching, and API communication all happen inside this unreviewed code.
不符合规则:If Live View is enabled, your browser session screen is visible on the antibrow.com dashboard. This could expose sensitive information visible in the browser to anyone with dashboard access.
位置:SKILL.md
相关片段:The Live View feature streams the browser screen to the antibrow.com dashboard. The comment explicitly says 'anyone with access can see the browser screen,' meaning browser session content (which may include logged-in accounts, personal data, form inputs) is transmitted to and viewable on a third-party service.