CtrlK
BlogDocsLog inGet started
Tessl Logo

bdi-mental-states

This skill should be used when modeling agent mental states with BDI concepts: beliefs, desires, intentions, RDF-to-belief transformations, rational agency traces, cognitive agents, BDI ontologies, and neuro-symbolic AI integration.

68

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

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

Third-party content exposure detected (high risk: 0.70). The skill’s runtime LAG workflow takes **external RDF context** (user-provided or otherwise supplied) and injects it verbatim into the LLM prompt as `{context}` (“## Context to Model: {context}”), so if that RDF contains **outsider-authored free-text literals** (e.g., comments/issue text/web page text) they become readable prose in the LLM context via the prompt.

Report incorrect finding
Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

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.

Why it was flagged

Potentially malicious external URL detected (high risk: 0.80). The BDILogicAugmentedGenerator loads and parses an ontology_path at runtime and serializes/injects that ontology into the LLM prompt—so if that path is an external URL (e.g., https://w3id.org/fossr/ontology/bdi/) the remote content would directly control agent prompts.

Repository
muratcankoylan/Agent-Skills-for-Context-Engineering
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.