Skip to main content

URL Shortener E2E

CommunitySandbox requiredv1.0.0MITUnverified

by E2E Test Publisher · published 6 months ago · toolpack

Shortens URLs using a simple hash-based approach

A tool that shortens URLs using MD5 hashing with optional custom aliases

generic

Quick Start

bash
agentnode install url-shortener-e2e-0320

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

Verification

low confidence15/100✖ Failed
smokeSmoke test failed
0/25
testsTests failed
0/15
importImport verification failed
0/15
installInstalled in 1.7s
+15/15
contractContract not validated
0/10
determinismNo determinism data
0/5
reliabilityNo stability data
0/10

Package installs but has import issues.

install1.7s
import55ms

Verification failed. This package has issues that prevent it from being installed or imported correctly.

Reason: Tool entrypoint import verification failed

Python 3.12.3ffmpegpopplertesseractuv

Last verified 26d ago· Runner v2.0.0

Capabilities

web_searchshorten_urltool

Shortens a URL using a simple hash-based approach

Input Schema

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL to shorten"
    },
    "custom_alias": {
      "type": "string",
      "default": "",
      "description": "Optional custom alias"
    }
  }
}

Permissions

Sandbox requiredRuns third-party code that AgentNode hasn't vouched for at host level — it runs isolated in a container, or not at all.

Declared by the publisher. Checked before execution by the policy gate.

Networknone
Filesystemnone
Code Executionnone
Data Accessinput_only
User Approvalnever

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install url-shortener-e2e-0320

Files (5)

License

MIT

Stats

Downloads0
Installs0
Versionv1.0.0
Published3/20/2026
Channelstable
Typetoolpack

Compatibility

Frameworks

generic

Runtime

python

Trust & Security

PublisherCommunity
SignatureNone
ProvenanceNone
Security Issues2

Publisher

E

E2E Test Publisher

@e2e-test-pub-0320