suspicious.env_credential_access
- Location
- index.ts:72
- Finding
- Environment variable access combined with network send.
AdvisoryAudited by Static analysis on May 10, 2026.
Detected: suspicious.env_credential_access
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.
Searches made through the tool may consume your Serper.dev quota and are associated with the API key you provide.
The plugin uses a configured or environment Serper API key to authenticate outbound Serper.dev API calls. This is expected for the stated purpose, but it gives the tool access to the user's Serper account quota.
const apiKey =
pluginConfig.apiKey || process.env.SERPER_API_KEY || "";
...
"X-API-KEY": apiKeyUse a dedicated Serper.dev API key with appropriate quota limits, and only enable the plugin if you are comfortable sending search queries to Serper.dev.
If installed through a package manager, the exact dependency version may vary over time.
The dependency is declared with a semver range rather than an exact pinned version, so an install could resolve a newer compatible package version. The dependency appears purpose-aligned for tool parameter schemas, and no install script is shown.
"dependencies": {
"@sinclair/typebox": "^0.32.0"
}Prefer installing from a reviewed source or lockfile if reproducibility matters.