skill-release
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several CLI tools to manage the repository and deployment lifecycle.
- Evidence: Executes
git ls-files,git commit, andgit pushfor version control management. It usesbun run buildandbun run deployfor application building and Cloudflare Workers deployment, as well ascurlfor verifying production status. - [EXTERNAL_DOWNLOADS]: The skill references external package execution via npm.
- Evidence: The skill instructs the use of
npx skills@latestto manage skill additions and installations from the public registry. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by processing external metadata from the skill collection.
- Ingestion points: Automatically enumerates and reads frontmatter from all
skills/*/SKILL.mdfiles in the repository to generate index content and blog data. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present when processing this data.
- Capability inventory: The skill has the ability to write to files (
app/data.ts), execute build scripts, and push to remote repositories. - Sanitization: There is no logic provided to sanitize or escape potentially malicious instructions embedded in the
summaryordescriptionfields of the skills being indexed. - [DATA_EXFILTRATION]: The skill accesses sensitive local paths and performs network operations consistent with its primary purpose as a development and release tool.
- Evidence: Accesses files within
~/Documents/GitHub/cankun-blogand~/Documents/GitHub/cankun-skillsto sync metadata and project state. Changes are pushed to GitHub repositories, which is expected behavior for an automated release manager.
Audit Metadata