skill-authoring
Warn
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONPRIVILEGE_ESCALATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation instructs the agent to execute
npx skills add <owner>/<repo>, which clones remote Git repositories from GitHub into the user's environment. This facilitates the acquisition of code from external and potentially unverified sources. - [REMOTE_CODE_EXECUTION]: It encourages the use of
uv runfor Python scripts utilizing PEP 723 inline metadata. This execution pattern triggers the dynamic resolution and installation of third-party dependencies from package registries at runtime. - [COMMAND_EXECUTION]: The skill relies on executing multiple CLI tools, including
git,npx, andpython3, to perform tasks such as cloning repositories, managing symlinks, and running auditing scripts likefitness.pyandtrigger.py. - [INDIRECT_PROMPT_INJECTION]: As a framework for writing skill instructions, it focuses on optimizing triggers and descriptions that control agent selection logic. 1. Ingestion: Processes
SKILL.mdcontent and repository structures. 2. Boundaries: Utilizes YAML frontmatter fields likecompatibilityandallowed-toolsto define scope. 3. Capabilities: Commands includenpx,git,python3,uv run, andchmod. 4. Sanitization: Recommends usingskill-fitnessfor auditing, but lacks strict sanitization for instruction content. - [PRIVILEGE_ESCALATION]: The skill provides instructions for using
chmod 0700to modify file system permissions for directories. While aimed at securing private data, the use of permission-modifying commands is a noted capability.
Audit Metadata