linkedin-cli
Fail
Audited by Snyk on Apr 15, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill instructs the agent to ask the user for their Linked API Token and Identification Token and then embed them directly into a CLI command (linkedin setup --linked-api-token=TOKEN --identification-token=TOKEN), which requires the LLM to handle and output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's fetch commands (e.g., "linkedin person fetch", "linkedin post fetch", "linkedin company fetch", and message/get commands) explicitly retrieve user-generated content (profiles, posts, comments, reactions) from public LinkedIn pages, which the agent is expected to read and could materially influence subsequent actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata