Filescom

PendingVirusTotal audit pending.

Overview

No VirusTotal analysis has been recorded yet. File reputation checks will appear here once the artifact hash has been scanned.

Findings (0)

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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

An agent could change folders, users, permissions, or shares if prompted incorrectly or if it misinterprets the user's intent, potentially affecting access to business files.

Why it was flagged

The skill exposes open-ended Files.com management actions, including account and access-control operations, without visible guardrails for confirming or scoping high-impact mutations.

Skill content
Manage Files, Folders, Users, Groups, Permissions, Shares and more... Use action names and parameters as needed.
Recommendation

Use a least-privilege Files.com account or connection, and require explicit user confirmation before creating, changing, sharing, or permissioning files, folders, users, groups, or links.

What this means

The integration may continue to access Files.com through the authenticated connection until the user revokes or removes it.

Why it was flagged

The skill relies on delegated authentication that may retain access to Files.com through Membrane; this is expected for the integration but is sensitive account authority.

Skill content
Membrane handles authentication and credentials refresh automatically
Recommendation

Authenticate with the minimum Files.com privileges needed, review Membrane connection permissions, and revoke the connection when it is no longer needed.

What this means

The installed CLI version may change over time, and a compromised or unexpected package update could affect local execution.

Why it was flagged

The setup instructions ask for a global install of the latest CLI package. This is central to the skill's purpose, but it is unpinned and comes from an external package source.

Skill content
npm install -g @membranehq/cli@latest
Recommendation

Install only from the trusted npm package, consider pinning a reviewed version, and keep the CLI updated through normal trusted channels.

What this means

Files.com requests and responses may pass through the Membrane integration layer rather than only between the user and Files.com.

Why it was flagged

Files.com access is brokered through Membrane, so user data and authentication flows involve an external integration provider.

Skill content
This skill uses the Membrane CLI to interact with Files.com. Membrane handles authentication and credentials refresh automatically
Recommendation

Review Membrane's privacy and security posture, and avoid connecting accounts or folders beyond what the task requires.