openpress-apply-comments
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands and Node.js scripts to discover markers and verify build integrity. These operations are limited to the local environment and the project's own tools.
- Evidence: Execution of
rgandnode --input-type=module -einSKILL.mdfor discovery. - Evidence: Execution of
npm run buildandnode engine/cli.mjsinSKILL.mdfor verification. - [PROMPT_INJECTION]: The skill processes untrusted data from source file comments which may contain instructions, creating an indirect prompt injection surface. This is a characteristic of its primary workflow and intended purpose.
- Ingestion points: The skill reads markers starting with
@openpress-commentfrom files in thedocumentdirectory. - Boundary markers: Absent; the skill is instructed to treat marker text as valid instructions for edits.
- Capability inventory: The skill has the ability to rewrite source files and execute project-defined build commands.
- Sanitization: No sanitization or safety-filtering is applied to the content of the markers before the agent processes them.
Audit Metadata