perseus
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions acknowledge that web content and external data ingested via
BrowserOSare treated as hostile, identifying an attack surface for indirect injections. - Ingestion points: External web content and data retrieved through the
BrowserOStool. - Boundary markers: No explicit delimiters for untrusted input are defined, though operational modes are established.
- Capability inventory: The skill possesses terminal execution capabilities via the
ExecutionProxyand file-writing capabilities via theMemoryStoreinterface. - Sanitization: The instructions mandate the redaction of secrets and PII before sharing context with subagents.
- [COMMAND_EXECUTION]: The framework requires all terminal actions to be performed via an
ExecutionProxy Interface(e.g.,rtk npm test), which involves executing shell commands within the environment for TDD and build processes. - [DATA_EXFILTRATION]: While not performing exfiltration, the skill accesses local project metadata such as
package.jsonand internal architecture maps (docs/graph.json) to verify environment context. The security protocol explicitly instructs the agent to redact sensitive information before context sharing.
Audit Metadata