Skip to content

feat: add Socket Security supply chain scanning#24

Merged
isanchez31 merged 1 commit intomainfrom
feat/socket-security
Feb 28, 2026
Merged

feat: add Socket Security supply chain scanning#24
isanchez31 merged 1 commit intomainfrom
feat/socket-security

Conversation

@isanchez31
Copy link
Owner

Summary

  • Add Socket Security GitHub Action workflow (.github/workflows/socket-security.yml) that runs on pull requests to scan dependencies for supply chain risks including malicious packages, typosquatting, and hidden install scripts
  • Add socket.yml configuration with strict issue rules tuned for a security project: network access, shell access, environment variable access, filesystem access, eval usage, malware detection, obfuscated code, and more
  • Note: For full functionality (PR comments, dependency overview, project reports), the Socket Security GitHub App should also be installed on the repository

Test plan

  • Verify the workflow triggers on a pull request to main
  • Confirm Socket Security action runs successfully and reports dependency issues
  • Validate socket.yml configuration is recognized by the Socket GitHub App once installed
  • Check that PR alerts and dependency overview comments appear as configured

🤖 Generated with Claude Code

@github-actions github-actions bot added the ci label Feb 28, 2026
@isanchez31 isanchez31 merged commit 5072dac into main Feb 28, 2026
5 of 6 checks passed
@isanchez31 isanchez31 deleted the feat/socket-security branch February 28, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant