skill-vetter
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Downloads (LOW): The skill includes instructions to use
curlto fetch repository metadata and file content from GitHub. - Evidence: Commands in
SKILL.mdtargetapi.github.comandraw.githubusercontent.com. - Severity: Downgraded to LOW per [TRUST-SCOPE-RULE] as GitHub is a trusted source and the fetched data is intended for human/agent inspection.
- Command Execution (LOW): The skill provides bash command templates (
curl,jq) intended for the agent to execute as part of its auditing process. - Evidence:
Quick Vet Commandssection inSKILL.mdcontains executable shell command examples. - Indirect Prompt Injection (LOW): The skill is designed to ingest and process untrusted data (the code and metadata of other skills). This creates an attack surface where a malicious skill being audited could attempt to influence the agent's report.
- Ingestion points: External files fetched via
curlinstructions inSKILL.md. - Boundary markers: Absent; the agent is instructed to "Read ALL files".
- Capability inventory:
curlandjqfor data retrieval; the primary capability is the agent's internal reasoning and reporting. - Sanitization: Absent; the skill relies on the agent's ability to identify red flags as defined in the protocol.
Audit Metadata