審計紀錄
amazon-buy-box-monitor-api-skill - 3 審計
審計版本 3
最新 中風險Jun 28, 2026, 05:26 PM
Static analysis found network access, environment variable access, shell invocation guidance, and a critical combined-behavior heuristic. Review confirmed these patterns support the documented BrowserAct API workflow, with no prompt injection or confirmed malicious exfiltration found. The remaining risk is medium because the skill handles an API key and sends ASIN and marketplace data to a third-party service.
中風險問題 (3)
低風險問題 (2)
風險因素
⚡ 包含腳本 (1)
🌐 網路存取 (10)
🔑 環境變數 (11)
偵測到的模式
審計版本 2
低風險May 21, 2026, 08:15 AM
Static analysis flagged 55 potential issues, but all are false positives when evaluated in context. The skill is a legitimate API client for the BrowserAct service. Network requests target only browseract.com, env var access reads only BROWSERACT_API_KEY for authentication, and the shell commands in SKILL.md are markdown documentation examples only. No obfuscation, data exfiltration, or malicious intent was found. Risk factors are documented transparently.
低風險問題 (3)
審計版本 1
低風險Apr 28, 2026, 09:14 AM
Security audit completed. All static findings are legitimate API integration patterns. Network access is restricted to the BrowserAct API endpoint only. API key storage uses environment variables (standard secure practice). No command injection vulnerabilities exist. The external_commands detection in SKILL.md are false positives from documentation markdown code blocks.