skill-installer
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection as it processes content from external files.
- Ingestion points: The
getMarketplaceSkillsfunction inindex.tsreadsmarketplace.jsonand subsequently reads and parses the content ofSKILL.mdfiles from paths specified in the marketplace data. - Boundary markers: None. The skill does not use specific delimiters or instructions to ignore potential commands embedded in the
SKILL.mdfiles. - Capability inventory: The skill has permissions to read and write to the local filesystem (specifically
installed_skills.json). - Sanitization: None. The skill naively extracts the first header and first non-header line as name and description using regex and string splitting.
- Note: This behavior is central to the skill's primary purpose of skill discovery and metadata management.
Audit Metadata