Local Falcon
Analysis
No malicious behavior is evident; this is a coherent instruction-only SEO skill, but its optional Local Falcon MCP connection can use an API key, access account data, spend scan credits, and create recurring tracking.
Findings (5)
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.
`runLocalFalconScan` | Execute new scan (uses credits) ... `createLocalFalconCampaign` | Create new scheduled campaign
The optional MCP tools can perform credit-consuming scans and create or modify Local Falcon account workflows. This is aligned with the SEO analysis purpose, but it is account-affecting behavior.
npm install @local-falcon/mcp ... "command": "npx", "args": ["@local-falcon/mcp"]
The skill recommends installing and invoking a separate npm MCP package without a pinned version. This is purpose-aligned, but the external package is outside the instruction-only skill itself.
"would you like to set this up as a Campaign? That way it runs automatically on a schedule"
The MCP workflow can create scheduled campaigns that continue running after setup. This is disclosed and relevant to rank tracking, but it is persistent behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"env": { "LOCAL_FALCON_API_KEY": "your-api-key-here" }The MCP setup requires placing a Local Falcon API key into the agent's MCP configuration. This credential use is expected for live Local Falcon data access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
ORCHESTRATION MODE - You can pull real data and provide specific, data-driven analysis
When MCP is connected, Local Falcon account, location, scan, and report data can be brought into the agent context for analysis.
