skill-catalog-curation
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes external data (skill definitions and registry metadata) that could potentially contain indirect prompt injections targeting the catalog curation process.
- Ingestion points: The agent is instructed to read
skills-registry.jsonand individualSKILL.mdfiles located in theskills/directory. - Boundary markers: Absent. There are no instructions to use delimiters or to ignore embedded instructions within the processed data.
- Capability inventory: The skill has access to shell execution via
make,npm,git, and various local scripts (sync-skills.mjs,install.sh). - Sanitization: Absent. The curation workflow does not include steps to sanitize or validate the content of the skills being curated before processing them.
- [COMMAND_EXECUTION]: The skill involves the execution of multiple shell commands and local repository scripts to perform curation tasks.
- Development tools: Instructs the use of
make list,make setups-check,git diff --check, andnpm run build. - Local scripts: Mentions the use of
scripts/sync-skills.mjs,install.sh, andinstall.ps1for synchronization and setup tasks.
Audit Metadata