CtrlK
BlogDocsLog inGet started
Tessl Logo

acontext-installer

Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.

52

Quality

57%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./landingpage/public/SKILL.md
SKILL.md
Quality
Evals
Security

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

The skill instructs the agent to ask users for API keys and to place them verbatim into CLI commands (e.g., --api-key sk-ac-...), which requires the LLM to handle/output secret values directly and risks exfiltration.

Report incorrect finding

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

The required runtime workflow relies on the Claude Code/OpenClaw plugins to auto-capture and distill conversations/sessions into synced “skills” files, which can include outsider-authored free-form messages from other participants; those plugin-generated skill/session text would then be read back into the agent’s LLM context via the skill/memory layer.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The SKILL.md instructs running "curl -fsSL https://install.acontext.io | sh" (also for system install), which fetches and executes remote code from https://install.acontext.io as part of installing a required dependency for the skill.

Repository
memodb-io/Acontext
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.