claude-authenticity
Fail
Audited by Snyk on Jun 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These links point to a runnable Python script hosted on a third‑party aggregator (claudskills.com) plus an unfamiliar GitHub repo and placeholder API endpoints — there are no direct .exe downloads, but copying/running unreviewed code that asks for API keys and targets arbitrary endpoints is a moderate–high risk (credential exfiltration or malicious endpoint testing), so treat as suspicious.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The skill’s runtime path calls the user-supplied
ENDPOINTwith the user-suppliedAPI_KEY, then parses the returned JSON and extractsanswer/thinkingtext from the response (_call→resp.json()→_extract_answer/_extract_thinking), so any free-form text in the provider’s response (outsider-authored) is ingested into the agent’s LLM context for scoring/prompt-injection checks.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata