Sync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts).
72
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md’s runtime workflow triggers `hermes-sync`, which runs `scripts/hermes-sync.py` to pull outsider-authored free text files (e.g., `SOUL.md`, `AGENTS.md`, and skills) from MinIO into the local workspace and then re-bridges them into the agent config/LLM context; no exclusion applies.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The hermes-sync script reads a MinIO endpoint (e.g., http://fs-local.agentteams.io:18080) at runtime and uses it to pull files like SOUL.md and skills from MinIO which directly control agent prompts/configuration.
785c2db
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.