seekdb-docs
Fail
Audited by Snyk on Jul 23, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These links include direct install scripts and downloadable ZIP packages served from third-party object storage (obbusiness-private OSS) rather than official product download pages, which is a high-risk distribution pattern for malware.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). SKILL.md describes loading documentation via a remote fallback URL (
raw.githubusercontent.com/.../seekdb-doc/...) which is public outsider-authored text that can be read into the runtime context when local docs are missing (Step 3: Read Document -> remote fallback).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches remote documentation at runtime from raw.githubusercontent.com (e.g. https://raw.githubusercontent.com/oceanbase/seekdb-ecology-plugins/main/agent-skills/skills/seekdb/references/seekdb-docs-catalog.jsonl and https://raw.githubusercontent.com/oceanbase/seekdb-doc/[branch]/en-US/[path]), which is injected as context/fallback content for answering queries and therefore can directly control agent prompts.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata