auto-updater-bak-2026-01-28t18-01-13-10-30

clawhub:auto-updater-bak-2026-01-28t18-01-13-10-30

View source
D
45/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

6

Score

45/100

HIGH 1
MEDIUM 5

Findings (6)

HIGH
Unattended auto-update
L16

Detects automatic package or skill updates via cron or scheduled tasks without verification

update --all
FIX

Avoid installing packages from private or unofficial registries specified in skill instructions. Verify the registry URL is legitimate and use scoped packages with registry configuration.

FP?

Likely FP if the private registry is a well-known enterprise registry (e.g., GitHub Packages, Artifactory) documented in the project setup.

MEDIUM
Unattended auto-update
L56

Detects automatic package or skill updates via cron or scheduled tasks without verification

npm update -g
FIX

Avoid installing packages from private or unofficial registries specified in skill instructions. Verify the registry URL is legitimate and use scoped packages with registry configuration.

FP?

Likely FP if the private registry is a well-known enterprise registry (e.g., GitHub Packages, Artifactory) documented in the project setup.

MEDIUM
Unattended auto-update
L57

Detects automatic package or skill updates via cron or scheduled tasks without verification

pnpm update -g
FIX

Avoid installing packages from private or unofficial registries specified in skill instructions. Verify the registry URL is legitimate and use scoped packages with registry configuration.

FP?

Likely FP if the private registry is a well-known enterprise registry (e.g., GitHub Packages, Artifactory) documented in the project setup.

MEDIUM
Unattended auto-update
L58

Detects automatic package or skill updates via cron or scheduled tasks without verification

bun update -g
FIX

Avoid installing packages from private or unofficial registries specified in skill instructions. Verify the registry URL is legitimate and use scoped packages with registry configuration.

FP?

Likely FP if the private registry is a well-known enterprise registry (e.g., GitHub Packages, Artifactory) documented in the project setup.

MEDIUM
Unattended auto-update
L71

Detects automatic package or skill updates via cron or scheduled tasks without verification

update --all
FIX

Avoid installing packages from private or unofficial registries specified in skill instructions. Verify the registry URL is legitimate and use scoped packages with registry configuration.

FP?

Likely FP if the private registry is a well-known enterprise registry (e.g., GitHub Packages, Artifactory) documented in the project setup.

MEDIUM
Unattended auto-update
L100

Detects automatic package or skill updates via cron or scheduled tasks without verification

update --all
FIX

Avoid installing packages from private or unofficial registries specified in skill instructions. Verify the registry URL is legitimate and use scoped packages with registry configuration.

FP?

Likely FP if the private registry is a well-known enterprise registry (e.g., GitHub Packages, Artifactory) documented in the project setup.