Chris Ingram
8453012f7b
Merge remote-tracking branch 'aikido/main' into feat/pdm-support
2026-05-14 09:51:31 +01:00
James McMeeking
98a1ba7d10
Add rushx support too
...
Co-authored-by: Copilot <copilot@github.com>
2026-05-01 17:04:38 +01:00
Chris Ingram
abbe0480b6
Merge branch 'main' into feat/pdm-support
2026-04-22 14:25:32 +01:00
Reinier Criel
782af8e789
Merge pull request #411 from AikidoSec/feat/dynamic-install-dir
...
Add support for custom install directory
2026-04-16 10:04:25 -07:00
Stephen Benjamin
14c8abffea
Add uvx support
...
Add uvx as a supported package manager so that `uvx` commands are
routed through safe-chain's MITM proxy for malware detection, just
like `uv`. Previously, `uvx` bypassed all safe-chain protections.
The uvx package manager reuses the existing uv command runner since
uvx is functionally equivalent to `uv tool run`.
Fixes #268
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 10:04:10 -04:00
Reinier Criel
e54869ddd0
Code Quality
2026-04-13 14:40:42 -07:00
Reinier Criel
d064d46668
Cleanup
2026-04-13 11:01:45 -07:00
Reinier Criel
eb9d0bba3e
Code Quality
2026-04-10 15:16:33 -07:00
Reinier Criel
1635bee387
Add support for setup-ci with custom install dir
2026-04-10 10:18:49 -07:00
Chris Ingram
1eb4fe05fd
Add pdm package manager support
...
PDM is a modern Python package manager using pyproject.toml (PEP 621).
Uses the same MITM-only proxy approach as poetry/uv/pipx — all malware
detection and minimum package age enforcement happens at the proxy layer
by intercepting PyPI requests.
2026-04-06 13:01:42 +01:00
Uriel Corfa
0ce0a87557
Add the same handler for fish
2026-01-08 10:01:13 +01:00
Reinier Criel
d2fc531c81
Fix tests and add command support
2025-12-18 10:33:31 +01:00
Reinier Criel
7e460e50e1
Skeleton
2025-12-15 15:06:00 +01:00
Sander Declerck
4139275b76
Handle PR comments
2025-12-03 10:54:49 +01:00
Sander Declerck
edec6ec57c
Update shell scripts
2025-11-28 16:51:39 +01:00
Sander Declerck
a3bff105cc
Update startup scripts to use safe-chain instead of aikido-*
2025-11-28 14:01:11 +01:00
Sander Declerck
c6bcd6f646
Add feature flag in setup for python support.
2025-11-14 14:12:44 +01:00
Reinier Criel
f400c5576a
WIP
2025-11-06 08:32:25 -08:00
Reinier Criel
ccd59a2f17
Clean up code
2025-10-28 09:45:24 -07:00
Reinier Criel
c2e632ead2
Add e2e test for malware blocking + python3 fix
2025-10-28 09:15:00 -07:00
Reinier Criel
57bbb06f39
Add redirecting for explicit python(3) commands
2025-10-27 13:00:18 -07:00
Reinier Criel
190607de92
Adapt per review
2025-10-27 09:23:47 -07:00
Reinier Criel
f817bf887a
Update documentation
2025-10-23 10:23:42 -07:00
Sander Declerck
43dcba8802
Wrap bun with safe-chain to block downloads of packages with malware
2025-10-08 15:12:06 +02:00
Sander Declerck
1514fb44c5
init-fish: split up if to prevent expanded args to break the condition
2025-09-24 14:51:32 +02:00
Sander Declerck
7673d32912
Move safe-chain package to packages/safe-chain
2025-09-05 11:19:37 +02:00