adhoc-skill
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands and Python scripts to perform legitimate file management tasks.
- Evidence: Uses
rsyncto synchronize skill directories from source to target locations (~/.agents/skills/). - Evidence: Executes a local Python script
scripts/fanout.pyto create symbolic links in agent-facing directories (e.g.,~/.claude/skills). - Evidence: Uses
git initwhen creating new independent skill repositories as part of its documented workflow. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill interacts with local configuration files and directories, but no sensitive data is sent externally.
- Evidence: Reads and writes to
~/.adhoc-skill/config.jsonto manage user-defined skill root paths. - Evidence: Scans local directories for
SKILL.mdfiles to identify available skills. - [PRIVILEGE_ESCALATION]: No privilege escalation attempts were detected.
- Evidence: All operations (rsync, symlinking, file writes) occur within the user's home directory (
~) without requiring sudo or administrative privileges.
Audit Metadata