privilege_escalation
Privilege escalation attempt
Line 286Snippets
echo " - Ubuntu: sudo apt install nodejs npm" chmod +x "${WRAPPER_PATH}"python_subprocess
System command execution (Python)
System command execution (Python)
Line 1148Snippets
result = subprocess.run(hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 78Snippets
jina_api_key="your-jina-key", # Optional: set via env JINA_API_KEY jina_api_key="your-jina-key", # Optional: set via env JINA_API_KEYnetwork_call
Outbound network call
Outbound network call
Line 4Snippets
description: "Advanced web content extraction skill for OpenClaw using multi-tier fallback strategy (Jina → Scrapling → WebFetch) with intelligent routing, caching, quality scoring, and domain learning. Use when: reading article content, extracting web page text, scraping dynamic JS-heavy pages, or fetching WeChat official account articles."result = reader.fetch("https://example.com") def fetch(self, url: str, force_refresh: bool = False) -> Dict: def fetch_with_tier(self, url: str, preferred_tier: str) -> Dict: parser.add_argument('url', help='URL to fetch')env_access
Environment variable access
Environment variable access
Line 614Snippets
self.limit = quota_limit or int(os.environ.get( cache_dir = Path(os.environ.get( self.cache_dir = Path(cache_dir or os.environ.get( data_dir = Path(os.environ.get( api_key = os.environ.get('JINA_API_KEY')Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
"Advanced web content extraction skill for OpenClaw using multi-tier fallback strategy (Jina → Scrapling → WebFetch) with intelligent routing, caching, quality scoring, and domain learning. Use when: reading article content, extracting web page text, scraping dynamic JS-heavy pages, or fetching WeChat official account articles."
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:43
Run 1