auto-claim-issues
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill's behavior is consistent with its stated purpose of managing a local backlog.
- [COMMAND_EXECUTION]: The skill executes a local TypeScript script (
claim-issue.ts) using the Bun runtime. The script is well-structured and its operations are limited to reading, parsing, and updating metadata in markdown files located in thedocs/backlog/directory. - [DATA_EXFILTRATION]: No network operations were found. The skill does not use
fetch,curl, or any other network-related libraries. Data access is restricted to the repository's own documentation files. - [REMOTE_CODE_EXECUTION]: The script does not download external content or execute code from remote sources. It uses standard Node.js/Bun built-in modules (
node:fs,node:path). - [PROMPT_INJECTION]: The instructions in
SKILL.mdandagents/openai.yamlare purely functional, focusing on the rules for task selection and conflict resolution. There are no attempts to override agent safety guidelines or manipulate system prompts.
Audit Metadata