skill-vetter
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches repository metadata and file content from GitHub's official API and raw content domains (raw.githubusercontent.com). These are recognized as well-known technology services and are used here for the purpose of auditing third-party code.
- [COMMAND_EXECUTION]: Uses system utilities
curlandjqto fetch and parse API data. It also employsfindandcatto inspect the contents of skill files during the review process. These commands are consistent with the skill's stated purpose. - [PROMPT_INJECTION]: The skill's core functionality is to ingest and analyze untrusted third-party code, which presents a surface for indirect prompt injection. A malicious skill being analyzed could contain embedded instructions designed to influence the agent's security verdict. Ingestion points: Remote file fetching via
curland package installation via theclawhubCLI. Boundary markers: No explicit delimiters are defined in the instructions to isolate the content being analyzed. Capability inventory:curl,jq,find,cat, andclawhub. Sanitization: No sanitization or escaping of external content is specified before the agent processes the code for review.
Audit Metadata