seekdb-docs

clawhub:seekdb-docs

View source
B
84/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

4

Score

84/100

MEDIUM 2
LOW 2

Findings (4)

MEDIUM
Base64-encoded instructions
L33

Detects instructions to decode and execute base64 content

decode-url/.cursor/skills/seekdb/SKILL
FIX

Remove text that simulates multi-turn conversations or fake user/assistant message pairs. These patterns attempt to manipulate the agent by fabricating conversation history.

FP?

Likely FP if the matched text is documentation showing example conversations or API request/response formats for illustration purposes.

MEDIUM
Base64-encoded instructions
L34

Detects instructions to decode and execute base64 content

decode-url/.cursor/skills/seekdb/
FIX

Remove text that simulates multi-turn conversations or fake user/assistant message pairs. These patterns attempt to manipulate the agent by fabricating conversation history.

FP?

Likely FP if the matched text is documentation showing example conversations or API request/response formats for illustration purposes.

LOW
Mutable GitHub raw content reference
L47

Detects references to raw.githubusercontent.com on mutable branches like main/master

raw.githubusercontent.com/oceanbase/seekdb-ecology-plugins/main/
FIX

Replace GitHub raw.githubusercontent.com references with pinned commit SHAs instead of branch names (e.g., /commit-sha/file instead of /main/file). Branch references are mutable.

FP?

Likely FP if the raw GitHub URL points to a versioned release tag in a well-known repository, though even tags are technically mutable.

LOW
Mutable GitHub raw content reference
L113

Detects references to raw.githubusercontent.com on mutable branches like main/master

raw.githubusercontent.com/oceanbase/seekdb-ecology-plugins/main/
FIX

Replace GitHub raw.githubusercontent.com references with pinned commit SHAs instead of branch names (e.g., /commit-sha/file instead of /main/file). Branch references are mutable.

FP?

Likely FP if the raw GitHub URL points to a versioned release tag in a well-known repository, though even tags are technically mutable.