skill-authoring-lifecycle
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions include the use of shell commands for file management and validation.
- Specifically, the "Deprecation & Renaming" section directs the agent to use
rm -rfto remove skill directories. - It also specifies running workspace commands such as
pnpm run validateandpnpm run eval. - [EXTERNAL_DOWNLOADS]: The skill documentation includes commands to download and install external skill packages.
- It references the use of
npx skills addto fetch theskill_stewardpackage from the author's GitHub repository. - The sources section links to external documentation and specifications from trusted organizations like Vercel and OpenAI, as well as well-known developer services.
- [PROMPT_INJECTION]: The skill's workflow involves processing untrusted external files, creating a surface for indirect prompt injection.
- Ingestion points: The skill is designed to analyze files matching the patterns
skills/**/SKILL.mdand**/SKILL.md(specified in the frontmatter paths). - Boundary markers: There are no explicit instructions to use delimiters or ignore embedded instructions when reading these files to differentiate user input from system guidance.
- Capability inventory: Across its lifecycle phases, the skill employs file deletion (
rm -rf) and local script execution (pnpm). - Sanitization: The skill lacks validation or escaping steps for the content of the files it audits.
Audit Metadata