Compiles any research input — PDF papers, GitHub repositories, experiment logs, code directories, or raw notes — into a complete Agent-Native Research Artifact (ARA) with cognitive layer (claims, concepts, heuristics), physical layer (configs, code stubs), exploration graph, and grounded evidence. Use when ingesting a paper or codebase into a structured, machine-executable knowledge package, building an ARA from scratch, or converting research outputs into a falsifiable, agent-traversable form.
74
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Security
1 high severity finding. 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.
The prompt requires the agent to "read ALL provided inputs" (including environment files), to transcribe raw source content verbatim, and to produce environment/output files with exact copied values, so any secrets present in inputs would be reproduced in the agent's outputs.
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.
This skill’s required workflow explicitly instructs reading user-provided research inputs at runtime (including “PDF papers… GitHub repositories (URLs or local paths)… Slack/email threads… verbal description”), which would cause the agent to ingest outsider-authored free text fetched/loaded from those inputs (e.g., public URLs or downloaded PDFs/repos) into the LLM context during its “READ all inputs” and subsequent “re-read source” coverage loop.
773a529
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.