code-cache

clawhub:code-cache

View source
B
76/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

4

Score

76/100

MEDIUM 3
LOW 1

Findings (4)

MEDIUM
External context or knowledge sync
L81

Detects CLI tools that upload project context, code, or knowledge to external services

upload "Build a chart" --file
FIX

Block the ability to package multiple files into archives (zip, tar) and transmit them. If archiving is needed, restrict it to specific directories and require user confirmation.

FP?

Likely FP if the skill is a backup or deployment tool where creating and transmitting archives is the documented core functionality.

MEDIUM
External context or knowledge sync
L82

Detects CLI tools that upload project context, code, or knowledge to external services

upload "Data pipeline" -f extract.py
FIX

Block the ability to package multiple files into archives (zip, tar) and transmit them. If archiving is needed, restrict it to specific directories and require user confirmation.

FP?

Likely FP if the skill is a backup or deployment tool where creating and transmitting archives is the documented core functionality.

MEDIUM
External context or knowledge sync
L83

Detects CLI tools that upload project context, code, or knowledge to external services

upload "Failed attempt" --file
FIX

Block the ability to package multiple files into archives (zip, tar) and transmit them. If archiving is needed, restrict it to specific directories and require user confirmation.

FP?

Likely FP if the skill is a backup or deployment tool where creating and transmitting archives is the documented core functionality.

LOW
Runtime URL controlling behavior
L17

Detects URLs fetched at runtime that control or influence agent behavior without pinning

Get your API key from the [Raysurfer dashboard](https:// + config
FIX

Avoid loading configuration or behavior-controlling content from runtime URLs. Bundle required configurations locally or pin remote config to versioned, integrity-verified endpoints.

FP?

Likely FP if the URL in the match is a documentation link or example URL (e.g., example.com) rather than an actual runtime-fetched configuration endpoint.