python
Audited by Socket on Mar 2, 2026
1 alert found:
AnomalyThe provided file is a documentation-style skill that contains coding guidelines and examples. There is no embedded code that reads local files, sends network requests, or contains hardcoded secrets. The primary security concern is the install instruction using 'npx skills add ...' which triggers a transitive installation of a third-party skill (a supply-chain risk). That pattern can result in arbitrary code execution by the installed package or further transitive installs; the documentation itself does not exhibit malicious behavior, but following the install instruction without verifying the target package or its contents could expose users to supply-chain attacks. Recommend verifying the 'testdino-hq/google-styleguides-skills' repository and its publish provenance before running the npx install, and prefer installing from verified registries with pinned versions and review of package contents.