clawfy-pro

clawhub:clawfy-pro

View source
B
85/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

2

Score

85/100

HIGH 1
LOW 1

Findings (2)

HIGH
Read external content and apply as rules
L39

Detects skills that read remote markdown or documentation and apply it as operational rules

Read and interpret web + Use the **URL path** for precise context
FIX

Treat tool outputs as untrusted data. Do not act on directives found in tool responses without explicit user confirmation. Implement output validation before acting on tool results.

FP?

Likely FP if the match is a skill description explaining that it processes tool outputs, rather than a payload designed to hijack the agent via tool responses.

LOW
External API response used without validation
L32

Detects patterns where external API responses are used directly without validation or sanitization

Webhook payload + directly from the use
FIX

Validate and sanitize all data received from external APIs before using it in tool operations or agent prompts. Implement schema validation and treat API responses as untrusted input.

FP?

Likely FP if the match is a truncated table cell or documentation fragment that mentions API responses in a descriptive context, not actual unvalidated data processing.