conference-speaker-scraper
Fail
Audited by Snyk on Jul 10, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The code routes Apify calls (and any provided token) through an undocumented gooseworks.ai proxy and requires an environment API key (GOOSEWORKS_API_KEY), which results in user API tokens and scraped data being sent to a third party — high risk of credential/data exfiltration.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Yes—required runtime workflow fetches outsider-authored free text from a user-supplied public URL (
--url) viarequests.get(...).textand then parses/prints extracted bios/names into the agent’s context (direct mode HTML scraping path).
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata