neta-suggest
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and executes the
@talesofai/neta-skillspackage from the NPM registry usingnpx. This package is a vendor resource belonging to the skill author (talesofai) and is the primary tool for the skill's functionality. - [COMMAND_EXECUTION]: All core capabilities, such as
suggest_keywords,suggest_tags, andsuggest_content, are implemented through shell commands. The instructions guide the agent to use these commands to interact with the Neta API. - [COMMAND_EXECUTION]: The documentation includes an example of managing session state by saving command output to a temporary file (
/tmp/page0.json) and extracting data usingjq. This demonstrates a standard data-piping workflow for maintaining session continuity across multiple steps.
Audit Metadata