anki-connect

skills-sh:intellectronica_agent-skills__anki-connect

View source
D
25/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

5

Score

25/100

HIGH 5

Findings (5)

HIGH
Internal IP range access
L14

Detects references to private/internal IP ranges in URL context

http://127.0.0.1:
FIX

Implement URL allowlisting for all outbound requests. Block requests to private IP ranges (10.x, 172.16-31.x, 192.168.x), localhost, and link-local addresses.

FP?

Likely FP if the match is a localhost URL used for local development (e.g., http://localhost:3000) in setup documentation.

HIGH
Internal IP range access
L60

Detects references to private/internal IP ranges in URL context

http://127.0.0.1:
FIX

Implement URL allowlisting for all outbound requests. Block requests to private IP ranges (10.x, 172.16-31.x, 192.168.x), localhost, and link-local addresses.

FP?

Likely FP if the match is a localhost URL used for local development (e.g., http://localhost:3000) in setup documentation.

HIGH
Internal IP range access
L71

Detects references to private/internal IP ranges in URL context

http://127.0.0.1:
FIX

Implement URL allowlisting for all outbound requests. Block requests to private IP ranges (10.x, 172.16-31.x, 192.168.x), localhost, and link-local addresses.

FP?

Likely FP if the match is a localhost URL used for local development (e.g., http://localhost:3000) in setup documentation.

HIGH
Internal IP range access
L77

Detects references to private/internal IP ranges in URL context

http://127.0.0.1:
FIX

Implement URL allowlisting for all outbound requests. Block requests to private IP ranges (10.x, 172.16-31.x, 192.168.x), localhost, and link-local addresses.

FP?

Likely FP if the match is a localhost URL used for local development (e.g., http://localhost:3000) in setup documentation.

HIGH
Internal IP range access
L91

Detects references to private/internal IP ranges in URL context

http://127.0.0.1:
FIX

Implement URL allowlisting for all outbound requests. Block requests to private IP ranges (10.x, 172.16-31.x, 192.168.x), localhost, and link-local addresses.

FP?

Likely FP if the match is a localhost URL used for local development (e.g., http://localhost:3000) in setup documentation.