Qverisai 1.0.1
Analysis
The skill appears to match its stated purpose, but it gives the agent broad, auto-invokable access to execute dynamic external tools through QVeris using an API key.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
description: Search and execute dynamic tools via QVeris API... covers weather, search, stocks, finance... health data, and thousands more... auto_invoke: true
The skill is designed as a broad dynamic tool gateway and permits automatic invocation, but the artifacts do not define an allowlist or require explicit approval before executing discovered tools.
"ownerId": "kn730nze617pqzzn1z0c7dknnd809yqp", "slug": "qverisai", "version": "1.0.1"
The included metadata differs from the supplied registry metadata, which lists a different owner ID, slug, and version.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Requires QVERIS_API_KEY environment variable... credentials:\n primary: QVERIS_API_KEY
The skill needs a QVeris API credential, which is expected for this service, but it delegates account authority to the skill's search and execute operations.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
body: JSON.stringify({ query, limit }) ... body: JSON.stringify({ search_id: searchId, parameters, max_response_size: maxResponseSize })Search queries and execution parameters are sent to the external QVeris provider; the documented use cases include potentially sensitive areas such as geolocation, finance, social media, and health data.
