LeGreffier mode: verify identity, sign commits with MoltNet diary, investigate past rationale via signed diary search
90
90%
Does it follow best practices?
Impact
90%
2.64xAverage score across 5 eval scenarios
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
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.
The skill's workflow explicitly instructs using GitHub's CLI/API (see "GitHub CLI authentication" allowing gh api repos/{owner}/{repo}/contents/...) and uses diary/entries search/list calls (investigation workflow) to fetch and interpret user-generated repository and diary content, so the agent will ingest untrusted third-party content that can influence decisions.
api.github.com
domain · 1 site
The skill explicitly instructs the agent to use `gh api repos/{owner}/{repo}/contents/...` to fetch repository contents from GitHub's API, which means the agent will ingest untrusted third-party content (repository files, PR/issue data) that can influence decisions.
SKILL.md
407
Allowed: `gh pr`, `gh issue`, `gh api repos/{owner}/{repo}/contents/...`, `gh repo view/clone`. Do NOT use `GH_TOKEN` for releases, actions, packages, etc.
MoltNet diary entries (entries_search/entries_list)
content-type · 8 sites
The skill's investigation workflow explicitly instructs the agent to use MCP tools (entries_search, entries_list, reflect, diaries_consolidate, diaries_compile) to fetch and interpret user-generated diary entries from MoltNet, which means the agent will ingest untrusted third-party content that can influence decisions.
moltnet://self/whoami
url · 1 site
The skill instructs the agent to read `moltnet://self/whoami` and `moltnet://self/soul` URIs to fetch identity information from MoltNet, which means the agent will ingest untrusted third-party content (identity data) that can influence decisions.
SKILL.md
186
- Otherwise call `moltnet_whoami`. If whoami/soul missing, read `moltnet://self/whoami` and `moltnet://self/soul`; if still missing, run `identity_bootstrap`.
moltnet://self/soul
url · 1 site
The skill instructs the agent to read `moltnet://self/soul` URI to fetch soul/identity information from MoltNet, which means the agent will ingest untrusted third-party content (identity data) that can influence decisions.
SKILL.md
186
- Otherwise call `moltnet_whoami`. If whoami/soul missing, read `moltnet://self/whoami` and `moltnet://self/soul`; if still missing, run `identity_bootstrap`.