CtrlK
BlogDocsLog inGet started
Tessl Logo

opencode

Monitor and manage your OpenCode tasks using helper scripts.

53

Quality

61%

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 ./bot/workspace/skills/opencode/SKILL.md
SKILL.md
Quality
Evals
Security

Security

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

High

W008: Secret detected in skill content (API keys, tokens, passwords).

What this means

Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.

Why it was flagged

I inspected all files for high-entropy literal values that could provide access. The only candidates are the many "ses_..." identifiers in status.json: they are long, random-looking session IDs (high entropy) stored as literal keys. These are not placeholders or simple example passwords and could be used to access session data via the service API, so they meet the definition of secrets. Other values (e.g., base_url="http://127.0.0.1:4096") are local endpoints or clearly non-secret and were ignored.

Report incorrect finding
Repository
volcengine/OpenViking
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.