makefile-generator
Audited by Socket on Mar 4, 2026
1 alert found:
SecurityThis makefile-generator skill is functionally coherent and aligned with its stated purpose: generating, validating, and formatting Makefiles. It primarily reads local documentation, writes Makefiles, and recommends running local validation/formatting tools. No remote download-and-execute patterns, embedded secrets, or explicit exfiltration endpoints are present. The main security considerations are (1) transitive trust in the recommended devops-skills:makefile-validator (skill-to-skill installation/use), (2) executing shipped helper scripts that may contain arbitrary shell commands, and (3) Docker targets that use registry credentials when performing docker push/build operations. These are expected for a Makefile generation tool but increase supply-chain/execution risk. Recommendation: treat transitive validator usage and any helper scripts as code that requires review before execution; require explicit user confirmation before running mbake, make -n, or scripts that modify files or push images to registries.