Ahrefs Complete SEO Suite

v1.2.0

Complete Ahrefs API integration for SEO analysis. Covers Site Explorer (domains, backlinks, rankings), Keywords Explorer (search volume, difficulty, SERP ana...

1· 959·2 current·2 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 README/SKILL.md describes a legitimate Ahrefs integration and all API endpoints point to api.ahrefs.com (coherent). However, the registry metadata lists no required environment variables or primary credential while the SKILL.md and INSTALL.md explicitly instruct users to add AHREFS_API_TOKEN and AHREFS_API_PLAN to ~/.openclaw/workspace/.env. That mismatch between declared metadata and actual runtime requirements is an inconsistency that should be resolved before trusting the skill.
Instruction Scope
The runtime instructions are narrowly scoped to calling Ahrefs API endpoints and managing plan-specific behavior. They instruct the agent/user to store AHREFS_API_TOKEN and AHREFS_API_PLAN in ~/.openclaw/workspace/.env and give many curl/PowerShell examples. There are no instructions to read unrelated system files, contact unknown endpoints, or exfiltrate data. The only scope concern is the explicit instruction to write/read the agent workspace .env (sensitive location) without that being declared in metadata.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute, which minimizes install-time risk. All API calls are to Ahrefs official-looking domains. No remote downloads or extracted archives are present.
!
Credentials
The skill requires a sensitive secret (AHREFS_API_TOKEN) and a plan setting (AHREFS_API_PLAN) according to SKILL.md and INSTALL.md, but the registry metadata did not declare these required env vars or a primary credential. Requiring a single service API token is proportionate to the described functionality — but the omission from metadata and unknown source/homepage reduce trust and are disproportionate to safe defaults.
Persistence & Privilege
The skill is not force-included (always: false) and does not request elevated privileges or modify other skills. It instructs storing configuration in the workspace .env which is normal for API-token-based skills, but again this should have been declared in metadata.
What to consider before installing
What to consider before installing: - Metadata mismatch: SKILL.md and INSTALL.md both instruct you to put AHREFS_API_TOKEN and AHREFS_API_PLAN into ~/.openclaw/workspace/.env, but the skill's registry metadata lists no required env vars or primary credential. Ask the publisher to fix the metadata or provide a trustworthy source repository before installing. - Unknown source/homepage: There is no homepage or source URL in the registry entry. Prefer skills with a verifiable repository or official publisher. Verify the repository contents (commit history, contributors) and confirm the skill comes from a trusted author. - Limit token scope and rotate: Use an API token with the minimum needed permissions if Ahrefs supports scoped tokens. Consider creating a dedicated API token for this skill and rotate it after testing. - Test in isolation: Try the examples manually (curl with your token) or run the skill in a sandboxed account/workspace and monitor API usage and logs for unexpected calls. - Check .env handling: Because the skill reads/writes ~/.openclaw/workspace/.env, confirm that only expected variables are present and that file permissions are restrictive (chmod 600). Remove the token from that file if you uninstall the skill. - Ask for clarification: Request that the maintainer update skill.json to declare AHREFS_API_TOKEN as required primaryEnv and AHREFS_API_PLAN as a required config, and publish a source URL. If they cannot or will not, treat installation as higher risk. If the author updates the registry metadata to correctly declare required env vars and provides a verifiable source repository, this assessment could move toward benign; absent that, proceed cautiously or prefer an officially published Ahrefs integration.

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

latestvk979k47beaf79cnh7xmqd9my5d81dnnz

License

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

Comments