Unpinned Dependencies
Low
- Category
- Supply Chain
- Content
"install": "bun install --production" }, "dependencies": { "jsdom": "^24.0.0", "@mozilla/readability": "^0.5.0" } }- Confidence
- 90% confidence
- Finding
- "jsdom": "^24.0.0"
Security audit
Security checks across malware telemetry and agentic risk
This skill appears to do what it says: search and fetch public Grokipedia articles without credentials, persistence, or local data access.
Reasonable to install for public Grokipedia lookups. Do not use sensitive search terms because queries are sent to grokipedia.com, treat --raw HTML output as untrusted if another tool renders it, and prefer pinned dependencies or a lockfile when reproducible installs matter.
"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.
No suspicious patterns detected.