CtrlK
BlogDocsLog inGet started
Tessl Logo

reactome-database

Query Reactome REST API for pathway analysis, enrichment, gene-pathway mapping, disease pathways, molecular interactions, expression analysis, for systems biology studies.

58

Quality

68%

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 ./backend/cli/skills/databases/reactome-database/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 the documentation and example code for literal credentials. The only literal credential-like value is the analysis token "MzUxODM3NTQzMDAwMDA1ODI4MA==", shown verbatim in the API reference examples. This is a concrete token (base64) that could be used with the GET /token/{token} endpoint to retrieve results, so it meets the definition of a secret (literal token value). No API keys, private key blocks, or other high-entropy credentials were found. Other values are endpoints, IDs, or obvious placeholders/examples and were ignored.

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. 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

Runtime reads outsider-authored free text when a user supplies an identifier list or TSV expression data to Reactome’s AnalysisService via POST /AnalysisService/identifiers/ (including user-controlled gene_list_file content in scripts/reactome_query.py::command_analyze).

Repository
synthetic-sciences/openscience
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.