hook-development

Warn

Audited by Socket on Sep 14, 2026

1 alert found:

Security
SecurityMEDIUM
references/advanced.md

No clear evidence of overt malware (e.g., reverse shells or obfuscated payloads) is present in the shown Bash hook fragment. However, the code creates significant supply-chain security concerns: (1) untrusted stdin is logged verbatim to a local audit file and persisted to a database, (2) it performs outbound communications (Slack webhook, UDP metrics) based on hook context, and (3) the database `psql -c` statement interpolates untrusted `$input` directly into SQL, creating a concrete SQL injection and sensitive-data persistence risk. Overall, this is security-sensitive hook code that should be reviewed for strict data minimization/redaction and parameterized database access, plus controlled outbound destinations.

Confidence: 62%Severity: 78%
Audit Metadata
Analyzed At
Sep 14, 2026, 11:07 PM
Package URL
pkg:socket/skills-sh/anthropics%2Fclaude-plugins-official%2Fhook-development%2F@958e74408782e4df48d648bc05278d8c658279be2bf0e7490ffc919606fe32f1
Security Audit — socket — hook-development