sql-injection-testing

skills-sh:sickn33_antigravity-awesome-skills__sql-injection-testing

View source
C
69/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

3

Score

69/100

HIGH 1
MEDIUM 2

Findings (3)

HIGH
Data transmission pattern
L173

Detects patterns indicating sensitive data being sent to external services

Exfiltrate data
FIX

Restrict file reading to the project directory and block outbound network calls that include file contents. Implement file path validation to prevent directory traversal.

FP?

Likely FP if the tool legitimately reads project files and displays them to the user locally, without sending data to external services.

MEDIUM
DNS exfiltration pattern
L176

Detects DNS-based data exfiltration techniques

DNS exfil
FIX

Limit clipboard access to write-only operations or require explicit user confirmation before reading clipboard contents. Block transmission of clipboard data to external endpoints.

FP?

Likely FP if the skill is a clipboard manager whose documented purpose is to sync clipboard content with the user's own devices.

MEDIUM
DNS exfiltration pattern
L179

Detects DNS-based data exfiltration techniques

DNS exfil
FIX

Limit clipboard access to write-only operations or require explicit user confirmation before reading clipboard contents. Block transmission of clipboard data to external endpoints.

FP?

Likely FP if the skill is a clipboard manager whose documented purpose is to sync clipboard content with the user's own devices.