skills/seaworld008/commonly-used-high-value-skills/hermes-graphify-gsd-runtime-operator/Gen Agent Trust Hub
hermes-graphify-gsd-runtime-operator
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes repository-local shell scripts (
./scripts/ai-workflow.sh) and standard system utilities likeps,grep, andcrontabto monitor and manage the runtime environment. These commands are used to identify owner leases and verify process integrity. - [INDIRECT_PROMPT_INJECTION]: The skill processes output from local scripts and system commands to determine the state of the autonomous runtime, which serves as a potential surface for indirect injection if these outputs are manipulated by an attacker in the environment.
- Ingestion points: Output from
./scripts/ai-workflow.sh,ps -ef,crontab -l, and thegraphifyCLI. - Boundary markers: None identified; the agent is instructed to interpret script and command output directly to reconcile state.
- Capability inventory: Execution of repo-local scripts and system process management via shell.
- Sanitization: No explicit sanitization or validation of external script output is described before the agent processes it.
- [REMOTE_CODE_EXECUTION]: The skill uses
python3 -m pip show graphifyyto verify the version of a dependency. While the package namegraphifyy(with double 'y') appears inconsistent with references tographifyelsewhere in the skill,pip showis a diagnostic command that only queries locally installed packages and does not perform remote code execution or installation.
Audit Metadata