skill-audit
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because its core workflow involves reading and performing qualitative analysis on untrusted skill files.\n
- Ingestion points: The skill reads
SKILL.mdand referenced files from user-specified directories as part of both the static analysis script and the AI-driven judgment workflow.\n - Boundary markers: Absent. No instructions are provided to the agent to treat audited file content as data only or to ignore embedded instructions.\n
- Capability inventory: The skill utilizes
Read,Grep, andBashtools (specifically forpython,uv,rg, andfind), which could be misused if the agent inadvertently executes instructions found in the audited content.\n - Sanitization: Absent. Raw text from audited files is passed directly into the agent's context for review.\n- [COMMAND_EXECUTION]: The skill executes a bundled Python script for static analysis using the
Bashtool.\n - Evidence: The
Workflowsection ofSKILL.mdinstructs the user to runpython scripts/skill_audit.py <skill-path>.\n- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of thepyyamllibrary.\n - Evidence:
SKILL.mdincludes a recommendation to runpip install pyyaml.pyyamlis a well-known, widely used, and trusted library for parsing YAML data.
Audit Metadata