Projitive
Analysis
Projitive is a coherent project-governance skill with no evidence of exfiltration or destructive behavior, but it relies on an unpinned MCP package and can update local governance files.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
npm install -g @projitive/mcp@latest
The skill asks for a global install of the latest external MCP package, so the executable behavior can change over time and is not pinned to the reviewed artifact version.
call `projectInit(projectPath="<project-dir>")` immediately. Do NOT ask the user to do this manually. ... Governance state writes MUST go through MCP tools
The skill directs the agent to use MCP tools to initialize and write project governance state without requiring the user to perform those steps manually.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`taskContext` — get evidence and hints ... Design rationale → `.projitive/designs/`; Execution outcome → `.projitive/reports/`
The skill stores and later reuses project governance context, evidence, and hints, which can guide future agent behavior.
