Use the Malpedia platform and API to research malware family relationships, track variant evolution, link families to threat actors, and integrate YARA rules for detection across malware lineages.
50
55%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/analyzing-malware-family-relationships-with-malpedia/SKILL.mdSecurity
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
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.
Insecure credential handling detected (high risk: 1.00). The prompt requires embedding the Malpedia API key directly into request headers (e.g., Authorization: f"apitoken {api_key}" and client = MalpediaClient("YOUR_MALPEDIA_API_KEY")), which forces the agent to handle and potentially output the secret verbatim.
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.
Third-party content exposure detected (high risk: 0.85). At runtime the skill calls Malpedia’s public API endpoints (e.g., `/get/family/{family_name}`, `/get/yara/{family_name}`, `/list/families`) and ingests the returned JSON fields like `description`, `alt_names`, `attribution`, and YARA rule text into the agent’s context for reporting/compilation.
0445030
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.