io.github.Achilles1089/pentagonal-mcp
NPM · PENTAGONAL-MCP · SCANNED AUG 3
AI smart contract forge — 8-agent security audits, generation, and compilation across 8 chains
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security79
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects tmp 0.0.33, reached via solc > tmp. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (130 of 131), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 111 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 688 tokens (~98/item across 7 items; 7 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · pentagonal-mcp
claude mcp add achilles1089-pentagonal-mcp -- npx -y pentagonal-mcp
codex mcp add achilles1089-pentagonal-mcp -- npx -y pentagonal-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"achilles1089-pentagonal-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"pentagonal-mcp"
],
"enabled": true
}
}
} openclaw mcp add achilles1089-pentagonal-mcp --command npx --arg -y --arg pentagonal-mcp
mcp_servers:
achilles1089-pentagonal-mcp:
command: "npx"
args: ["-y", "pentagonal-mcp"] {
"mcpServers": {
"achilles1089-pentagonal-mcp": {
"command": "npx",
"args": [
"-y",
"pentagonal-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +46
- CVE-2026-44705 affects this package: high ▼ security
- CVE-2025-54798 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 1 Aug 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 2 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-52f5-9888-hmc6 | CVE-2025-54798 | low | CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N | yes |
| GHSA-ph9p-34f9-6g65 | CVE-2026-44705 | high | yes |
Dependencies 130 packages
130 packages in the resolved dependency tree · 126 deprecated · 39 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
pentagonal_audit ~125
Run an 8-agent security pen test on a smart contract. Each agent specializes in a different attack vector: reentrancy, flash loans, access control, gas griefing, oracle manipulation, front-running, integer overflow, and economic exploits. Findings are returned with severity ratings and line numbers. New security rules are automatically learned from each audit.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | Which blockchain the contract targets |
| code | string | yes | The full smart contract source code to audit |
| use_learned_rules | boolean | — | Use previously learned security rules during the audit |
No output schema declared.
No examples provided.
pentagonal_chains ~27
List all supported blockchains with their chain IDs, explorer URLs, and deployment hints.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pentagonal_compile ~73
Compile Solidity source code and return the ABI, bytecode, constructor arguments, and gas estimates. Use this after generating and auditing a contract to prepare it for deployment.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Solidity source code to compile |
| contract_name | string | — | Specific contract name to compile (auto-detected if omitted) |
No output schema declared.
No examples provided.
pentagonal_fix ~95
Fix a specific vulnerability in a smart contract. Provide the contract code and the finding details — returns the complete fixed contract preserving all existing functionality.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The full smart contract source code to fix |
| finding_description | string | yes | Detailed description of the vulnerability and how it can be exploited |
| finding_title | string | yes | Short title of the vulnerability (e.g., "Reentrancy in withdraw()") |
No output schema declared.
No examples provided.
pentagonal_generate ~142
Generate a production-quality smart contract from a natural language description. Supports EVM (Solidity) and Solana (Anchor/Rust or SPL Token config). The generator uses Pentagonal's self-learning security rules to produce safer code.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | Target blockchain |
| prompt | string | yes | Natural language description of the smart contract to generate. Be specific about features, access control, and tokenomics. |
| solana_type | string | — | For Solana only: "program" for Anchor/Rust programs, "token" for SPL token JSON config |
| use_learned_rules | boolean | — | Inject self-learning security rules into generation prompt |
No output schema declared.
No examples provided.
pentagonal_lookup ~187
Look up any token or smart contract by address. Returns the full intelligence report: price, market cap, ATH, 24h volume, transactions, holders, liquidity, LP lock status, pool count, security flags (honeypot, mintable, pausable, hidden owner, taxes), social links, and source code if verified. Use this before auditing to understand the full token landscape. Supports EVM and Solana tokens.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Contract address. EVM: 0x... checksum or lowercase. Solana: base58 program address. |
| chain | string | — | Target blockchain |
| fields | array | — | Which data sections to return. "all" returns everything. Use specific fields for faster, focused queries — e.g. ["security"] for just flags, ["price", "market"] for market data, ["code"] for source o… |
No output schema declared.
No examples provided.
pentagonal_rules ~39
Get the current self-learning security rules. These rules are accumulated from every audit Pentagonal performs — the more contracts audited, the smarter the system gets.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.