CtrlK
BlogDocsLog inGet started
Tessl Logo

understand-dashboard

Launch the interactive web dashboard to visualize a codebase's knowledge graph

SKILL.md
Quality
Evals
Security

Security

2 findings: 1 critical severity, 1 high severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.

Critical

E005: Suspicious download URL detected in skill instructions.

What this means

Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.

Why it was flagged

The GitHub URL points to a third‑party release tarball (understand-anything-viewer.tgz) that would be fetched and executed via npx, which is risky because it can deliver arbitrary code from an external account; the http://127.0.0.1 address is local and not an external download.

Report incorrect finding
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 prompt explicitly tells the agent to extract the server output's "?token=<TOKEN>" and "report ... including the full tokenized URL", forcing the LLM to include a secret access token verbatim in its output (direct credential exfiltration risk).

Repository
Lum1104/Understand-Anything
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.