marketplace-audit
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
audit_marketplace.pyscript invokesgit remoteviasubprocess.check_outputto verify if the marketplace name aligns with the repository name. The command uses hardcoded arguments and does not incorporate unsanitized user input.\n- [INDIRECT_PROMPT_INJECTION]: The skill represents a surface for indirect prompt injection as it ingests and processes content frommarketplace.json, plugin markdown files, and documentation.\n - Ingestion points: Reads
marketplace.json,CLAUDE.md, and all registered agent, skill, and command markdown files.\n - Boundary markers: The audit report outputs findings directly to the agent's context without specific delimiters or warnings about embedded instructions.\n
- Capability inventory: The script can execute
gitcommands and has the capability to write to markdown files when the--fixflag is used.\n - Sanitization: Field extraction uses restrictive regex patterns, but the data is not sanitized against prompt injection techniques before being reported as a finding.
Audit Metadata