io.github.joepangallo/cloud-agent
NPM · MCP-SERVER-CLOUD-AGENT · SCANNED AUG 3
AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- 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 135 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 700 tokens (~77/item across 9 items; 9 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 · mcp-server-cloud-agent
claude mcp add joepangallo-cloud-agent -- npx -y mcp-server-cloud-agent
codex mcp add joepangallo-cloud-agent -- npx -y mcp-server-cloud-agent
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"joepangallo-cloud-agent": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-server-cloud-agent"
],
"enabled": true
}
}
} openclaw mcp add joepangallo-cloud-agent --command npx --arg -y --arg mcp-server-cloud-agent
mcp_servers:
joepangallo-cloud-agent:
command: "npx"
args: ["-y", "mcp-server-cloud-agent"] {
"mcpServers": {
"joepangallo-cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
]
}
}
} 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.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −6
- 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 40
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
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 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.
ask_codebase ~81
Ask a question about any GitHub repository's codebase. Auto-indexes the repo on first use. Returns an answer with file references.
| Name | Type | Req | Description |
|---|---|---|---|
| question | string | yes | Question about the codebase, e.g. 'How does authentication work?' |
| repo | string | yes | GitHub repo in owner/repo format, e.g. 'facebook/react' |
No output schema declared.
No examples provided.
generate_tests ~65
Generate tests for a specific file in a GitHub repository. Creates test files and opens a PR with them.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | File to generate tests for, e.g. 'src/auth.ts' |
| repo | string | yes | GitHub repo in owner/repo format |
No output schema declared.
No examples provided.
get_usage ~54
Get usage statistics: total sessions, cost, estimated time saved, breakdowns by source, repo, and user. Useful for tracking ROI.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | — | Number of days to look back (default: all time) |
No output schema declared.
No examples provided.
list_playbooks ~38
List available playbooks — reusable workflow templates for common engineering tasks like bug triage, security remediation, test coverage, docs sync, and more.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_sessions ~59
List recent agent sessions with status, cost, duration, and PR URLs. Use to check on past or running tasks.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max sessions to return (default: 20) |
| status | string | — | Filter by session status |
No output schema declared.
No examples provided.
review_pr ~84
Review a GitHub pull request. Returns structured feedback with issues, verdict, and suggestions. Optionally posts review comments directly to GitHub.
| Name | Type | Req | Description |
|---|---|---|---|
| post_comments | boolean | — | Post review comments directly to GitHub (default: false) |
| pr_url | string | yes | Full GitHub PR URL, e.g. https://github.com/owner/repo/pull/123 |
No output schema declared.
No examples provided.
run_playbook ~125
Run a playbook (reusable workflow template) against a repository. Use list_playbooks to see available options. Built-in playbooks include: bug-triage, security-remediation, dependency-upgrade, docs-sync, test-coverage, code-migration, pr-review-cycle.
| Name | Type | Req | Description |
|---|---|---|---|
| inputs | object | — | Additional inputs for the playbook template variables |
| repo | string | yes | GitHub repo in owner/repo format |
| slug | string | yes | Playbook slug, e.g. 'bug-triage', 'security-remediation', 'test-coverage' |
No output schema declared.
No examples provided.
run_task ~116
Run a coding task: write code, fix bugs, add features, refactor. The AI agent clones the repo, makes changes, and opens a PR. Returns the result and PR URL when complete.
| Name | Type | Req | Description |
|---|---|---|---|
| base_branch | string | — | Branch to base changes on (default: main) |
| repo | string | yes | GitHub repo in owner/repo format, e.g. 'facebook/react' |
| task | string | yes | Task description, e.g. 'Fix the login bug' or 'Add dark mode to the settings page' |
No output schema declared.
No examples provided.
security_scan ~78
Run a security and dependency scan on one or more GitHub repositories. Checks for vulnerabilities, secret exposure, and security anti-patterns.
| Name | Type | Req | Description |
|---|---|---|---|
| repos | array | yes | Array of repos in owner/repo format, e.g. ['owner/repo1', 'owner/repo2'] |
| type | string | — | Scan type (default: all) |
No output schema declared.
No examples provided.