Generate phylogenies from genome assemblies using BUSCO/compleasm-based single-copy orthologs with scheduler-aware workflow generation
65
57%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./phylo_from_buscos/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
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.80). The skill's "Substitution Model Recommendation" step explicitly instructs the agent to use WebFetch to retrieve and parse the public IQ-TREE documentation at https://iqtree.github.io/doc/Substitution-Models and then use the extracted models (MODEL_SET) in generated IQ-TREE commands, meaning the agent fetches and interprets open third‑party web content that can materially change tool invocation.
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.
Potentially malicious external URL detected (high risk: 0.90). The setup script fetches and installs executable Perl scripts at runtime from raw.githubusercontent.com (e.g. https://raw.githubusercontent.com/brunoasm/my_claude_skills/main/phylo_from_buscos/scripts/predownloaded_aliscore_alicut/Aliscore.02.2.pl and the fallback https://raw.githubusercontent.com/PatrickKueck/AliCUT/master/Aliscore.02.2.pl), which are downloaded during runtime, made executable, and executed as required dependencies—so remote content directly supplies executable code for the skill.
f569911
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.