molten-skill-manage
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npx skillsto download and execute the CLI tool from the npm registry. It also fetches agent skill packages from GitHub repositories, specifically referencing the author's own repositoryswitch-dimension/molten-os-core. - [COMMAND_EXECUTION]: The skill facilitates the execution of shell commands through the
npx skillsCLI to perform lifecycle management tasks such asadd,update,remove,ls, andinit. These commands are used to modify the local agent environment and file system. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection by processing external data from multiple sources.
- Ingestion points: Data enters the context through
npx skills lsandnpx skills findoutput, as well as the content of external GitHub repositories during installation (SKILL.md). - Boundary markers: No explicit boundary markers or 'ignore' instructions are used when displaying or processing results from the CLI or external repositories.
- Capability inventory: The skill has the capability to execute arbitrary shell commands via
npx(SKILL.md). - Sanitization: There is no evidence of sanitization or validation of the content retrieved from external skill packages or search results.
Audit Metadata