Skip to content

Add security scanning (gitleaks/SAST/SCA) to CI #16

Description

@williamzujkowski

repo_analyze and repo_security_plan report no security tooling in this repo. CI currently runs typecheck/test/build only.

For a harness that executes untrusted code, recommended additions:

  • Secrets: gitleaks (gitleaks/gitleaks-action@v2)
  • SAST: semgrep (config: auto) or CodeQL; plus eslint-plugin-security
  • SCA: npm audit --audit-level=high and/or osv-scanner

npm audit --omit=dev currently shows 0 vulnerabilities, so this is preventive rather than urgent.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions