Skip to content

Commit 9211c58

Browse files
Add Greywall to Supply Chain Security
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a271dcf commit 9211c58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ Static Analysis Security Testing (SAST) tools scan software for vulnerabilities
318318

319319
Supply chain attacks come in different forms, targeting parts of the SDLC that are inherently 3rd party: tools in CI, external code that's been executed, and more. Supply chain security tooling can defend against these kinds of attacks.
320320

321+
- [Greywall](https://github.com/GreyhavenHQ/greywall) - _GreyhavenHQ_ - Deny-by-default command sandbox for AI coding agents and CLI tools with filesystem isolation, network control, and built-in profiles for agents like Claude Code or OpenCode.
321322
- [Harden Runner GitHub Action](https://github.com/step-security/harden-runner) - _StepSecurity_ - installs a security agent on the GitHub-hosted runner (Ubuntu VM) to prevent exfiltration of credentials, detect compromised dependencies and build tools, and detect tampering of source code during the build.
322323
- [Overlay](https://github.com/os-scar/overlay) - _SCAR_ - a browser extension helping developers evaluate open source packages before picking them.
323324
- [Preflight](https://github.com/spectralops/preflight) - _Spectral_ - helps you verify scripts and executables to mitigate supply chain attacks in your CI and other systems, such as in the recent [Codecov hack](https://spectralops.io/blog/credentials-risk-supply-chain-lessons-from-the-codecov-breach/).

0 commit comments

Comments
 (0)