agent-pulse
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute various project-specific npm scripts (e.g.,npm install,npm run collect,npm run export). These commands are standard for managing a Node.js repository and are used within the scope of operating the 'Agent Pulse' system. - [DATA_EXFILTRATION]: The skill instructions provide explicit warnings against committing
.envfiles or credentials. It also requires the user to verify that public static exports do not contain tokens, database files, or private payloads, effectively mitigating accidental data exposure. - [REMOTE_CODE_EXECUTION]: The skill mentions
npm install, which downloads dependencies for the target project. While this is a standard development workflow, the skill instructions include verification steps likenpm run checkto validate the environment and code before deployment. - [PROMPT_INJECTION]: Indirect prompt injection surface exists as the skill is designed to ingest and normalize external signals (RSS, web content) via the
WebFetchtool. However, the skill includes mitigation strategies such as keeping facts separate from LLM-generated interpretations and enforcing deterministic readiness gates before publication. - Ingestion points: Data enters the system via
src/collectors/and thenpm run collectcommand. - Boundary markers: The skill instructs to label uncertainty and requires traceable evidence for all claims.
- Capability inventory: The agent has access to
Bash,Write,Edit, andWebFetchtools. - Sanitization: Instructions specify rejecting loopback, link-local, and private URLs to prevent SSRF and other acquisition-level attacks.
Audit Metadata