skill-sync
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a repository maintenance tool. It processes local YAML frontmatter from SKILL.md files to generate and update Markdown tables in AGENTS.md files. No malicious intent, obfuscation, or data exfiltration attempts were detected.
- [COMMAND_EXECUTION]: Includes a bash script (
sync.sh) that uses standard Unix utilities such asawk,sed,grep, andfindto manipulate local documentation files. The script logic is focused on string extraction and file writing, with no use ofevalor dynamic execution of external input.
Audit Metadata