You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: sync hooks and skills from socket-repo-template
* chore: remove socket-registry/CLAUDE.md cross-reference
* chore: sync hooks and skills from socket-repo-template
* chore: enable eslint/curly rule to require braces on all control flow
* chore: update @typescript/native-preview to 7.0.0-dev.20260415.1
* feat: add "typecheck" script using tsgo (typescript-go)
* revert: remove standalone typecheck script
* fix: use word boundaries in AWS key detection to avoid base64 false positives
* feat: add tsgo type checking to check runner (lint + format + typecheck)
* fix: skip binary files in personal path detection
* fix: restore personal path detection for binary files
Copy file name to clipboardExpand all lines: .claude/skills/security-scan/SKILL.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,13 @@
1
1
---
2
2
name: security-scan
3
3
description: Runs a multi-tool security scan — AgentShield for Claude config, zizmor for GitHub Actions, and optionally Socket CLI for dependency scanning. Produces an A-F graded security report.
4
+
user-invocable: true
4
5
---
5
6
6
7
# Security Scan
7
8
8
9
Multi-tool security scanning pipeline for the repository.
9
10
10
-
## Related: check-new-deps Hook
11
-
12
-
This repo includes a pre-tool hook (`.claude/hooks/check-new-deps/`) that automatically
13
-
checks new dependencies against Socket.dev's malware API before Claude adds them.
14
-
The hook runs on every Edit/Write to manifest files — see its README for details.
15
-
This skill covers broader security scanning; the hook provides real-time dependency protection.
16
-
17
11
## When to Use
18
12
19
13
- After modifying `.claude/` config, settings, hooks, or agent definitions
0 commit comments