skill-authoring-sync
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands via
cmd /c,mise, andnpxto perform lifecycle operations such as initializing skills, verifying installations, and running validation scripts. - [EXTERNAL_DOWNLOADS]: The skill interacts with the
why8023/agent-skillsrepository on GitHub and the npm registry. These network operations are intrinsic to the skill's purpose of synchronizing code with a remote central repository and managing dependencies. - [DATA_EXFILTRATION]: While the skill performs
git pushoperations to a remote repository, this is directed to the author's own repository (why8023/agent-skills) as part of a documented synchronization workflow, not an unauthorized exfiltration of sensitive data. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a data ingestion surface as it processes user-provided skill names and content.
- Ingestion points: Skill names and content provided by the user (or the agent on the user's behalf) are written to local files.
- Boundary markers: No specific boundary markers or 'ignore' instructions are used for the created content, as the skill functions as an authoring tool.
- Capability inventory: The skill can write files, execute Git commands (commit/push), and run the
npx skillsutility. - Sanitization: The skill assumes the integrity of the authored content and does not implement specific sanitization routines before file writes or Git commits.
Audit Metadata