sui-opportunities-huntera

clawhub:sui-opportunities-huntera

View source
C
70/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

2

Score

70/100

HIGH 2

Findings (2)

HIGH
Autonomous agent spawning
L208

Detects autonomous sub-agent or cron-based execution without human oversight

autonomous execution + Autonomous
FIX

Remove directives that force the agent to call specific tools or APIs not required for the skill's stated functionality. Tool calls should be determined by user intent, not embedded directives.

FP?

Likely FP if the skill legitimately needs to call other tools as part of its workflow (e.g., a deployment skill that calls git and cloud CLI tools).

HIGH
Read sensitive files and transmit externally
L210

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

access to a private key + POST any new discoveries to `/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.