T08 · Insecure Dependencies
- Location
SKILL.md:233- Finding
Unpinned Third-Party Dependency Installation
- Content
View full analysis
- Remediation
View remediation
Security audit
Security checks for vulnerabilities and agentic risk
This is a coherent spreadsheet-generation skill for CellCog, with privacy and supply-chain cautions users should understand before use.
Before installing, verify that the CellCog package and skill come from the expected publisher, prefer a pinned or isolated install when possible, and avoid submitting confidential, regulated, or business-sensitive spreadsheet data unless CellCog's data handling is acceptable for your use.
SKILL.md:233Unpinned Third-Party Dependency Installation
The skill advertises spreadsheet generation through CellCog and requires CELLCOG_API_KEY, but it does not clearly warn that user prompts, spreadsheet contents, and potentially sensitive financial/business data may be transmitted to an external service. In this context, the omission is significant because the skill explicitly targets budgets, financial models, sales trackers, and other data categories that often contain confidential information.
The installation instruction uses npx skills add ... without pinning a specific package version, which can cause users to fetch whatever version is current at execution time. That creates a supply-chain risk: a compromised upstream package, typo-squatted dependency, or malicious newly published version could be executed in the user's environment.
No suspicious patterns detected.