web-scraping
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Description: [ r'sign in to continue', r'log in required', r'create an account', ], } PAYWALL_DOMAINS = { 'nytimes.com': PoisonPillType.PAYWALL, 'wsj.com': PoisonPillType.PAYWALL, 'washingtonpost.com': PoisonPillType.PAYWALL, 'ft.com': PoisonPillType.PAYWALL, 'bloomberg.com': PoisonPillType.PAYWALL, } def detect(self, url: str, content: str, status_code: int = 200) -> PoisonPillResult: # Check status code if status_code == 429: return PoisonPillResult(True, PoisonPillType.RATE_LIMIT, 1.0, 'HTTP
Audit Metadata