harness-mcp-scan
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the
metaharnessutility from the official NPM registry via thenpxcommand. - [COMMAND_EXECUTION]: Uses the
Bashtool to run shell commands for package installation and static analysis. - [REMOTE_CODE_EXECUTION]: Downloads and executes code from a remote source at runtime using
npx -p metaharness@latest. - [PROMPT_INJECTION]: The skill processes untrusted data from project configuration files, which presents a surface for indirect prompt injection.
- Ingestion points: Reads
.mcp/servers.jsonand.harness/claims.jsonvia an external scriptscripts/mcp-scan.mjs. - Boundary markers: No specific boundary markers or instructions to ignore embedded commands are present in the documentation.
- Capability inventory: The skill has access to shell execution via the
Bashtool. - Sanitization: No validation or sanitization of the input file content is documented before processing.
Audit Metadata