Commit edb5d76
Document security implications of pipe: URL scheme
Added comprehensive documentation to the pipe_download function explaining
the security implications of using the pipe: URL scheme. This clarifies that:
- The feature intentionally executes shell commands
- Commands run with the permissions of the Python process
- Usage should be limited to trusted environments
- Untrusted sources could lead to arbitrary code execution
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0bbcf99 commit edb5d76
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
43 | 56 | | |
44 | 57 | | |
45 | 58 | | |
| |||
0 commit comments