google-classroom
Warn
Audited by Snyk on Jun 28, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Outsider-authored free text can enter the LLM via Google Classroom content that ClawLink fetches at runtime (e.g., course work/materials/submissions retrieved from students/teachers), which is then provided to the agent as readable text.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill requires running "npx @useclawlink/cli" which fetches and executes remote code from the @useclawlink/cli npm package (see https://www.npmjs.com/package/@useclawlink/cli) and interacts with ClawLink (https://claw-link.dev), so external code is fetched and executed at runtime and is a required dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata