hackernews-frontpage
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill navigates a browser to an external website to fetch content.
- Evidence:
browse.goto('https://news.ycombinator.com/')inscript.tsis used to load the Hacker News front page. - [COMMAND_EXECUTION]: The skill uses a standard system command to resolve the project's root directory for configuration purposes.
- Evidence:
_lib/browse-client.tscallscp.spawnSync('git', ['rev-parse', '--show-toplevel'], ...)to locate the.gstackdirectory. - [DATA_EXFILTRATION]: The skill reads local configuration files and environment variables to retrieve authentication tokens for its local service.
- Evidence: The
resolveBrowseAuthfunction in_lib/browse-client.tsaccessesGSTACK_SKILL_TOKENand reads from.gstack/browse.jsonto authorize communication with the local daemon on127.0.0.1.
Audit Metadata