ce-proof
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill reads the full content of local markdown files and transmits them to an external API at
https://www.proofeditor.ai. This represents a deliberate transfer of potentially sensitive information to a third-party service. - [INDIRECT_PROMPT_INJECTION]: The skill processes content from a remote collaborative editor, creating a vulnerability to instructions embedded in that content. 1. Ingestion points: Remote document state is fetched via the
v3/documentendpoint inreferences/workflows.md. 2. Boundary markers: The skill suggests confirming with the user before overwriting files, providing a process-level boundary but no content-level sanitization. 3. Capability inventory: The agent hasBash(curl, jq, mv) andWritecapabilities for filesystem modification. 4. Sanitization: No evidence of sanitization or safety filtering of markdown content is present. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to executecurlcommands for all interaction with the web API. - [CREDENTIALS_UNSAFE]: The skill handles authentication tokens (
accessTokenandownerSecret) and suggests storing the owner secret in session-based shell environment variables, which could be exposed in system logs or command histories.
Audit Metadata