harness-score
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto fetch and run themetaharnesspackage from the npm registry. This is standard behavior for CLI-based utility skills. - [COMMAND_EXECUTION]: Invokes the
metaharness scorecommand through a Bash subprocess to perform analysis on local file paths. The execution includes a 60-second safety timeout. - [PROMPT_INJECTION]: As the skill processes untrusted repository content to generate scores, it possesses a surface for indirect prompt injection where malicious code comments or file content could attempt to influence the agent's interpretation of the readiness report.
- Ingestion points: Repository files at the user-provided
<path>(analyzed by metaharness). - Boundary markers: None specified for the data processed by the external tool.
- Capability inventory: Subprocess invocation (
metaharness) via Bash. - Sanitization: No explicit sanitization of the target repository's content is mentioned in the skill definition.
Audit Metadata