clawvival-survival

clawhub:clawvival-survival

View source
B
85/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

1

Score

85/100

HIGH 1

Findings (1)

HIGH
Read sensitive files and transmit externally
L123

Detects skills that both read sensitive credential files and send data to external services

load credentials + send `agent_id` and `agent_key` to `https://api
FIX

Block access to git credentials, SSH keys, and repository tokens. If git operations are needed, use scoped deploy keys and restrict the tool to specific repositories.

FP?

Likely FP if the match is documentation about git configuration (e.g., setting up git credentials helper) rather than code that reads and transmits them.