Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Jeftest

v0.0.1

Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...

0· 116·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The SKILL.md advertises a managed-OAuth API gateway (Maton) and the included docs are routing references for many services — this is coherent with the description of 'connect to 100+ APIs' and the single required env var (MATON_API_KEY). However, the package metadata is inconsistent: the skill is registered as 'jeftest' but the included _meta.json uses slug 'api-gateway' and a different ownerId/version, suggesting the package may have been repackaged or misattributed. That mismatch is an integrity/ provenance concern even if the capability itself is expected.
Instruction Scope
The runtime instructions are narrowly scoped to calling Maton's gateway and connection control endpoints (gateway.maton.ai, ctrl.maton.ai, connect.maton.ai) using MATON_API_KEY; they do not instruct reading local files or unrelated env vars, nor do they send data to unexpected external endpoints. OAuth completion is performed via the connect URL in a browser, as expected.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute; the manifest contains many README reference files but no executable install steps or downloads. That's low install risk, but the large bundled documentation should not be assumed to come from the registry owner without verifying provenance (see metadata mismatch above).
Credentials
Only MATON_API_KEY is required, which is proportionate for calling Maton's gateway. However, that single key is a central trust anchor: while the SKILL.md states the key alone does not grant access to third‑party resources without user OAuth, possession of the API key allows the agent to operate the gateway on behalf of any connections the user authorizes. You should treat the MATON_API_KEY as a powerful credential and verify Maton's security/permissions model and whether the skill publisher is trustworthy.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and contains no install actions that would persist code or credentials on disk. Autonomous invocation is allowed (platform default) but not combined with other high privileges.
What to consider before installing
What to check before installing: - Verify publisher identity and provenance: the skill is named 'jeftest' in the registry but the included _meta.json and many files look like Maton's 'api-gateway' documentation and use a different ownerId/slug/version — confirm this artifact wasn't repackaged or tampered with. - Confirm you trust Maton.ai: the MATON_API_KEY is the only required credential, but it acts as the gateway key for calls that use OAuth connections you authorize. Review Maton's security, privacy, and token-handling policies (who can access connection tokens, logging/retention, scopes requested during OAuth). - Principle of least privilege: use a dedicated/non-production Maton account and key when testing, and avoid exposing the key in shared environments. If possible, restrict the key's scope or use short-lived/test credentials. - Test with non-sensitive accounts/data first: exercise the connection flow and ensure the returned connect URLs and API responses behave as documented (connect.maton.ai, gateway.maton.ai, ctrl.maton.ai). - Inspect network endpoints yourself: ensure the hostnames in SKILL.md match Maton’s official docs and TLS certificate owners, and that OAuth redirect URLs are what you expect before authorizing. - If the registry listing or files don't match the publisher you expect, contact the registry operator or Maton support to confirm authenticity before granting access. Because of the metadata/slug/ownerId inconsistencies and the central trust placed in MATON_API_KEY, proceed only after you verify authorship and Maton's security posture or when using a disposable/test key.

Like a lobster shell, security has layers — review code before you run it.

latestvk9756hm6c0emytf0v9t8rzbpc1835jxt

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis
EnvMATON_API_KEY

Comments