skill-installer
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (LOW): The skill ingests data from local
SKILL.mdfiles when searching for marketplace items. This represents a theoretical surface where malicious documentation could attempt to influence agent behavior. However, the skill lacks dangerous capabilities (like shell execution or network access) that would make such an injection high-risk. - Ingestion points:
index.tsreads content from marketplace-defined paths usingfs.readFile. - Boundary markers: Absent; documentation content is returned as-is to the agent context.
- Capability inventory: Limited to
fs.readFileandfs.writeFilewithin the local project structure. No shell access or network capabilities. - Sanitization: None performed on the extracted documentation text.
- File Access (SAFE): Operations are confined to reading
marketplace.jsonand writinginstalled_skills.jsonwithin the designated project directory structure. No sensitive system files or credentials are accessed.
Audit Metadata