tauri

skills-sh:martinholovsky_claude-skills-generator__tauri

View source
B
84/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

2

Score

84/100

MEDIUM 2

Findings (2)

MEDIUM
Path traversal attempt
L521

Detects path traversal patterns targeting sensitive files, including URL-encoded variants

../../../etc/passwd
FIX

Pin Git dependencies to specific commit hashes instead of branch names or tags. Branches and tags are mutable and can be updated to point to malicious code.

FP?

Likely FP if the Git reference points to a tagged release of a well-known repository, though tags are technically mutable.

MEDIUM
Resource URI manipulation
L521

Detects dangerous URI schemes or path traversal in resource fields

path: "../../../etc/passwd"
FIX

Implement strict input validation on the MCP tool's parameters. Block tool calls that attempt to modify the agent's system prompt, configuration, or tool definitions.

FP?

Likely FP if the match is a tool that legitimately updates configuration (e.g., a settings manager) and mentions prompt editing only for user-facing customization.