Unpinned Dependencies
Low
- Category
- Supply Chain
- Content
"install": "bun install --production" }, "dependencies": { "jsdom": "^24.0.0", "@mozilla/readability": "^0.5.0" } }- Confidence
- 40% confidence
- Finding
- "jsdom": "^24.0.0"
Security checks across malware telemetry and agentic risk
This skill appears to do what it claims: search and fetch public Grokipedia pages without credentials, persistence, or local data access.
Reasonable to install for public Grokipedia lookups. Avoid sensitive search queries because they are sent to grokipedia.com, and prefer a lockfile or reviewed dependency install if you need reproducible supply-chain behavior. Treat --raw HTML output as untrusted if another tool renders it.
"install": "bun install --production"
},
"dependencies": {
"jsdom": "^24.0.0",
"@mozilla/readability": "^0.5.0"
}
}},
"dependencies": {
"jsdom": "^24.0.0",
"@mozilla/readability": "^0.5.0"
}
}64/64 vendors flagged this skill as clean.