mera
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill retrieves and processes user-stored notes from the
doubaoya.comAPI, which constitutes an attack surface for indirect prompt injection if the notes contain malicious instructions. - Ingestion points: User content is ingested via the
search,read, andaskcommands inscripts/mera.mjs. - Boundary markers: The instructions in
SKILL.mdimplement boundary controls by requiring the agent to use specific citation formats and designatedanswer_noticefields for responses. - Capability inventory: The skill uses the Node.js
fetchAPI to communicate with vendor-controlled endpoints atdoubaoya.com. - Sanitization: The
markNoEvidencefunction inscripts/mera.mjsprovides basic sanitization by identifying and replacing service-level English placeholders with localized warnings before passing data to the agent. - [COMMAND_EXECUTION]: The skill uses
scripts/selfcheck.mjsto execute its ownmera.mjsscript viachild_process.spawn. This is limited to local testing and does not involve executing untrusted or external commands. - [CREDENTIALS_SAFE]: The skill follows security best practices by reading the
DOUBAOYA_API_KEYfrom environment variables rather than hardcoding secrets. The scripts include explicit warnings to agents not to echo or log the API key.
Audit Metadata