agent-shield 1.0.0

Security scanner for AI agent extensions — offline-first, multi-framework, SARIF output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "Agentshield CodeQL config"

queries:
  - uses: security-and-quality

query-filters:
  - exclude:
      id: js/insecure-temporary-file
      # Optional noise filtering can be added here if needed.

paths-ignore:
  - "target/**"
  - "docs/**"
  - "**/fixtures/**"