archi-online-scripts-extensions
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/artifact_tool.pyutility usessubprocess.runto invoke the local Node.js binary for artifact validation. Specifically, thenode_syntax_checkfunction leveragesnode -eto parse JavaScript files vianew Function(). This ensures the script is syntactically valid without executing its logic, which is a standard and safe developer tool behavior. - [DATA_EXFILTRATION]: No exfiltration or unauthorized network operations were detected. The skill and its associated scripts operate exclusively on local files and browser-local storage (
app.storage), with explicit instructions to keep storage data separate from the shared model data. - [PROMPT_INJECTION]: The skill proactively addresses potential injection vulnerabilities by instructing the agent to treat all external inputs (model names, properties, and event payloads) as untrusted. It mandates the use of safe DOM APIs like
textContentoverinnerHTMLfor any UI generated by extensions, demonstrating a strong security posture against indirect prompt injection and XSS.
Audit Metadata