hermes-graphify-gsd-project-integration

Warn

Audited by Socket on Aug 18, 2026

3 alerts found:

Securityx3
SecurityMEDIUM
SKILL.md

SUSPICIOUS: the skill’s stated repo-integration purpose mostly matches its file edits and verification steps, but it also mandates global installation and upgrade of third-party tools with unpinned commands. The source/publisher relationship is weakly trusted, and the optional autonomous-continuation workflow expands scope beyond simple repo integration. No clear credential theft or malicious exfiltration is evident.

Confidence: 83%Severity: 74%
SecurityMEDIUM
references/first-install.md

No explicit malicious actions (exfiltration, credential theft, reverse shells) are present in the provided snippet itself. However, the bootstrap is high-risk from a supply-chain perspective because it fetches and installs remote code using unpinned/upgradable mechanisms (`pip install -U ...`, npm `@latest`) and executes an npm package via `npx` with `--global`. Additionally, the apparent `graphifyy` naming inconsistency and PATH fallback for `graphify` could lead to installing/executing unintended packages/binaries. This should be reviewed and ideally replaced with pinned versions plus integrity verification and deterministic lockfiles before use in security-sensitive environments.

Confidence: 60%Severity: 72%
SecurityMEDIUM
templates/bootstrap-toolchain.sh

This module is a bootstrapper that performs multiple high-impact supply-chain operations: it installs a Python package via unpinned pip (-U graphifyy) and executes additional tooling via npx using an unpinned @latest npm package (get-shit-done-cc@latest). While the snippet itself contains no obvious direct malware actions, the moving-target remote execution paths introduce a significant risk that behavior can change over time or be compromised. It should be revised to use pinned versions and integrity/provenance checks (e.g., lockfiles, hashes, allowlisted registries) and to minimize execution of remote CLIs during unattended bootstrap.

Confidence: 67%Severity: 72%
Audit Metadata
Analyzed At
Aug 18, 2026, 12:26 PM
Package URL
pkg:socket/skills-sh/seaworld008%2Fcommonly-used-high-value-skills%2Fhermes-graphify-gsd-project-integration%2F@968933a884788d15530ac6ae485a4608650ddcd9225b59a5a0ebd92e6d30dd47
Security Audit — socket — hermes-graphify-gsd-project-integration