0.protocol

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This instruction-only skill is coherent, but it connects your agent to a remote identity service where signed claims and handoffs can become public and persistent.

Install this only if you want your agent to use 0protocol’s remote MCP service for signed attestations and handoffs. Review each claim or transfer before sending it, especially when visibility is public or the payload contains task context.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Your agent will rely on a remote provider for the signing, ownership, and transfer tools.

Why it was flagged

The skill instructs users to connect mcporter to a remote MCP server; this is expected for the service, but the server implementation is outside the provided local artifact.

Skill content
"baseUrl": "https://mcp.0protocol.dev/mcp"
Recommendation

Verify that the MCP endpoint and GitHub project are the provider you intend to trust before adding the configuration.

#
ASI03: Identity and Privilege Abuse
Medium
What this means

Signed statements can be attributed to your agent identity and may affect how others interpret that agent’s actions.

Why it was flagged

The skill creates or uses an agent identity key to sign statements, which is central to its purpose but gives outputs identity weight.

Skill content
**Authorship** | Ed25519 signatures. Agent generates keypair locally.
Recommendation

Use the signing tools only for claims you are comfortable associating with the agent identity.

#
ASI06: Memory and Context Poisoning
Medium
What this means

Mistaken, sensitive, or overly broad claims may remain linked to the agent identity for a long time.

Why it was flagged

The artifacts disclose persistent, identity-linked records; persistent claims can be reused or over-trusted later if inaccurate or too broad.

Skill content
The agent's identity is now permanently associated with this plugin hash. This survives restarts, platform changes, and credential rotation.
Recommendation

Keep claim payloads minimal, non-sensitive, and verifiable before publishing them to the expression log.

#
ASI07: Insecure Inter-Agent Communication
Medium
What this means

Context transferred to another agent or marked public could reveal task details or other information included in the payload.

Why it was flagged

The skill supports agent-to-agent handoffs, including payload context and public visibility in the example, which is expected but can expose shared context.

Skill content
`transfer` | Authenticated handoff with server-witnessed receipt
Recommendation

Confirm the recipient, visibility setting, and payload contents before using transfer, and avoid including secrets or private data.