Florm
Analysis
This appears to be a legitimate Florm/Membrane integration, but it deserves review because it enables authenticated raw API requests and deletion/mutation of Florm data without clear guardrails.
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.
When the available actions don't cover your use case, you can send requests directly to the Florm API through Membrane's proxy... `membrane request CONNECTION_ID /path/to/endpoint` ... HTTP method (GET, POST, PUT, PATCH, DELETE).
This documents a raw authenticated API escape hatch with mutating and deleting HTTP methods, but the skill does not define endpoint limits or confirmation requirements for high-impact actions.
Install the Membrane CLI so you can run `membrane` from the terminal: ```bash npm install -g @membranehq/cli ```
The skill relies on a globally installed external npm package that is not represented by an install spec or reviewed code files in the artifact set, though it is aligned with the stated Membrane integration.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Membrane handles authentication and credentials refresh automatically... injects the correct authentication headers — including transparent credential refresh if they expire.
The skill uses delegated Membrane/Florm account authority and automatic credential refresh, but the artifacts do not clearly bound which Florm permissions or API operations the agent may use.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
you can send requests directly to the Florm API through Membrane's proxy. Membrane automatically appends the base URL to the path you provide and injects the correct authentication headers
Florm API traffic and potentially form data are routed through Membrane's proxy/gateway, which is disclosed and purpose-aligned but is still a third-party data and credential-handling boundary.
