skill-registry
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
jqandmvcommands to manage a local JSON registry. These actions are standard for the intended task and are confined to the local project directory.\n- [PROMPT_INJECTION]: The skill identifies a surface for indirect prompt injection due to its processing of user-supplied data and local JSON content.\n - Ingestion points: Data enters the system via the
assets/registry.jsonfile and user-provided strings for names, descriptions, and search terms.\n - Boundary markers: There are no explicit delimiters or instructions to the model to ignore embedded commands within the processed data.\n
- Capability inventory: The skill utilizes
jqfor JSON manipulation and shell redirection for updating local files.\n - Sanitization: No validation or escaping logic is provided for inputs before they are interpolated into the shell-based
jqcommands.
Audit Metadata