skf-update-skill
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of shell commands to perform its duties. It executes
gitfor repository fetching and metadata verification,npxto run theskill-checkvalidation tool,ghfor GitHub API interactions, andast-grep(viaast_bridge) for structural code analysis. - [EXTERNAL_DOWNLOADS]: To resolve remote source code for specific skill tiers, the workflow downloads code from GitHub via
git cloneor the GitHub API. It also downloads and executes theskill-checkutility from the NPM registry vianpx. These operations are conducted through well-known, established services and are integral to the skill's functionality. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8) as it extracts content (docstrings and signatures) from untrusted project source code and external test reports to populate its generated instructions. \n
- Ingestion points: Project source code files (e.g., .ts, .py) and
test-report-*.mdfiles.\n - Boundary markers: The merge logic does not explicitly define boundary markers or 'ignore instructions' warnings for the extracted content.\n
- Capability inventory: The skill has broad file system access and shell command execution capabilities.\n
- Sanitization: No explicit sanitization or validation of the extracted comments is described before they are merged into the final
SKILL.md.
Audit Metadata