developing-hooks

Warn

Audited by Socket on Sep 4, 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 4, 2026, 08:34 AM
Package URL
pkg:socket/skills-sh/jawhnycooke%2Fclaude-plugins%2Fdeveloping-hooks%2F@2d3ba8b7c73f60f5a8acba71b92a35ea606a44ba1849d6e7113662c2e52e94ce
Security Audit — socket — developing-hooks