URL Shortener E2E
○Community◆Sandbox requiredv1.0.0MITUnverifiedby 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
Quick Start
agentnode install url-shortener-e2e-0320Runs 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
Package installs but has import issues.
Verification failed. This package has issues that prevent it from being installed or imported correctly.
Reason: Tool entrypoint import verification failed
Last verified 26d ago· Runner v2.0.0
Capabilities
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
Declared by the publisher. Checked before execution by the policy gate.
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.
agentnode install url-shortener-e2e-0320Files (5)
License
MITStats
Compatibility
Frameworks
Runtime
pythonTrust & Security
Publisher
E2E Test Publisher
@e2e-test-pub-0320