CI/CD Pipeline Security Expert

Fail

Audited by Socket on Feb 13, 2026

1 alert found:

Malware
MalwareHIGH
SKILL.md

This is an instructional CI/CD security skill/document. It is not malicious. The content aligns with its stated purpose: securing GitHub Actions workflows, secret management, signing, SBOMs, and supply-chain protections. The main risks are operational: several example snippets show high-risk patterns (executing remote scripts via curl|bash, referencing actions by branch/tag like '@main' or '@master', and demonstrating dangerous pull_request_target usage). Those are shown as anti-patterns in the text, but their presence creates a chance that an implementer might copy insecure examples. No hardcoded secrets or obfuscated code were found. Recommendation: follow the document's own advice — pin actions by SHA, avoid running unverified remote scripts, and ensure tests/checks prevent copying dangerous examples into production workflows.

Confidence: 80%Severity: 25%
Audit Metadata
Analyzed At
Feb 13, 2026, 12:17 PM
Package URL
pkg:socket/skills-sh/martinholovsky%2Fclaude-skills-generator%2Fcicd-pipeline-security-expert%2F@0617eb46a3416bc7da820147cbcff4bbd2b49b93
Security Audit — socket — CI/CD Pipeline Security Expert