First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
4
Score
76/100
Findings (4)
Detects CLI tools that upload project context, code, or knowledge to external services
upload "Build a chart" --file Block the ability to package multiple files into archives (zip, tar) and transmit them. If archiving is needed, restrict it to specific directories and require user confirmation.
Likely FP if the skill is a backup or deployment tool where creating and transmitting archives is the documented core functionality.
Detects CLI tools that upload project context, code, or knowledge to external services
upload "Data pipeline" -f extract.py Block the ability to package multiple files into archives (zip, tar) and transmit them. If archiving is needed, restrict it to specific directories and require user confirmation.
Likely FP if the skill is a backup or deployment tool where creating and transmitting archives is the documented core functionality.
Detects CLI tools that upload project context, code, or knowledge to external services
upload "Failed attempt" --file Block the ability to package multiple files into archives (zip, tar) and transmit them. If archiving is needed, restrict it to specific directories and require user confirmation.
Likely FP if the skill is a backup or deployment tool where creating and transmitting archives is the documented core functionality.
Detects URLs fetched at runtime that control or influence agent behavior without pinning
Get your API key from the [Raysurfer dashboard](https:// + config Avoid loading configuration or behavior-controlling content from runtime URLs. Bundle required configurations locally or pin remote config to versioned, integrity-verified endpoints.
Likely FP if the URL in the match is a documentation link or example URL (e.g., example.com) rather than an actual runtime-fetched configuration endpoint.