add-ir-instruction
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- Internal Project Structure: The skill references internal directory structures such as
include/hermes/IR/andlib/BCGen/, which are standard for the Hermes compiler project. These references are used solely for guiding the placement of new code within the local development environment. - Code Templates: The provided C++ and Markdown snippets are boilerplate templates for implementing compiler instructions. They use standard engineering practices such as assertions for type checking and explicit memory management (
deleteon copy constructors). - No External Connectivity: The skill does not involve any network operations, remote data fetching, or interactions with external APIs. All instructions are confined to modifying local source files.
- No Administrative Actions: There are no commands related to privilege escalation, system configuration changes, or the installation of external software packages.
- Safe Documentation Practices: The skill outlines a structured approach to documentation, ensuring that technical details are maintained in a central file (
doc/IR.md) rather than scattered throughout the source code.
Audit Metadata